Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. variables:
  2. {chat.%player%} = false
  3. on chat:
  4. if player doesn't have permissions "chat.spam":
  5. if {chat.%player%} is false:
  6. set {chat.%player%} to true
  7. set {_x} to 5
  8. loop 5 times:
  9. remove 1 from {_x}
  10. wait 1 second
  11. if {_x} is 0:
  12. set {chat.%player%} to false
  13. if {chat.%player%} is true:
  14. cancel event
  15. send "&7Nastepna wiadomosc mozesz napisac za &c%{_x}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement