Safwanrockz

Untitled

Nov 2nd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. if os.time < 3000 then
  7. tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment