Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- system.bindMouse("Tectoon", true)
- tfm.exec.bindKeyboard("Tectoon",49,false,true)
- function eventMouse(name, x, y)
- tfm.exec.displayParticle(10, x, y, 0, 0, 0, 0, nil)
- tfm.exec.respawnPlayer(name, x, y)
- tfm.exec.movePlayer(name, x, y);
- end
- function eventNewPlayer(playerName)
- tfm.exec.respawnPlayer(playerName)
- end
- function eventKeyboard(name,key,down,x,y)
- if key==49 then
- tfm.exec.displayParticle(10, x, y, 0, 0, 0, 0, nil)
- tfm.exec.killPlayer("Tectoon")
- end
- end
- tfm.exec.disableAutoShaman(true)
- tfm.exec.newGame("5295517")
- tfm.exec.disableAutoNewGame(true)
Advertisement
Add Comment
Please, Sign In to add comment