11.04.2012, 13:29
pawn Code:
public OnPlayerText(playerid, text[])
{
static string[128];
GetPlayerName(playerid, string, MAX_PLAYER_NAME); // fix name
format(string, sizeof(string),"{FFDC00}[%d] {%06x}%s:{FFFFFF} %s",playerid, GetPlayerColor(playerid), string,text); // fix colour :d
SendClientMessageToAll(GetPlayerColor(playerid),string);
return 0;
}
also yes i have the fix for the GetPlayerColor