Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

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
Sign in to follow this  

×