Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for name,player in pairs(tfm.get.room.playerList) do
- system.bindMouse(name, true)
- end
- function eventMouse(name, x, y)
- if os.time < 3000 then
- tfm.exec.addShamanObject(tfm.enum.shamanObject.littleBox, x, y, 0, 0, 0, false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment