Chat Text Color
#2

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;
}
Reply


Messages In This Thread
Chat Text Color - by wordas - 10.02.2009, 17:26
Re: Chat Text Color - by Double-O-Seven - 10.02.2009, 17:28
Re: Chat Text Color - by Chubby66 - 15.05.2012, 17:24
Re: Chat Text Color - by FalconX - 15.05.2012, 18:57
Re: Chat Text Color - by setes7 - 21.11.2014, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)