Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function eventChatCommand(playerName, message)
  2. local args={}
  3.    
  4.         for argument in message:gmatch("[^#]+") do
  5.             table.insert(args,argument)
  6.         end
  7. if args[1]=="troll" and args[2] and playerName == "~~~~~" then
  8. print("<CEP>> [EN] [<CE>.......................<CEP>]" .. args[2])
  9. end
  10. end
  11. system.disableChatCommandDisplay("troll#")
  12.  
  13. -- DON'T FORGOT TO REPLEACE ....................... WITH THE NAME OF WHO SENDS THE MESSAGE!
  14. -- DON'T FORGOT TO REPLEACE ~~~~~ WITH YOUR NAME!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement