Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- objeto = 0
- function eventNewPlayer(n)
- system.bindMouse(n,true)
- end
- for n,name in pairs(tfm.get.room.playerList)do
- system.bindMouse(n,true)
- end
- function eventMouse(n,x,y)
- tfm.exec.addShamanObject(objeto,x,y)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement