Changing IRC color? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Changing IRC color? (
/showthread.php?tid=104672)
Changing IRC color? -
Striker_Moe - 25.10.2009
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.
Re: Changing IRC color? -
woot - 25.10.2009
Change the "0" before %s to 1.
0 = white
1 = black