17.04.2014, 22:16
Do it like this
pawn Код:
public OnPlayerText(playerid, text[])
{
format(String,sizeof(String),"%s says: %s",GetName(playerid),text);
SendClientMessage(playerid,-1,String);
return 1;
}