Boa Tarde..
Estou com um script, parece que tá bugado.. Por exemplo, eu falo:
13:22 /bc Olá Pessoal !!
E lá no server log e na tela, aparece assim...
13:22 Pessoal !!
Ai sai só o "pessoal" sendo escrevi "Olá Pessoal!"...
DISTRO: 0.4DEV <rev3777>
Script que eu uso é este aqui:
function onSay(cid, words, param, channel)
if(param == '') then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.")
return true
end
local t = string.explode(param, " ", 1)
if(not t[2]) then
doBroadcastMessage(t[1])
elseif(not doBroadcastMessage(t[2], MESSAGE_TYPES[t[1]])) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Bad message color type.")
end
return true
end
Ficarei grato, caso alguém consiga me ajudar. E pela ajuda, também ajudarei com um REP+ !