Jump to content
Sign in to follow this  
Mostabdel

Color of the messages

Recommended Posts

Hi all.

i have make this message to show me how many player in my server every 5 minutes and i like Colored it.

can i make this code to color it ?!!!

    const int RED                       = 0xFF0000;
    const int CYAN                    = 0x00FFFF;
    const int GRAY                    = 0xBEBEBE;
    const int GREEN                  = 0x00FF00;
    const int PURPLE                = 0xA020F0;
    const int YELLOW               = 0xFFFF00;
    const int ORANGE              = 0xFFA500;
    const int BLUE                    = 0x0000FF;
    const int BLACK                 = 0x000000;
    const int BROWN               = 0xA52A2A;
    const int WHITE                 = 0xFFFFFF;

 

b_560_95_1.png

Share this post


Link to post
Share on other sites

I don’t think this is possible just yet. There is only two colours currently - white and pink. You can enable the pink text sumhow but unfortunately I don’t know how. The only instance I have seen this is in the DaOne vanilla ++ mission within the player count script. Maybe look into that? 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×