11.03.2011, 19:13
pawn Код:
public PlayerLocalMessage(playerid,Float:radius,message[])
{
new string[128];
format(string, sizeof(string), "(LOCAL) %s %s", GetPlayerNameEx(playerid), message);
ProxDetector(20.0, playerid, string, COLOR_LOCALMSG,COLOR_LOCALMSG,COLOR_LOCALMSG,COLOR_LOCALMSG,COLOR_LOCALMSG);
PlayerLocalLog(string);
return 1;
}