Advertisement
Tectoon

[TFM] Adicionar Itens com a Seta

Sep 6th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. objeto = 0
  2. function eventNewPlayer(n)
  3.     system.bindMouse(n,true)
  4. end
  5. for n,name in pairs(tfm.get.room.playerList)do
  6.     system.bindMouse(n,true)
  7. end
  8. function eventMouse(n,x,y)
  9.     tfm.exec.addShamanObject(objeto,x,y)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement