Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onSay(cid, words, param, channel)
- if(param == '') and isDruid(cid) then
- doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED)
- return true
- end
- doPlayerSendTextMessage(cid, 22, 'Sua mensagem foi enviada ao Server Log, Max é um lindo!')
- doPlayerBroadcastMessage(cid, param)
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment