Tectoon

[TFM] Alguns comandos LUA

Aug 18th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. function eventPlayerDied(playerName)
  2. tfm.exec.respawnPlayer(playerName)
  3. end
  4. debug.disableEventLog(true)
  5. tfm.exec.disableAutoShaman(true)
  6. tfm.exec.newGame (0)
  7. tfm.exec.setGameTime(1800)
  8. tfm.exec.disableAutoShaman(true)
  9. tfm.exec.movePlayer ("Sagazgamer", 500, 135)
  10. tfm.exec.disableAfkDeath(true)
  11. tfm.exec.setUIShamanName("Cafofo")
  12. tfm.exec.setUIMapName ("Fora da Lei")
  13. tfm.exec.setVampirePlayer ("None")
  14. tfm.exec.setShaman ("None")
  15. tfm.exec.setNameColor ("Tectoon",0x4E443A)
Advertisement
Add Comment
Please, Sign In to add comment