Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
-
What is the Permisson for the kits?
like in the console do i type oxide.grant use "TyedylPlays" "kits"? -
You must have the items on your char before making each kit
Remember the permissions the K is always capped so for vip it will be Kit.vip
/kit add "autokit"
/kit items description "This is the autokit" authlevel 2
/kit hide true
/kit add "daily"
/kit items description "Daily resources for being so devoted" cooldown 86400
/kit add "starter"
/kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600
/kit add "sniper"
/kit items description "Help for them raids, usable twice at 1hour interval" cooldown 3600
/kit add "hunter"
/kit items description "Help to hunt them beasts, usable twice at 1hour interval" cooldown 3600
/kit add "blueprints"
/kit items description "Couple blueprints to help you start"
/kit add "donatorreward"
/kit items description "Donator reward" permission Kits.donator
/kit add "vip"
/kit items description "VIP reward" permission Kits.vip
/kit add "moderator"
/kit items description "Moderator Kit" authlevel 1
/kit add "admin"
/kit items description "Admin Kit" authlevel 2
Use whatever ones you need change the kit names if you need to the autokit leave that as it is -
-
on line 305 and 352
Change
if (player.net.connection.authLevel < 2
to
if (player.net.connection.authLevel < 1 -
-
when i type /kit add basic this happens....how do i fix it?
Attached Files:
-
-
nothing to fix just read
-
-
-
-
Hey guys, Sorry if my question look stupid and thanks for taking the time to help me.
When players write "/kit" in the chat, i would like to show a gui with kits (like with the NPC in the showroom video) but is it possible to do it without NPC ? How ?
Regards. -
-
.............................................
Last edited by a moderator: Jun 26, 2016 -
Wow thanks
I'll try to understand what you did when i'll get the files back tho. Thank you again for your time (I linked the files).
Attached Files:
-
-
If you could run this rcon command, but make sure you do have a vip group first if not, make one if you use a different name then change the below command
oxide.grant group vip Kits.vip
You can only run the above after you have reloaded Kits
If you want the kit names in colour I can do that if you want just quote this post so I will get an alertLast edited by a moderator: Jun 26, 2016 -
Everything work perfectly ! Amazing
)
One last question : If i add some Kits later, do I have to do something or it will embed itself to the GUI ? -
-