Advertisement
RoksasNunes

Anti DIVULGA

Apr 17th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function onSay(cid, words, param)
  2.  
  3. local ads = {
  4. "Amei o servidor galera.",
  5. "Nossa, por que estou tentando divulgar?"
  6. }
  7.  
  8. return doCreatureSay(cid, ads[math.random(#ads)], 1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement