Advertisement
zuhir__

Help 3 D:

Jul 7th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on chat:
  2. if player has the permission "chat.vip":
  3. execute console command ""
  4. else:
  5. if {Cooldown.%player%} is true:
  6. send "&6-----------------------------------------" to player
  7. send "%{Message}%" to player
  8. send "&6-----------------------------------------" to player
  9. cancel event
  10. else:
  11. wait 1 tick
  12. set {Cooldown.%player%} to true
  13. wait 3 seconds
  14. clear {Cooldown.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement