Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.newGame ("47")
- for name,player in pairs(tfm.get.room.playerList) do
- tfm.exec.setShaman(name)
- name=mouse
- end
- tfm.exec.disableAutoNewGame(true)
- tfm.exec.setGameTime(0)
- function eventNewGame()
- for name,player in pairs(tfm.get.room.playerList) do
- tfm.exec.setPlayerScore(name,0)
- end
- end
- function eventPlayerDied(name)
- for name,player in pairs(tfm.get.room.playerList) do
- if tfm.get.room.playerList[name].score<15 then
- tfm.exec.respawnPlayer(name)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment