Advertisement
Guest User

SINGAPORE

a guest
Nov 14th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. tfm.exec.disableAutoNewGame(true)
  2. tfm.exec.disableAutoShaman(true)
  3. tfm.exec.disableAllShamanSkills(true)
  4. tfm.exec.disableAutoScore(true)
  5. tfm.exec.disableAutoTimeLeft(true)
  6. tfm.exec.disableAfkDeath(true)
  7.  
  8.  
  9. tfm.exec.newGame(6352282)
  10.  
  11. ui.setMapName("IloveSingapore!")
  12.  
  13. function eventPlayerDied(playerName)
  14. tfm.exec.respawnPlayer(playerName)
  15. end
  16.  
  17. function eventLoop(arg1, arg2)
  18. tfm.exec.playEmote(nil, 10, "SG")
  19. if tfm.get.room.currentMap~="@6352282" then
  20. tfm.exec.newGame(6352282)
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement