diff --git a/hearts_and_minds.kunduz_valley/core/fnc/city/init.sqf b/hearts_and_minds.kunduz_valley/core/fnc/city/init.sqf index 4bedec2..9f6e68c 100644 --- a/hearts_and_minds.kunduz_valley/core/fnc/city/init.sqf +++ b/hearts_and_minds.kunduz_valley/core/fnc/city/init.sqf @@ -62,10 +62,10 @@ for "_id" from 0 to (count _locations - 1) do { if (btc_city_blacklist find _name >= 0) exitWith {}; - /* + //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; };