Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.setUIShamanName("Educolo")
- tfm.exec.setUIMapName("Staceejaxx")
- tfm.exec.giveCheese("Crew")
- tfm.exec.snow (5)
- function eventNewPlayer(name)
- for i,key in ipairs({83,40,69}) do
- tfm.exec.bindKeyboard(name,key,true,true)
- end
- end
- function eventKeyboard(name,key,down,x,y)
- if key==83 or key==40 or key==69 then
- tfm.exec.movePlayer(name,0,0,true,0,-50,true)
- end
- end
- for name,player in pairs(tfm.get.room.playerList) do
Advertisement
Add Comment
Please, Sign In to add comment