Changing IRC color?
#1

Hi there.

Iґve installed a IRC system on my server and a IRC snippet on my homepage so people can see the echo on my website. But I got a problem - the text which the users write ingame is displayed white in the IRC snippet. So I need to change the text color. How?

This is the script:

Код:
format(tString, sizeof(tString), "12[%d]7 %s:0 %s", playerid, PlayerName, text);
Thanks.
Reply
#2

Change the "0" before %s to 1.

0 = white
1 = black
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)