Anteks12345

Chat off

Mar 2nd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. on chat:
  2. if player don't have permission "chat.set":
  3. if {chat} is 0:
  4. cancel event
  5. send "&6Chat jest obecnie wylaczony!"
  6. command /chat [<text>]:
  7. if player has permission "chat.set":
  8. if arg is "on" or "1" or "wlacz":
  9. set {chat} to 1
  10. send "&aChat wlaczony"
  11. if arg is "off" or "0" or "wylacz":
  12. set {chat} to 0
  13. send "&aChat wylaczony"
Advertisement
Add Comment
Please, Sign In to add comment