Advertisement
Tectoon

[TFM] Nevar + Admin

Sep 25th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. function eventChatCommand(p,c)
  2.  if c==[[nevar]] and p==[[Sagazgamer]] then
  3.                 tfm.exec.snow()
  4.                 print("<ch>Neve<n> Ativado com sucesso!")
  5.     end
  6. end
  7.  
  8. for i,command in ipairs({"nevar"}) do
  9.         system.disableChatCommandDisplay(command)
  10.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement