Advertisement
xKevinn

Untitled

Nov 2nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $${
  2. IFMATCHES(%@&chatclean%,"\.tpr^")
  3. ECHO("&eUsage: .tpr &oname")
  4. ENDIF
  5.  
  6. IFMATCHES(%@&chatclean%,"%@&regex%\.tpr (.+)",&tper,2)
  7. IFMATCHES(%CHATCLEAN%, "^\[Staff\] (.+)")
  8. IFMATCHES(%&tper%,"xKe|evin|vinn")
  9. ECHO("&cCannot teleport that player.")
  10. Stop
  11. ENDIF
  12.  
  13. Set(#rplayer,0)
  14. Set(#cplayers,0)
  15. Set(#onlineplayers,0)
  16.  
  17. ForEach(players)
  18. Inc(#onlineplayers)
  19. Next
  20.  
  21. RANDOM(#rplayer,1,%#onlineplayers%)
  22.  
  23. ForEach(players)
  24. Inc(#cplayers)
  25. IF(#cplayers = #rplayer)
  26. Set(&pickedplayer,%PLAYERNAME%)
  27. Break()
  28. ENDIF
  29. Next
  30.  
  31. ECHO("/tpo %&tper% %&pickedplayer%")
  32. ECHO("/staff &c&oTeleported %&tper% to %&pickedplayer%")
  33. WAIT(1)
  34. ECHO("/sudo %&tper% c:/l Hi\, %&pickedplayer%! I'm %&tper%! Nice to meet you. :)")
  35. ENDIF
  36. ENDIF
  37. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement