Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. command /testspawn:
  2. trigger:
  3. if player's name is "chralleMC":
  4. execute console command "/warp spawn chralleMC"
  5. stop
  6. set {_i} to 5
  7. set {_loc} to location of player
  8. message "Vent 5 sekunder"
  9. loop 5 times:
  10. message "&1Vent %{_i}% sekunder"
  11. subtract 1 from {_i}
  12. if {_loc} is not equal to location of player:
  13. message "Warp afbrudt..."
  14. stop
  15. wait 1 second
  16. make console execute command "/warp Spawn %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement