Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.killPlayer("Wazt")
- tfm.exec.killPlayer("Safwanrockz")
- function table.contains(t,element)
- if element==nil then
- return false
- end
- for key,value in pairs(t) do
- if value==element then
- return true
- end
- end
- return false
- end
- function eventChatCommand(n,c)
- if c=="check" then
- for n,p in pairs(tfm.get.room.playerList) do
- if tfm.get.room.playerList[n].isDead then
- print(n)
- else
- print("No one's dead.")
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment