11.06.2010, 16:10
pawn Код:
//OnPlayerText
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"%s [%i]: %s",name,playerid,text);
SendClientMessageToAll(color,string);//Change color