Advertisement
grantygames

Untitled

Jun 8th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on region enter:
  2. wait 1 tick
  3. if "%region at player%" contains "SPAWN":
  4. set player's fly mode to true
  5. message "&cMSG"
  6. on region leave:
  7. wait 1 tick
  8. if "%region at player%" contains "SPAWN":
  9. set player's fly mode to false
  10. message "&cMSG"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement