Advertisement
Unlocker001_TFM

Untitled

Jan 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function eventChatCommand(n,c)
  2. local args={}
  3. for s in c:gmatch("%S+") do
  4. table.insert(args, s)
  5. end
  6. cmd=args[1]:lower()
  7. if args[1] == "respawn" then
  8. tfm.exec.respawnplayer(args[2])
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement