SA-MP Forums Archive
Chat Text 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)
+--- Thread: Chat Text Color (/showthread.php?tid=65191)



Chat Text Color - wordas - 10.02.2009

Is It Posible To Change Chat Text Color From White Into Like Green


Re: Chat Text Color - Double-O-Seven - 10.02.2009

pawn Код:
public OnPlayerText(playerid, text[])
{
new string[128];
GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),"%s: %s",string,text);
SendClientMessageToAll(0x00F600F6,string); //0x00F600F6 = green
return 0;
}



Re: Chat Text Color - Chubby66 - 15.05.2012

Thank u


Re: Chat Text Color - FalconX - 15.05.2012

Quote:
Originally Posted by Chubby66
Посмотреть сообщение
Thank u
4 years and 3 months BUMP OMG!!!!!!!!!!!

-FalconX


Re: Chat Text Color - setes7 - 21.11.2014

lol ok