Advertisement
RoksasNunes

Anti

Apr 17th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. function onSay(cid, words, param)
  2.  
  3. local t = string.explode(param, ".")
  4.  
  5.     if t[1] == ".com" or t[1] == ".zapto" or t[1] == "no-ip" or t[1] == ".br" or t[1] == "servegame" then
  6.         return false and doPlayerSendTextMessage(cid, 27, "Anti-Divulgaçao!")
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement