[Ajuda] Ajuda SetPlayerChatBubble
#4

Код:
if(PlayerDados[i][VIP] == 1) 
            { 
                format(StringVIP, sizeof(StringVIP), "VIPs/%s.ini", PlayerName(i)); 
                if(DOF2_GetInt(StringVIP, "CorTagAtivada") == 1) 
                { 
                    new stringtag[20]; 
                    format(stringtag, sizeof(stringtag), "0x%sFF", DOF2_GetString(StringVIP, "CorTag")); //Jб tentei sу String 
                    SetPlayerChatBubble(i, "VIP", strval(stringtag), 50.0, 10000); 
                } 
                else if(DOF2_GetInt(StringVIP, "CorTagAtivada") == 0) 
                { 
                    SetPlayerChatBubble(i, "VIP", 0x9932CCFF, 50.0, 10000); 
                } 
            }
Reply


Messages In This Thread
Ajuda SetPlayerChatBubble - by WalterSantos - 08.12.2017, 16:40
Re: Ajuda SetPlayerChatBubble - by DelK - 08.12.2017, 16:59
Re: Ajuda SetPlayerChatBubble - by WalterSantos - 08.12.2017, 17:09
Re: Ajuda SetPlayerChatBubble - by JeffSantos2 - 08.12.2017, 19:19
Re: Ajuda SetPlayerChatBubble - by WalterSantos - 08.12.2017, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)