17.05.2012, 20:14
How do i change The Normal chat color If u press t
new textmsg[128], name[MAX_PLAYER_NAME], color;
color = GetPlayerColor(playerid);
GetPlayerName(playerid, name, sizeof(name));
format(textmsg, sizeof(textmsg), " %s: %s", name, text);
SendClientMessageToAll(color, textmsg);