eu tenho script só quando vc fala alguma magia assim /ps marcelo, exori só aparece exori nao sai magia /ps marcelo, /b oi só aparece no defaut amarelo nao aprarece pro server todo se alguem soube arruma isso post new script ae rep + por favor
function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "É necessário um paramêtro.") return true end local prm = string.explode(param, ",") local pos = getCreaturePosition(cid) local plr = getPlayerByName(prm[1]) if (plr == nil) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O player está offline ou não existe.") elseif (prm[2] == nil) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "É necessário a mensagem após a vírgula.") else doCreatureSay(plr, prm[2], 1) end end