Safwanrockz

Untitled

Dec 1st, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. for n,p in pairs(tfm.get.room.playerList) do
  2.      tfm.exec.bindKeyboard(n,69,true,true)
  3. end
  4.  
  5. function eventKeyboard(name,key,down,x,y)
  6.      if key==69 then
  7.          tfm.exec.addShamanObject(24,x,y+30)
  8.      end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment