Chat Text Color
#1

Is It Posible To Change Chat Text Color From White Into Like Green
Reply
#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
#3

Thank u
Reply
#4

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

-FalconX
Reply
#5

lol ok
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)