Rust-Kits

Moved

Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018

4.96216/5, 185 likes
  1. Are you able to reset a specific players kits?
     
  2. names are case sensitive kid?
    I mean if the name of the kit is:
    MyKit
    I can not Reedem that if I write / kit mykit?
    Obviously I'm admin, but users say that.

    tnks
     
  3. Then remake them all in lower case
     
  4. confirmed, kit names are NOT case sensitive.

    thnks @Resistance
     
  5. Hi,
    I'm creating a kit for the deathmatch plugin, is it possible to save guns fully loaded with an holosight on them?
     
  6. Why does it say that I don't have permission to these commands? when I did the ownerid command in console for owner and moderator.
     
  7. Hi Reneb,

    Would it be possible for you to add last date/time stamp for the kit's redemption? That would be great.

    Thanks,
    TheDoc
     
  8. Okay im sorry but me and my friends are new to rust server making. We are admins but we are still not allowed to add kits? i guess we have to change it in the files or something? We dont know how to.
     
  9. Could anyone help me to add theese kits in my server ?!? Plss


    -BP fragments 1000 kit- 10 day cooldown.

    -A airdrop supply drop 1 granades -3 day cooldown.

    -A starter kit.
    10k wood and stone.
    -build plan.
    -hammer.
    -bow
    -30 arrows
    -cooldown 1 hour.

    -Cloth kit.
    -clothes to what to wear.
     
  10. Hit f1, go to item list and spawn anything you want. As for the commands, check out the overview and learn them.
     
  11. So can anyone help me please? What is the permision called that allows people to create kits? Thx
     
  12. You need to be an admin thats all you need
     
  13. I am admin.
     
  14. Then it should work for you
     
  15. For all who have Isssues with the chat GUI

    Code:
     void cmdChatKit(BasePlayer player, string command, string[] args)
            {
                if (args.Length == 0)
                {
                    if (GUIKits.ContainsKey(0))
                        NewKitPanel(player, 0);
                    else
                    {
    thats why the discription for kits on the plugin site dont work . dont need to enter string- " Chat"

    Just type instead of a NPC ID a " 0 " in there. don /kit works with gui again
     
  16. No errors, just doesn't work since this last update. /kit returns nothing.
     
  17. i have problems whit the permissions, can you please tell me how to grant permission to myself?
     
  18. If you have a Kit set to a permission then you'll either need to grant it to a player/group with the oxide permission system command.

     
  19. Kits will be auto used by all players apart from mod, admin, vip and any other custom groups you have read this Kits | Page 85 | Oxide
     
  20. So im trying to set up a daily kit for players I'm having a little trouble figuring out the permissions. What steps should I take to properly program the kit into the config? It's 3 supply signals set to be redeemable every 24 hours all players can access it. permissions always seem to confuse me when i'm setting this up. The video would also be alot more helpful with verbal information instead of music.