Advertisement
Guest User

off/on 2

a guest
Feb 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on chat:
  2. if {chat} is false:
  3. if player has permission "chatsk.admin.wylaczony":
  4. stop
  5. else:
  6. send "[&4{@error-tag}&f]&4Czat jest wylaczony!"
  7. cancel event
  8. command /Chat:
  9. if {chat} is false:
  10. loop 500 times:
  11. send ""
  12. send "chat off"
  13. set {chat} to true
  14. send "czat wlaczony"
  15. else:
  16. loop 500 times:
  17. send ""
  18. send "chat on"
  19. set {chat} to false
  20. send "chat wylaczony"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement