Is there a way to set the cooldown chat message from seconds to minutes?
Print(player, Lang("Cooldown", player.UserIDString, Math.Ceiling(timeLeft / 1800f)));
and it is just saying "1 second" at all times. How do I make it 30 minutes?
Is there a way to set the cooldown chat message from seconds to minutes?
Print(player, Lang("Cooldown", player.UserIDString, Math.Ceiling(timeLeft / 1800f)));
and it is just saying "1 second" at all times. How do I make it 30 minutes?