02.03.2010, 05:10
same easy as to get ot the hell ;P
pawn Код:
public OnPlayerText(playerid,text[]){
new String[256];
format(String, 256, "(%d): %s", playerid, text);
SendPlayerMessageToAll(playerid,String);
return 0;// return 0 !!!! otherwise you get a double chat message
}