grantygames

Untitled

Nov 5th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /arena:
  2. trigger:
  3. send "Isso é apenas um teste."
  4. set {arena.%player%} to 1
  5. command /sair:
  6. trigger:
  7. send "Isso é mais um teste"
  8. set {arena.%player%} to 0
  9. on command:
  10. if {arena.%player%} is 1:
  11. if command is "/sair":
  12. stop
  13. else:
  14. cancel event
  15. send "&cEsse comando esta bloqueado digite /sair."
Advertisement
Add Comment
Please, Sign In to add comment