educolo

Banimento 2

Jun 5th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. tfm.exec.setUIShamanName("Educolo")
  2.  
  3. tfm.exec.setUIMapName("Staceejaxx")
  4.  
  5. tfm.exec.giveCheese("Crew")
  6.  
  7. tfm.exec.snow (5)
  8.  
  9. function eventNewPlayer(name)
  10.     for i,key in ipairs({83,40,69}) do
  11.         tfm.exec.bindKeyboard(name,key,true,true)
  12.     end
  13. end
  14.  
  15. function eventKeyboard(name,key,down,x,y)
  16.     if key==83 or key==40 or key==69 then
  17.         tfm.exec.movePlayer(name,0,0,true,0,-50,true)
  18.     end
  19. end
  20.  
  21. for name,player in pairs(tfm.get.room.playerList) do
Advertisement
Add Comment
Please, Sign In to add comment