[Ajuda] Cor diferente do texto no chat e Tag [Owner]
#1

O chat geral esta assim, para todos..
PHP код:
/*=========================== > GENERAL CHAT < ===========================*/
    
new TColor[110];
    new 
chatName[MAX_PLAYER_NAME];
    
GetPlayerName(playeridchatNamesizeof(chatName));
    static 
LastPrivmsg[MAX_PLAYERS][128];
    if(
strfind(LastPrivmsg[playerid], textfalse) != -1) return ShowPlayerDialog(playerid84DIALOG_STYLE_MSGBOX"  ""{FF5F22}ERROR!, {FFFFFF}No escribas lo mismo repetitivamente.""Ok"""), 0;
    
strmid(LastPrivmsg[playerid], text0strlen(text), sizeof(LastPrivmsg[]));
    for(new 
1MAX_CHAT_LINES-1i++) Chat[i] = Chat[i+1];
    
format(TColor,sizeof(TColor),"{%06x}%s {FFFFFF}(%d): {FFFFFF}%s",GetPlayerColor(playerid) >>> 8,chatName,playerid,text);
    
SendClientMessageToAll(GetPlayerColor(playerid),TColor);
    
SetPlayerChatBubble(playerid,text,0xFFFFFFAA100.010000); 
Porйm eu quero colocar cor diferente do chat para o Owner do server e adicionar a tag [Owner] antes do nome, id e texto.. Entгo eu fiz isso que eu achei em um tutorial basico.
PHP код:
/*=========================== > OWNER CHAT < ============================*/
new msg[128];
    if(
PlayerInfo[playerid][Level] >= 6) {
    
format(msg,sizeof(msg),"{ff0000}[Owner] {%06x}%s {FFFFFF}(%d): {FF0000}%s"GetPlayerColor(playerid) >>> 8chatNameplayeridtext);
    
SendPlayerMessageToAll(playeridmsg);
    } 
Sу que o chat duplica minha mensagem, uma com as conf do chat geral e a outra mensagem com a OWNER CHAT.. e fica assim:

Imagem: https://imgur.com/vh7IOYv
Reply


Messages In This Thread
Cor diferente do texto no chat e Tag [Owner] - by dittmannlucas - 26.04.2018, 05:35
Re: Cor diferente do texto no chat e Tag [Owner] - by arakuta - 26.04.2018, 11:08
Re: Cor diferente do texto no chat e Tag [Owner] - by [BOPE]Seu._.Madruga - 26.04.2018, 19:54
Re: Cor diferente do texto no chat e Tag [Owner] - by dittmannlucas - 26.04.2018, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)