[Ajuda] Diz: com cor da org
#1

Galera quando alguem sigita algo, como faзo pra fica a cor da org?
pawn Код:
else
        {
            format(string, sizeof(string), "%s diz: %s", PlayerName(playerid), text);
            ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid, text, COLOR_AZULBB, 20.0, 10000);
            ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        }
ja troquei a cora para getplayerorg, mas с funfo
Reply
#2

pawn Код:
else
        {
            format(string, sizeof(string), "%s diz: %s", PlayerName(playerid), text);
            ProxDetector(20.0, playerid, string,GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid));
            SetPlayerChatBubble(playerid, text, COLOR_AZULBB, 20.0, 10000);
            ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        }
Reply
#3

Quote:
Originally Posted by HumildadeAgain
Посмотреть сообщение
pawn Код:
else
        {
            format(string, sizeof(string), "%s diz: %s", PlayerName(playerid), text);
            ProxDetector(20.0, playerid, string,GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid),GetPlayerColor(playerid));
            SetPlayerChatBubble(playerid, text, COLOR_AZULBB, 20.0, 10000);
            ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        }
?.. Isso nгo vai dar certo./
Reply
#4

PHP код:
 {
            
format(stringsizeof(string), "%s diz: %s"PlayerName(playerid), text);
            
ProxDetector(20.0playeridstring,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            
SetPlayerChatBubble(playeridtextGetPlayerColor(playerid), 20.010000);
            
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        } 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)