Advertisement
Tectoon

[TFM] Respawn Instantâneo

Apr 27th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. tfm.exec.disableAutoTimeLeft(true)
  2. tfm.exec.disableAutoNewGame(true)
  3. tfm.exec.disableAutoShaman(true)
  4. function eventPlayerDied(p)
  5. tfm.exec.respawnPlayer(p)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement