09.05.2009, 13:44
Is this what you mean:
Код:
public OnPlayerText(playerid, text[])
{
new string[128];
new pname[18];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s: %s (2134)", pname, text);
SendClientMessageToAll([COLOR_HERE], string);
return 0;
}
It's not tested, so not sure if it works

