21.05.2010, 10:04
I made onplayer text to show a guys message with id and VIP or not vip, and it sends the msg to all but the msg is all in white, i want my name to be color that i have on TAB? How to do it?
new string[256];
format(string,sizeof(string),"%s",GetPName(playerid));
SendClientMessageToAll(GetPlayerColor(playerid),string);