suxonov

Untitled

May 14th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. for name,player in pairs (tfm.get.room.playerList) do
  2.     if player.isShaman and player.inHardMode then
  3.         tfm.exec.killPlayer(name)
  4.     end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment