Guest User

Untitled

a guest
Nov 2nd, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for name,player in pairs(tfm.get.room.playerList) do
  2. system.bindMouse(name, true)
  3. end
  4.  
  5. function eventMouse(name, x, y)
  6.  
  7. tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment