Added safezone

This commit is contained in:
Valmo Trindade
2025-09-27 14:23:16 -03:00
parent 78fa2608c3
commit 69917d1351

View File

@@ -62,10 +62,10 @@ for "_id" from 0 to (count _locations - 1) do {
if (btc_city_blacklist find _name >= 0) exitWith {}; if (btc_city_blacklist find _name >= 0) exitWith {};
/*
//if you want a safe area //if you want a safe area
if ((getMarkerPos "YOUR_MARKER_AREA") inArea [_position, 500, 500, 0, false]) exitWith {}; if ((getMarkerPos "btc_base") inArea [_position, 1000, 1000, 0, false]) exitWith {};
*/
[_position, _type, _name, _cachingRadius, false, _id] call btc_city_fnc_create; [_position, _type, _name, _cachingRadius, false, _id] call btc_city_fnc_create;
}; };