Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. is it just a steam id for image or a url? cus iv notifier done with steam id? sorry to be driving you mad
     
  2. Use a url to a image with the png or jpg at the end of the url 50x50
    something like Hunting Bow
     
  3. Does not work??? "oxide.grant user "Perp 4 Days" *" Does anyone know that permission ???
     
  4. What permission are you trying to add to the user as the only one should be for special groups like VIP group
     
  5. Hey, I was wondering if you could change the cooldown to minutes, if you can how?
     
  6. Is there a way the kit can only be used once per life? or do i just set the amount of uses to 1?
     
  7. set max to 1 but it wont work for the autokit if you have one with that name
     
  8. Guys i need help! how to make that cooldown shows not only in seconds, but in the minutes ?
    Example: I made a cooldown of 90 seconds. And I want to show up in the chat cooldown of 1 minute and 30 seconds
    How to make it? Sorry for my English ;)
     
  9. Recode the plugin if you want that option
     
  10. What part of the code do you have to rewrite?
     
  11. And what part of the code do i have to rewtite?
    Maybe you show it please?
     
  12. Best to get a coder to do it as they know what they are doing
     
  13. Oww i found it! But how it change?

    {
    double cd = double.Parse(GetData(player, kitname, "cooldown"));
    double ct = CurrentTime();
    if (cd > ct && cd != 0.0)
    return string.Format("You need to wait {0} seconds to use this kit", Math.Abs(Math.Ceiling(cd - ct)).ToString());
    }
    [DOUBLEPOST=1462107899][/DOUBLEPOST]
    Man i want to rewrite this parth of code :

    {
    double cd = double.Parse(GetData(player, kitname, "cooldown"));
    double ct = CurrentTime();
    if (cd > ct && cd != 0.0)
    return string.Format("You need to wait {0} seconds to use this kit", Math.Abs(Math.Ceiling(cd - ct)).ToString());
    }
     
  14. As I said let a coder do it if you do you will break it if you dont know what you are doing
     
  15. Okey... But i want to learn it :)

    Maybe someone help me ?
     
  16. C# Tutorial
    Getting Started
     
  17. Does anyone have a copy of the Kits plugin that allows custom ammo count and clothing/weapon skins?

    There's a download on page 113 for custom ammo count but doesn't allow skins.
     
  18. So.... How do I prevent someone from redeeming every kit? Lets say I set 6 kits, all with a one hour cooldown. They can redeem every kit, the cooldown only applies to the one kit, so they can do /kit 1 /kit /2 kit/3 which isnt good. How do I fix this?
     
  19. Make a different cooldown for each kit