Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on command:
  2. set {_waited} to difference between {cooldown::%player%} and now
  3. #vai checar se o user usou o comando no ultimo minuto
  4. if {_waited} is less than a minute:
  5. message "You have to wait %difference between a minute and {_waited}% before you can use this command again!"
  6. stop
  7. set {cooldown::%player%} to now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement