26.12.2012, 02:52
Again, people are posting in the assumption that the OP has proprietary functions already.
Modifying the posted code...
Modifying the posted code...
pawn Код:
for(id=0;id<MAX_PLAYERS;id++)
if(IsPlayerInRangeOfPoint(playerid, 50.0, x, y, z))
{
format(string, sizeof(string), "(( Admin %s: %s ))", PlayerName(playerid), tekst);
SendClientMessage(id, -1, string);
}

