Advertisement
grantygames

Untitled

Jun 8th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on region enter:
  2. wait 3 tick
  3. if "%region at player%" contains "mina01":
  4. wait 2 tick
  5. set player's fly mode to true
  6. send "&aFly ativado, agora voce pode voar." to player
  7. on region leave:
  8. wait 3 tick
  9. if "%region at player%" contains "mina01":
  10. wait 2 tick
  11. set player's fly mode to false
  12. send "&cFly desativado." to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement