function onSay(cid, words, param, channel) --made in MG by Eskylo
if not isInParty(cid) or getPlayerParty(cid) ~= cid then
return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você n?o é l?der de uma party")
elseif (getCreatureStorage(cid, 5054) == 1) or...