Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
Use a url to a image with the png or jpg at the end of the url 50x50
something like Hunting Bow -
Does not work??? "oxide.grant user "Perp 4 Days" *" Does anyone know that permission ???
-
What permission are you trying to add to the user as the only one should be for special groups like VIP group
-
Hey, I was wondering if you could change the cooldown to minutes, if you can how?
-
Is there a way the kit can only be used once per life? or do i just set the amount of uses to 1?
-
set max to 1 but it wont work for the autokit if you have one with that name
-
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
-
Recode the plugin if you want that option
-
What part of the code do you have to rewrite?
-
And what part of the code do i have to rewtite?
Maybe you show it please? -
Best to get a coder to do it as they know what they are doing
-
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());
} -
As I said let a coder do it if you do you will break it if you dont know what you are doing
-
Okey... But i want to learn it

Maybe someone help me ? -
Okay thanks
-
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. -
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?
-
Make a different cooldown for each kit