13.06.2012, 21:32
You want to use SendPlayerMessageToAll.
SendPlayerMessageToAll allows you to send a chat message as a certain playerid [and in this case, to modify the message by adding (id)].
pawn Код:
new pmessage[128];
format(pmessage,128,"(%d) %s",playerid,text);
SendPlayerMessageToAll(playerid,pmessage);