Advertisement
Guest User

chat sk dla minefb

a guest
Feb 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. on chat:
  2. if {chat} is false:
  3. if player has permission "chat.offbypass":
  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. set {chat} to true
  11. send "czat wlaczony"
  12. else:
  13. set {chat} to false
  14. send "chat wylaczony"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement