stock SendLocalMessage(playerid,szin,uzenet[],Float:tavolsag){GetPlayerPos(playerid,X,Y,Z);for(new i = 0; i < MAX_PLAYERS; i++){if(IsPlayerInRangeOfPoint(i,tavolsag,X,Y,Z)){ SendClientMessage(i,szin,uzenet);}}return 1;}