Postado Maio 9, 2016 9 anos Tente mudar essa linha doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_CONSOLE_ORANGE) para alguma dessas: doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].") doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_WARNING) Se nenhuma dessas dar certo, mude para essa: for _, pid in ipairs(getOnlinePlayers()) do doPlayerSendTextMessage(pid, MESSAGE_STATUS_WARNING,getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].") end
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.