Advertisement
Guest User

BALLOON

a guest
Feb 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for name in pairs(tfm.get.room.playerList) do
  2. tfm.exec.bindKeyboard(name,57,true,true)
  3. end
  4. function eventKeyboard(name,key,down,x,y)
  5. if key==57 then
  6. tfm.exec.addShamanObject(2801,x,y +10)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement