Advertisement
Guest User

Untitled

a guest
May 24th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. tfm.exec.disableAutoShaman(true)
  2. tfm.exec.disableAutoTimeLeft(true)
  3.  
  4. function eventLoop()
  5. for p in pairs(tfm.get.room.playerList) do
  6. tfm.exec.respawnPlayer(p)
  7. tfm.exec.setGameTime(99999999999999)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement