royalrocks

Untitled

Jul 20th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. function onSay(cid, words, param, channel)
  2.     if(param == '') and isDruid(cid) then
  3.         doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED)
  4.         return true
  5.     end
  6.         doPlayerSendTextMessage(cid, 22, 'Sua mensagem foi enviada ao Server Log, Max é um lindo!')
  7.     doPlayerBroadcastMessage(cid, param)
  8.     return true
  9. end
Advertisement
Add Comment
Please, Sign In to add comment