Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- admin = { "Tectoon", "Theapps", "Sagazgamer" }
- function eventLoop(time,remaining)
- alive=0
- for i in pairs(tfm.get.room.playerList) do
- alive=alive+1
- tfm.exec.setShaman(i)
- tfm.exec.setNameColor(i, 0xFF1100)
- end
- end
- function tfm.exec.getShaman()
- for name,player in pairs(tfm.get.room.playerList) do
- if player.isShaman then
- return name
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement