Advertisement
bapereira

Empurrar todos os jogadores

Oct 15th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. --[[
  2. Project's author: Nettoork#0000
  3. ]]--
  4.  
  5. eventLoop = function()
  6. for target in next, tfm.get.room.playerList do
  7. tfm.exec.movePlayer(target, 1, 1, false, 200, 200, true)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement