Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function eventLoop()
- for n,p in pairs(tfm.get.room.playerList) do
- if p.x >= 800 or p.x <= 0 or p.y >= 400 or p.y <= 0 then
- tfm.exec.killPlayer(n)
- p.x,p.y=200,300
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment