Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Created Flyer
- -- Thanks for the script :3
- lastObjId = 1
- for pName, player in pairs(tfm.get.room.playerList) do
- system.bindMouse(pName, true)
- end
- function eventMouse(playerName, xPos, yPos)
- tfm.exec.addShamanObject(3, xPos, yPos, 0, 0, 0, false)
- lastObjId = lastObjId + 1
- end
- function eventPlayerDied(playerName)
- tfm.exec.respawnPlayer(playerName)
- end
Advertisement
Add Comment
Please, Sign In to add comment