Raised This Month: $51 Target: $400
 12% 

white color instead of red


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
giumbalau
Member
Join Date: Jan 2021
Old 05-12-2021 , 11:04   white color instead of red
Reply With Quote #1

Does anyone have any idea why red color does not appear in colored messages and appears white
PHP Code:
PrintToChat(0"^x04[ZP]^x03 The frags leader is^x03 %s^x03 @^x04 %i frags"g_cName[cFragsLeader], iKills); 

Last edited by giumbalau; 05-12-2021 at 11:05.
giumbalau is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 05-12-2021 , 14:44   Re: white color instead of red
Reply With Quote #2

Show Stock PrintToChat
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
giumbalau
Member
Join Date: Jan 2021
Old 05-12-2021 , 16:56   Re: white color instead of red
Reply With Quote #3

Quote:
Originally Posted by iceeedr View Post
Show Stock PrintToChat
That's all i got ... the addons is zombie plague 6.2 ultimateX

PHP Code:
PrintToChatEx(bool:bAliveiPlayercMessage[], any:...)
{
    static 
i;
    static 
cBuffer[192];
    
vformat(cBuffer191cMessage4);
    
1;
    while (
g_iMaxClients i)
    {
        if (
g_bConnected[i] && !g_bFake[i] && !is_user_hltv(i) && g_bAlive[i] == bAlive)
        {
            
send_say_text(iiPlayercBuffer);
        }
        
+= 1;
    }
    return 
0;

PHP Code:
PrintToChat(iReceivercMessage[], any:...)
{
    static 
cBuffer[192];
    
vformat(cBuffer191cMessage3);
    if (
iReceiver)
    {
        
send_say_text(iReceiverg_iMaxClients 1cBuffer);
    }
    else
    {
        static 
i;
        
1;
        while (
g_iMaxClients i)
        {
            if (
g_bConnected[i] && !g_bFake[i] && !is_user_hltv(i))
            {
                
send_say_text(ig_iMaxClients 1cBuffer);
            }
            
+= 1;
        }
    }
    return 
0;

giumbalau is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode