13.06.2012, 21:29
pawn Код:
new string[128];
format(string, sizeof(string), "%s {FFFF00}(%d): %s ", GetPlayerNameEx(playerid), playerid, params);
SendClientMessageToAll(GetPlayerColor(playerid),string);
return 1;
Not sure if this will work, haven't decided to do this before.