05.04.2012, 23:34
pawn Код:
public OnPlayerText(playerid, text[])
{
new pname[24], string[128];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s [i]: %s", pname, playerid, text);
SendClientMessageToAll(COLOR_WHITE, string);
return 0;
}
Not sure if it works, but it may. Hope I explained it clearly, and if not, feel free to reply saying what you didn't understand or what you need explained more clearer.

