is it just a steam id for image or a url? cus iv notifier done with steam id? sorry to be driving you mad
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
something like Hunting Bow -
Does not work??? "oxide.grant user "Perp 4 Days" *" Does anyone know that permission ???
-
-
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?
-
-
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 -
-
What part of the code do you have to rewrite?
-
Maybe you show it please? -
-
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]
{
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());
} -
-
Okey... But i want to learn it
Maybe someone help me ? -
-
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?
-