Перейти к публикации
Поиск в
  • Дополнительно...
Искать результаты, содержащие...
Искать результаты в...
  • Нужна помощь?

    Создайте тему в соответствующем разделе
    Не нужно писать всё в чат!
  • Загляните на торговую площадку

    Там вы можете купить
    всё что касается игровых серверов
  • Не хотите бан?

    Пожалуйста, ознакомьтесь с нашими правилами
    Не нарушайте порядок!
  • Продаёте или покупаете?

    Пользуйтесь услугами гаранта
    Мы сделаем вашу сделку безопасной
Yahweh

Миссия с торговцами для карты NAPF

Рекомендованные сообщения

Миссия с торговцами для карты NAPF

Всем привет, на форуме есть тема, про создание файла biedi к mission.sqf, также на сервере есть готовая версия миссий с торговцами для черно, но у многих скорее всего возникали проблемы, и они не могли сделать себе миссию, поэтому вот готовая версия миссий с торговцами для карты Напф.

Mission.sqf

activateAddons [
];

activateAddons [];
initAmbientLife;

_this = createCenter west;
_center_0 = _this;

_group_1 = createGroup _center_0;

_unit_0 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["FR_AC", [11896.401, 12509.307, 0], [], 0, "CAN_COLLIDE"];
  _unit_0 = _this;
  _this setUnitAbility 0.60000002;
  if (true) then {_group_1 selectLeader _this;};
  if (true) then {selectPlayer _this;};
};

_center_1 = _this;

_group_1 = createGroup _center_1;

_unit_2 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Soldier_MG_PKM_PMC", [8264.5371, 15495.855, 3.7374172], [], 0, "CAN_COLLIDE"];
  _unit_2 = _this;
  _this setDir 56.102802;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_3 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["GUE_Woodlander3", [8266.668, 15482.221, 0.10264076], [], 0, "CAN_COLLIDE"];
  _unit_3 = _this;
  _this setDir -141.76392;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_4 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["GUE_Woodlander3", [8254.9502, 15509.599, 0.23239325], [], 0, "CAN_COLLIDE"];
  _unit_4 = _this;
  _this setDir -170.64685;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_5 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["GUE_Worker2", [8262.3057, 15499.362, 3.5365536], [], 0, "CAN_COLLIDE"];
  _unit_5 = _this;
  _this setDir 415.11279;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_6 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Damsel3", [8262.2666, 15499.865, 0.28269568], [], 0, "CAN_COLLIDE"];
  _unit_6 = _this;
  _this setDir -131.36397;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_7 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["GUE_Villager3", [12421.655, 5051.9307, 0.71062249], [], 0, "CAN_COLLIDE"];
  _unit_7 = _this;
  _this setDir 6.034544;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_8 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Dr_Annie_Baker_EP1", [12401.616, 5045.4702, 1.8259125], [], 0, "CAN_COLLIDE"];
  _unit_8 = _this;
  _this setDir -35.831966;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_9 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["CIV_EuroWoman01_EP1", [12392.748, 5053.9941, 1.4861736], [], 0, "CAN_COLLIDE"];
  _unit_9 = _this;
  _this setDir 172.95543;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_10 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["US_Delta_Force_AR_EP1", [12427.486, 5058.2739, 3.513485], [], 0, "CAN_COLLIDE"];
  _unit_10 = _this;
  _this setDir -78.654518;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_11 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Graves", [12425.565, 5054.9614, 3.5064285], [], 0, "CAN_COLLIDE"];
  _unit_11 = _this;
  _this setDir -38.965942;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_12 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["GUE_Commander", [12421.825, 5058.9873, 0.15634714], [], 0, "CAN_COLLIDE"];
  _unit_12 = _this;
  _this setDir 24.803446;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_13 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Ins_Soldier_AR", [15507.673, 13226.056, -1.8119812e-005], [], 0, "CAN_COLLIDE"];
  _unit_13 = _this;
  _this setDir 28.482628;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_14 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Ins_Lopotev", [15503.225, 13227.221, -0.00010824203], [], 0, "CAN_COLLIDE"];
  _unit_14 = _this;
  _this setDir 9.4583635;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_15 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Ins_Woodlander3", [15518.751, 13226.484, -7.4863434e-005], [], 0, "CAN_COLLIDE"];
  _unit_15 = _this;
  _this setDir -20.681011;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_16 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Ins_Worker2", [15473.157, 13187.692, -9.1075897e-005], [], 0, "CAN_COLLIDE"];
  _unit_16 = _this;
  _this setDir 34.35025;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_17 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Dr_Hladik_EP1", [15520.006, 13250.66, 0.26522979], [], 0, "CAN_COLLIDE"];
  _unit_17 = _this;
  _this setDir 34.35025;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_18 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Tanny_PMC", [5154.019, 4855.4419, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _unit_18 = _this;
  _this setDir -93.96814;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_19 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Ins_Woodlander2", [16864.951, 5273.5635, 1.3620883], [], 0, "CAN_COLLIDE"];
  _unit_19 = _this;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_20 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["TK_Special_Forces_EP1", [6773.3965, 16950.34, 1.3511612], [], 0, "CAN_COLLIDE"];
  _unit_20 = _this;
  _this setDir -31.881969;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_21 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["RUS_Commander", [5372.9751, 16095.265, -0.00016623829], [], 0, "CAN_COLLIDE"];
  _unit_21 = _this;
  _this setDir -113.97614;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_22 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["TK_Special_Forces_MG_EP1", [2128.2959, 7807.7822, 6.9963961], [], 0, "CAN_COLLIDE"];
  _unit_22 = _this;
  _this setDir -99.433609;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_23 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["RUS_Soldier2", [10395.563, 8270.3369, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
  _unit_23 = _this;
  _this setDir 214.98192;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_24 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Drake_Light", [15128.7, 16420.936, 0.075260207], [], 0, "CAN_COLLIDE"];
  _unit_24 = _this;
  _this setDir 134.33461;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_25 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["Damsel5", [15536.542, 13224.494, 0.92211318], [], 0, "CAN_COLLIDE"];
  _unit_25 = _this;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_unit_26 = objNull;
if (true) then
{
  _this = _group_1 createUnit ["pook_Doc_Bell47", [8269.4893, 15490.62, 3.3378601e-006], [], 0, "CAN_COLLIDE"];
  _unit_26 = _this;
  _this setDir -104.75245;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
  if (false) then {_group_1 selectLeader _this;};
};

_vehicle_0 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5144.4243, 4891.0884, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_0 = _this;
  _this setDir -10.86481;
  _this setPos [5144.4243, 4891.0884, 1.5258789e-005];
};

_vehicle_1 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5131.4575, 4883.353, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_1 = _this;
  _this setDir -51.442963;
  _this setPos [5131.4575, 4883.353, -7.6293945e-006];
};

_vehicle_4 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5124.5112, 4870.2642, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_4 = _this;
  _this setDir 96.699509;
  _this setPos [5124.5112, 4870.2642, 1.5258789e-005];
};

_vehicle_5 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5124.6836, 4855.4883, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_5 = _this;
  _this setDir 80.989693;
  _this setPos [5124.6836, 4855.4883, 7.6293945e-006];
};

_vehicle_8 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5160.4229, 4856.936, -0.13439807], [], 0, "CAN_COLLIDE"];
  _vehicle_8 = _this;
  _this setDir -109.46175;
  _this setPos [5160.4229, 4856.936, -0.13439807];
};

_vehicle_9 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5133.7222, 4845.7305, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_9 = _this;
  _this setDir 7.034831;
  _this setPos [5133.7222, 4845.7305, 7.6293945e-006];
};

_vehicle_10 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5163.499, 4841.8394, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_10 = _this;
  _this setDir 82.773636;
  _this setPos [5163.499, 4841.8394, 7.6293945e-006];
};

_vehicle_11 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5148.0029, 4841.4619, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_11 = _this;
  _this setDir 26.402323;
  _this setPos [5148.0029, 4841.4619, 2.2888184e-005];
};

_vehicle_79 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel_burning", [6786.5586, 16938.824, 1.3063762], [], 0, "CAN_COLLIDE"];
  _vehicle_79 = _this;
  _this setDir -52.176891;
  _this setPos [6786.5586, 16938.824, 1.3063762];
};

_vehicle_1743 = objNull;
if (true) then
{
  _this = createVehicle ["Land_BoatSmall_2b", [6754.4868, 16954.301, 8.5830688e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_1743 = _this;
  _this setPos [6754.4868, 16954.301, 8.5830688e-006];
};

_vehicle_1744 = objNull;
if (true) then
{
  _this = createVehicle ["Land_BoatSmall_2a", [6770.6196, 16962.15, -0.043979064], [], 0, "CAN_COLLIDE"];
  _vehicle_1744 = _this;
  _this setDir 92.819344;
  _this setPos [6770.6196, 16962.15, -0.043979064];
};

_vehicle_1745 = objNull;
if (true) then
{
  _this = createVehicle ["Land_BoatSmall_2a", [6788.8032, 16940.443, 1.6349994], [], 0, "CAN_COLLIDE"];
  _vehicle_1745 = _this;
  _this setDir -33.264271;
  _this setPos [6788.8032, 16940.443, 1.6349994];
};

_vehicle_2472 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel_burning", [16863.83, 5273.3955, 1.2385281], [], 0, "CAN_COLLIDE"];
  _vehicle_2472 = _this;
  _this setPos [16863.83, 5273.3955, 1.2385281];
};

_vehicle_2481 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel_burning", [15127.126, 16416.543, 0.0011147753], [], 0, "CAN_COLLIDE"];
  _vehicle_2481 = _this;
  _this setDir 7.6314087;
  _this setPos [15127.126, 16416.543, 0.0011147753];
};

_vehicle_2532 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_P_Basin_A", [8271.5742, 15495.384, 0.89722341], [], 0, "CAN_COLLIDE"];
  _vehicle_2532 = _this;
  _this setDir -129.59015;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8271.5742, 15495.384, 0.89722341];
};

_vehicle_2547 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_wall_board", [8241.3555, 15469.616, 0.53834081], [], 0, "CAN_COLLIDE"];
  _vehicle_2547 = _this;
  _this setDir 50.371937;
  _this setPos [8241.3555, 15469.616, 0.53834081];
};

_vehicle_2548 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_wall_board_02", [8267.6689, 15500.109, 3.7850966], [], 0, "CAN_COLLIDE"];
  _vehicle_2548 = _this;
  _this setDir 230.36423;
  _this setPos [8267.6689, 15500.109, 3.7850966];
};

_vehicle_2549 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_armchair", [8267.5088, 15490.043, 3.5492637], [], 0, "CAN_COLLIDE"];
  _vehicle_2549 = _this;
  _this setDir 423.89514;
  _this setPos [8267.5088, 15490.043, 3.5492637];
};

_vehicle_2550 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_F_ch_mod_c", [8268.584, 15487.762, 0.24975611], [], 0, "CAN_COLLIDE"];
  _vehicle_2550 = _this;
  _this setDir 154.29044;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8268.584, 15487.762, 0.24975611];
};

_vehicle_2551 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_ch_mod_c", [8253.9395, 15510.228, 0.24129499], [], 0, "CAN_COLLIDE"];
  _vehicle_2551 = _this;
  _this setDir 4.7255068;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8253.9395, 15510.228, 0.24129499];
};

_vehicle_2554 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_chair", [8264.7363, 15500.203, 0.24118771], [], 0, "CAN_COLLIDE"];
  _vehicle_2554 = _this;
  _this setDir 36.231251;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8264.7363, 15500.203, 0.24118771];
};

_vehicle_2556 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_hospital_bench", [8267.2656, 15492.547, 0.24904081], [], 0, "CAN_COLLIDE"];
  _vehicle_2556 = _this;
  _this setDir -36.62492;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8267.2656, 15492.547, 0.24904081];
};

_vehicle_2557 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_kitchen_chair_a", [8266.4102, 15491.424, 3.5307629], [], 0, "CAN_COLLIDE"];
  _vehicle_2557 = _this;
  _this setDir 53.379959;
  _this setPos [8266.4102, 15491.424, 3.5307629];
};

_vehicle_2558 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_lavicka_1", [8265.3145, 15471.088, -1.9550323e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2558 = _this;
  _this setDir -42.018513;
  _this setPos [8265.3145, 15471.088, -1.9550323e-005];
};

_vehicle_2561 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_conference_table_a", [8268.1074, 15488.405, 0.25257671], [], 0, "CAN_COLLIDE"];
  _vehicle_2561 = _this;
  _this setDir 143.43242;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8268.1074, 15488.405, 0.25257671];
};

_vehicle_2582 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_urtica", [8215.5918, 15503.198, 4.7206879e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2582 = _this;
  _this setPos [8215.5918, 15503.198, 4.7206879e-005];
};

_vehicle_2583 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_pumpkin", [8214.9893, 15504.062, 5.6266785e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2583 = _this;
  _this setPos [8214.9893, 15504.062, 5.6266785e-005];
};

_vehicle_2584 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_pumpkin2", [8214.6572, 15503.658, -1.9550323e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2584 = _this;
  _this setPos [8214.6572, 15503.658, -1.9550323e-005];
};

_vehicle_2586 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_heracleum", [8213.667, 15502.601, 0], [], 0, "CAN_COLLIDE"];
  _vehicle_2586 = _this;
  _this setPos [8213.667, 15502.601, 0];
};

_vehicle_2587 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_Helianthus", [8210.0908, 15500.938, 9.5367432e-007], [], 0, "CAN_COLLIDE"];
  _vehicle_2587 = _this;
  _this setDir 55.640972;
  _this setPos [8210.0908, 15500.938, 9.5367432e-007];
};

_vehicle_2591 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_Helianthus", [8211.0303, 15502.254, -3.0040741e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2591 = _this;
  _this setDir 58.473064;
  _this setPos [8211.0303, 15502.254, -3.0040741e-005];
};

_vehicle_2593 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_Helianthus", [8211.4365, 15501.333, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_2593 = _this;
  _this setDir 45.646385;
  _this setPos [8211.4365, 15501.333, 5.7220459e-006];
};

_vehicle_2595 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_p_Helianthus", [8210.3047, 15501.69, 1.6689301e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2595 = _this;
  _this setDir 22.202578;
  _this setPos [8210.3047, 15501.69, 1.6689301e-005];
};

_vehicle_2600 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Wall_IndFnc_9", [8229.8818, 15505.676, -0.00010442734], [], 0, "CAN_COLLIDE"];
  _vehicle_2600 = _this;
  _this setDir 47.155968;
  _this setPos [8229.8818, 15505.676, -0.00010442734];
};

_vehicle_2602 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Wall_IndFnc_9", [8223.7314, 15512.202, 0.00013494492], [], 0, "CAN_COLLIDE"];
  _vehicle_2602 = _this;
  _this setDir 47.155968;
  _this setPos [8223.7314, 15512.202, 0.00013494492];
};

_vehicle_2604 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_Cargo1B_military", [8235.5439, 15499.255, 0.20487584], [], 0, "CAN_COLLIDE"];
  _vehicle_2604 = _this;
  _this setDir 51.420868;
  _this setPos [8235.5439, 15499.255, 0.20487584];
};

_vehicle_2606 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [8248.3184, 15484.898, 0.24115767], [], 0, "CAN_COLLIDE"];
  _vehicle_2606 = _this;
  _this setDir -0.024404472;
  _this setPos [8248.3184, 15484.898, 0.24115767];
};

_vehicle_2607 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_Stripes", [8250.7705, 15481.14, 0.20792443], [], 0, "CAN_COLLIDE"];
  _vehicle_2607 = _this;
  _this setDir 406.901;
  _this setPos [8250.7705, 15481.14, 0.20792443];
};

_vehicle_2608 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock", [8241.8291, 15488.913, 0.24114145], [], 0, "CAN_COLLIDE"];
  _vehicle_2608 = _this;
  _this setDir 10.615736;
  _this setPos [8241.8291, 15488.913, 0.24114145];
};

_vehicle_2609 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8245.1416, 15487.204, 0.241192], [], 0, "CAN_COLLIDE"];
  _vehicle_2609 = _this;
  _this setDir 48.523594;
  _this setPos [8245.1416, 15487.204, 0.241192];
};

_vehicle_2611 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Toilet", [8271.4492, 15487.285, 1.3828278e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2611 = _this;
  _this setDir -40.890606;
  _this setPos [8271.4492, 15487.285, 1.3828278e-005];
};

_vehicle_2613 = objNull;
if (true) then
{
  _this = createVehicle ["Paleta2", [8253.3809, 15515.725, 0.27066967], [], 0, "CAN_COLLIDE"];
  _vehicle_2613 = _this;
  _this setDir -211.44675;
  _this setPos [8253.3809, 15515.725, 0.27066967];
};

_vehicle_2614 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Barrel_water", [8258.2861, 15501.204, 0.24122538], [], 0, "CAN_COLLIDE"];
  _vehicle_2614 = _this;
  _this setDir -0.3049714;
  _this setPos [8258.2861, 15501.204, 0.24122538];
};

_vehicle_2615 = objNull;
if (true) then
{
  _this = createVehicle ["Land_stand_meat_EP1", [8262.3838, 15503.13, 0.241089], [], 0, "CAN_COLLIDE"];
  _vehicle_2615 = _this;
  _this setDir 45.812561;
  _this setPos [8262.3838, 15503.13, 0.241089];
};

_vehicle_2616 = objNull;
if (true) then
{
  _this = createVehicle ["Land_tires_EP1", [8257.876, 15510.099, 0.24121727], [], 0, "CAN_COLLIDE"];
  _vehicle_2616 = _this;
  _this setDir 273.2316;
  _this setPos [8257.876, 15510.099, 0.24121727];
};

_vehicle_2617 = objNull;
if (true) then
{
  _this = createVehicle ["Info_Board_EP1", [8257.4639, 15478.367, 0.24111046], [], 0, "CAN_COLLIDE"];
  _vehicle_2617 = _this;
  _this setDir 140.55966;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8257.4639, 15478.367, 0.24111046];
};

_vehicle_2618 = objNull;
if (true) then
{
  _this = createVehicle ["LADAWreck", [8268.0859, 15483.463, 0.094663233], [], 0, "CAN_COLLIDE"];
  _vehicle_2618 = _this;
  _this setDir 231.33983;
  _this setPos [8268.0859, 15483.463, 0.094663233];
};

_vehicle_2620 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_Stripes", [8247.9824, 15484.32, 0.22003052], [], 0, "CAN_COLLIDE"];
  _vehicle_2620 = _this;
  _this setDir 49.007591;
  _this setPos [8247.9824, 15484.32, 0.22003052];
};

_vehicle_2623 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock", [8253.5459, 15478.188, 0.21946615], [], 0, "CAN_COLLIDE"];
  _vehicle_2623 = _this;
  _this setDir 48.324379;
  _this setPos [8253.5459, 15478.188, 0.21946615];
};

_vehicle_2626 = objNull;
if (true) then
{
  _this = createVehicle ["Land_MBG_Garage_Single_A", [8267.3984, 15482.96, -5.2452087e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2626 = _this;
  _this setDir 50.005669;
  _this setPos [8267.3984, 15482.96, -5.2452087e-005];
};

_vehicle_2631 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_altar", [8261.1426, 15479.96, 2.6766288], [], 0, "CAN_COLLIDE"];
  _vehicle_2631 = _this;
  _this setDir 230.94078;
  _this setPos [8261.1426, 15479.96, 2.6766288];
};

_vehicle_2636 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_hospital", [8264.6514, 15490.703, -2.2411346e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2636 = _this;
  _this setDir 49.964375;
  _this setPos [8264.6514, 15490.703, -2.2411346e-005];
};

_vehicle_2638 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_service", [8258.082, 15511.703, -0.25001478], [], 0, "CAN_COLLIDE"];
  _vehicle_2638 = _this;
  _this setDir 50.497543;
  _this setPos [8258.082, 15511.703, -0.25001478];
};

_vehicle_2642 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Bilboard_alkohol", [8261.4131, 15480.491, -1.0994655], [], 0, "CAN_COLLIDE"];
  _vehicle_2642 = _this;
  _this setDir 140.48784;
  _this setPos [8261.4131, 15480.491, -1.0994655];
};

_vehicle_2645 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_EmbeddedTire", [8256.8594, 15465.308, 0.23216823], [], 0, "CAN_COLLIDE"];
  _vehicle_2645 = _this;
  _this setDir -33.994438;
  _this setPos [8256.8594, 15465.308, 0.23216823];
};

_vehicle_2651 = objNull;
if (true) then
{
  _this = createVehicle ["ASC_EU_BulbI", [8247.7793, 15476.963, 10.856824], [], 0, "CAN_COLLIDE"];
  _vehicle_2651 = _this;
  _this setDir -246.95634;
  _this setPos [8247.7793, 15476.963, 10.856824];
};

_vehicle_2661 = objNull;
if (true) then
{
  _this = createVehicle ["ASC_EU_BulbI", [8266.8809, 15492.007, 10.823066], [], 0, "CAN_COLLIDE"];
  _vehicle_2661 = _this;
  _this setDir -249.38524;
  _this setPos [8266.8809, 15492.007, 10.823066];
};

_vehicle_2667 = objNull;
if (true) then
{
  _this = createVehicle ["ASC_EU_BulbI", [8252.2021, 15508.06, 10.855468], [], 0, "CAN_COLLIDE"];
  _vehicle_2667 = _this;
  _this setDir -249.49854;
  _this setPos [8252.2021, 15508.06, 10.855468];
};

_vehicle_2678 = objNull;
if (true) then
{
  _this = createVehicle ["ASC_EU_BulbI", [8233.1504, 15494.227, 10.849637], [], 0, "CAN_COLLIDE"];
  _vehicle_2678 = _this;
  _this setDir -240.07677;
  _this setPos [8233.1504, 15494.227, 10.849637];
};

_vehicle_2684 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_PowerGenerator", [8249.5146, 15514.031, 0.22064213], [], 0, "CAN_COLLIDE"];
  _vehicle_2684 = _this;
  _this setDir -38.631256;
  _this setPos [8249.5146, 15514.031, 0.22064213];
};

_vehicle_2687 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_stanek_3B", [8261.9473, 15499.687, 0.26350242], [], 0, "CAN_COLLIDE"];
  _vehicle_2687 = _this;
  _this setDir 321.63327;
  _this setPos [8261.9473, 15499.687, 0.26350242];
};

_vehicle_2689 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Toilet", [8272.3896, 15488.127, 2.7656555e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2689 = _this;
  _this setDir -35.089291;
  _this setPos [8272.3896, 15488.127, 2.7656555e-005];
};

_vehicle_2690 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [8263.9238, 15496.279, 3.5522609], [], 0, "CAN_COLLIDE"];
  _vehicle_2690 = _this;
  _this setDir 249.94156;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8263.9238, 15496.279, 3.5522609];
};

_vehicle_2691 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8262.7705, 15499.895, 3.5522256], [], 0, "CAN_COLLIDE"];
  _vehicle_2691 = _this;
  _this setDir 51.608051;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8262.7705, 15499.895, 3.5522256];
};

_vehicle_2693 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8265.1807, 15496.672, 3.5522618], [], 0, "CAN_COLLIDE"];
  _vehicle_2693 = _this;
  _this setDir 51.40181;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8265.1807, 15496.672, 3.5522618];
};

_vehicle_2696 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [8260.9082, 15500.046, 3.5522485], [], 0, "CAN_COLLIDE"];
  _vehicle_2696 = _this;
  _this setDir 254.98502;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8260.9082, 15500.046, 3.5522485];
};

_vehicle_2698 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrate_NoInteractive_", [8262.4941, 15497.881, 3.5427721], [], 0, "CAN_COLLIDE"];
  _vehicle_2698 = _this;
  _this setDir 50.729805;
  _this setPos [8262.4941, 15497.881, 3.5427721];
};

_vehicle_2699 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Large", [8260.0107, 15501.85, 3.5427668], [], 0, "CAN_COLLIDE"];
  _vehicle_2699 = _this;
  _this setDir 142.47639;
  _this setPos [8260.0107, 15501.85, 3.5427668];
};

_vehicle_2700 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [8266.4141, 15493.435, 3.5428121], [], 0, "CAN_COLLIDE"];
  _vehicle_2700 = _this;
  _this setDir 51.539188;
  _this setPos [8266.4141, 15493.435, 3.5428121];
};

_vehicle_2701 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Small", [8266.5264, 15500.661, 3.6156249], [], 0, "CAN_COLLIDE"];
  _vehicle_2701 = _this;
  _this setDir -130.16258;
  _this setPos [8266.5264, 15500.661, 3.6156249];
};

_vehicle_2702 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [8256.166, 15512.379, 0.24305104], [], 0, "CAN_COLLIDE"];
  _vehicle_2702 = _this;
  _this setDir 50.726517;
  _this setPos [8256.166, 15512.379, 0.24305104];
};

_vehicle_2704 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8253.9385, 15508.511, 0.25969568], [], 0, "CAN_COLLIDE"];
  _vehicle_2704 = _this;
  _this setDir 17.423708;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8253.9385, 15508.511, 0.25969568];
};

_vehicle_2707 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_F_postel_manz_kov", [8271.7598, 15492.395, 0.045453794], [], 0, "CAN_COLLIDE"];
  _vehicle_2707 = _this;
  _this setDir 49.034691;
  _this setPos [8271.7598, 15492.395, 0.045453794];
};

_vehicle_2710 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_vojenska_palanda", [8273.5293, 15491.846, 3.5047953], [], 0, "CAN_COLLIDE"];
  _vehicle_2710 = _this;
  _this setDir 139.41745;
  _this setPos [8273.5293, 15491.846, 3.5047953];
};

_vehicle_2715 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_case_cans_b", [8270.1406, 15495.095, 3.5179632], [], 0, "CAN_COLLIDE"];
  _vehicle_2715 = _this;
  _this setDir 140.47998;
  _this setPos [8270.1406, 15495.095, 3.5179632];
};

_vehicle_2716 = objNull;
if (true) then
{
  _this = createVehicle ["Fence_corrugated_plate", [8257.2852, 15508.675, 0.19405052], [], 0, "CAN_COLLIDE"];
  _vehicle_2716 = _this;
  _this setDir -39.119129;
  _this setPos [8257.2852, 15508.675, 0.19405052];
};

_vehicle_2718 = objNull;
if (true) then
{
  _this = createVehicle ["Fence_corrugated_plate", [8250.8525, 15511.362, 2.7656555e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2718 = _this;
  _this setDir 49.625801;
  _this setPos [8250.8525, 15511.362, 2.7656555e-005];
};

_vehicle_2722 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [8259.3721, 15472.314, -6.4373016e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2722 = _this;
  _this setPos [8259.3721, 15472.314, -6.4373016e-005];
};

_vehicle_2725 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Crates_stack_EP1", [8255.5986, 15513.621, 0.24880391], [], 0, "CAN_COLLIDE"];
  _vehicle_2725 = _this;
  _this setDir -128.27943;
  _this setPos [8255.5986, 15513.621, 0.24880391];
};

_vehicle_2728 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Wheel_cart_EP1", [8257.7715, 15507.778, 0.23337889], [], 0, "CAN_COLLIDE"];
  _vehicle_2728 = _this;
  _this setDir 34.145061;
  _this setPos [8257.7715, 15507.778, 0.23337889];
};

_vehicle_2729 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_Backpackheap_EP1", [8264.4893, 15497.078, 0.20932108], [], 0, "CAN_COLLIDE"];
  _vehicle_2729 = _this;
  _this setDir -24.107504;
  _this setPos [8264.4893, 15497.078, 0.20932108];
};

_vehicle_2731 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_cargo_cont_net1", [8252.7109, 15516.904, 0.23422737], [], 0, "CAN_COLLIDE"];
  _vehicle_2731 = _this;
  _this setDir -216.61897;
  _this setPos [8252.7109, 15516.904, 0.23422737];
};

_vehicle_2733 = objNull;
if (true) then
{
  _this = createVehicle ["Fence_corrugated_plate", [8260.4287, 15502.842, 0.18699872], [], 0, "CAN_COLLIDE"];
  _vehicle_2733 = _this;
  _this setDir 140.3878;
  _this setPos [8260.4287, 15502.842, 0.18699872];
};

_vehicle_2735 = objNull;
if (true) then
{
  _this = createVehicle ["Fence_corrugated_plate", [8264.4072, 15496.416, 0.18266714], [], 0, "CAN_COLLIDE"];
  _vehicle_2735 = _this;
  _this setDir 2.4491639;
  _this setPos [8264.4072, 15496.416, 0.18266714];
};

_vehicle_2739 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_cargo_cont_net3", [8245.6689, 15509.4, 0.23810627], [], 0, "CAN_COLLIDE"];
  _vehicle_2739 = _this;
  _this setDir 51.308548;
  _this setPos [8245.6689, 15509.4, 0.23810627];
};

_vehicle_2740 = objNull;
if (true) then
{
  _this = createVehicle ["PowGen_Big", [8266.207, 15504.089, -0.11490133], [], 0, "CAN_COLLIDE"];
  _vehicle_2740 = _this;
  _this setDir 318.97601;
  _this setPos [8266.207, 15504.089, -0.11490133];
};

_vehicle_2742 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_case_d", [8268.1172, 15493.545, 0.19403577], [], 0, "CAN_COLLIDE"];
  _vehicle_2742 = _this;
  _this setDir -39.780796;
  _this setPos [8268.1172, 15493.545, 0.19403577];
};

_vehicle_2752 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Dkamna_bila", [8264.2559, 15502.823, 0.2491118], [], 0, "CAN_COLLIDE"];
  _vehicle_2752 = _this;
  _this setDir 410.47202;
  _this setPos [8264.2559, 15502.823, 0.2491118];
};

_vehicle_2755 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_fridge", [8269.3076, 15497.557, 0.25258335], [], 0, "CAN_COLLIDE"];
  _vehicle_2755 = _this;
  _this setDir -129.976;
  _this setPos [8269.3076, 15497.557, 0.25258335];
};

_vehicle_2760 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_washing_machine", [8260.2832, 15508.354, 0.19221494], [], 0, "CAN_COLLIDE"];
  _vehicle_2760 = _this;
  _this setDir 50.746319;
  _this setPos [8260.2832, 15508.354, 0.19221494];
};

_vehicle_2767 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8266.5146, 15497.246, 0.25788289], [], 0, "CAN_COLLIDE"];
  _vehicle_2767 = _this;
  _this setDir -38.830769;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8266.5146, 15497.246, 0.25788289];
};

_vehicle_2769 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Canister_EP1", [8257.0527, 15511.678, 0.23415148], [], 0, "CAN_COLLIDE"];
  _vehicle_2769 = _this;
  _this setDir 47.579082;
  _this setPos [8257.0527, 15511.678, 0.23415148];
};

_vehicle_2770 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Rack_EP1", [8260.1289, 15502.21, 7.4863434e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_2770 = _this;
  _this setDir 49.885685;
  _this setPos [8260.1289, 15502.21, 7.4863434e-005];
};

_unit_31 = objNull;
if (true) then
{
  _this = createAgent ["Soldier_MG_PKM_PMC", [8264.5371, 15495.855, 3.7374172], [], 0, "CAN_COLLIDE"];
  _unit_31 = _this;
  _this setDir 56.102802;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_unit_32 = objNull;
if (true) then
{
  _this = createAgent ["GUE_Woodlander3", [8266.668, 15482.221, 0.10264076], [], 0, "CAN_COLLIDE"];
  _unit_32 = _this;
  _this setDir -141.76392;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_unit_35 = objNull;
if (true) then
{
  _this = createAgent ["GUE_Woodlander2", [8254.9502, 15509.599, 0.23239325], [], 0, "CAN_COLLIDE"];
  _unit_35 = _this;
  _this setDir -170.64685;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_unit_40 = objNull;
if (true) then
{
  _this = createAgent ["GUE_Worker2", [8262.3057, 15499.362, 3.5365536], [], 0, "CAN_COLLIDE"];
  _unit_40 = _this;
  _this setDir 415.11279;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_unit_55 = objNull;
if (true) then
{
  _this = createAgent ["Damsel3", [8262.2666, 15499.865, 0.28269568], [], 0, "CAN_COLLIDE"];
  _unit_55 = _this;
  _this setDir -131.36397;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_vehicle_2774 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_lekarnicka", [8270.2227, 15487.249, 1.4758234], [], 0, "CAN_COLLIDE"];
  _vehicle_2774 = _this;
  _this setDir 140.94876;
  _this setPos [8270.2227, 15487.249, 1.4758234];
};

_unit_60 = objNull;
if (true) then
{
  _this = createAgent ["Soldier_GL_PMC", [8243.2871, 15505.409, -2.8610229e-005], [], 0, "CAN_COLLIDE"];
  _unit_60 = _this;
  _this setDir 134.79477;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_vehicle_2776 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8238.626, 15504.143, 0.19301023], [], 0, "CAN_COLLIDE"];
  _vehicle_2776 = _this;
  _this setDir 45.651363;
  _this setPos [8238.626, 15504.143, 0.19301023];
};

_vehicle_2778 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8241.4082, 15501.714, 0.19312464], [], 0, "CAN_COLLIDE"];
  _vehicle_2778 = _this;
  _this setDir 41.552471;
  _this setPos [8241.4082, 15501.714, 0.19312464];
};

_vehicle_2780 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8244.7695, 15500.996, 0.19299065], [], 0, "CAN_COLLIDE"];
  _vehicle_2780 = _this;
  _this setDir -29.32649;
  _this setPos [8244.7695, 15500.996, 0.19299065];
};

_vehicle_2782 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8247.5029, 15503.168, 0.19301547], [], 0, "CAN_COLLIDE"];
  _vehicle_2782 = _this;
  _this setDir -44.076141;
  _this setPos [8247.5029, 15503.168, 0.19301547];
};

_vehicle_2784 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [8250.6123, 15507.638, 0.19295062], [], 0, "CAN_COLLIDE"];
  _vehicle_2784 = _this;
  _this setDir -60.64452;
  _this setPos [8250.6123, 15507.638, 0.19295062];
};

_vehicle_2785 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Carpet_EP1", [8261.8525, 15499.64, 0.19259989], [], 0, "CAN_COLLIDE"];
  _vehicle_2785 = _this;
  _this setDir -38.880337;
  _this setPos [8261.8525, 15499.64, 0.19259989];
};

_vehicle_2786 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Water_pipe_EP1", [8272.415, 15493.233, 0.16194479], [], 0, "CAN_COLLIDE"];
  _vehicle_2786 = _this;
  _this setDir -114.2996;
  _this setPos [8272.415, 15493.233, 0.16194479];
};

_vehicle_2788 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_ch_mod_c", [8243.1387, 15506.555, 0.18217859], [], 0, "CAN_COLLIDE"];
  _vehicle_2788 = _this;
  _this setDir 4.7255068;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8243.1387, 15506.555, 0.18217859];
};

_vehicle_2791 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8243.9316, 15504.742, 0.2527352], [], 0, "CAN_COLLIDE"];
  _vehicle_2791 = _this;
  _this setDir -34.9249;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8243.9316, 15504.742, 0.2527352];
};

_vehicle_2794 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8265.8584, 15481.761, 0.14179376], [], 0, "CAN_COLLIDE"];
  _vehicle_2794 = _this;
  _this setDir 49.943493;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8265.8584, 15481.761, 0.14179376];
};

_vehicle_2798 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [12422.474, 5059.666, 0.24151585], [], 0, "CAN_COLLIDE"];
  _vehicle_2798 = _this;
  _this setDir -148.10825;
  _this setPos [12422.474, 5059.666, 0.24151585];
};


_vehicle_2799 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrate_NoInteractive_", [12424.139, 5051.2046, 3.484828], [], 0, "CAN_COLLIDE"];
  _vehicle_2799 = _this;
  _this setDir 25.626457;
  _this setPos [12424.139, 5051.2046, 3.484828];
};

_vehicle_2800 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Large", [12424.357, 5052.3213, 3.4848585], [], 0, "CAN_COLLIDE"];
  _vehicle_2800 = _this;
  _this setDir 25.626457;
  _this setPos [12424.357, 5052.3213, 3.4848585];
};

_vehicle_2801 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [12428.838, 5059.8232, 3.4849501], [], 0, "CAN_COLLIDE"];
  _vehicle_2801 = _this;
  _this setDir 27.834431;
  _this setPos [12428.838, 5059.8232, 3.4849501];
};

_vehicle_2803 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [12426.67, 5058.4604, 3.4888613], [], 0, "CAN_COLLIDE"];
  _vehicle_2803 = _this;
  _this setDir -63.045315;
  _this setPos [12426.67, 5058.4604, 3.4888613];
};

_vehicle_2805 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [12424.972, 5055.5181, 3.5114622], [], 0, "CAN_COLLIDE"];
  _vehicle_2805 = _this;
  _this setDir -61.032978;
  _this setPos [12424.972, 5055.5181, 3.5114622];
};

_vehicle_2830 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Dkamna_bila", [12389.65, 5050.9316, 0.75848109], [], 0, "CAN_COLLIDE"];
  _vehicle_2830 = _this;
  _this setDir 660.77985;
  _this setPos [12389.65, 5050.9316, 0.75848109];
};

_vehicle_2831 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [12421.777, 5049.5161, 0.23223642], [], 0, "CAN_COLLIDE"];
  _vehicle_2831 = _this;
  _this setDir 208.31767;
  _this setPos [12421.777, 5049.5161, 0.23223642];
};

_vehicle_2832 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Canister_EP1", [12419.996, 5050.7065, 0.14996022], [], 0, "CAN_COLLIDE"];
  _vehicle_2832 = _this;
  _this setDir 123.48224;
  _this setPos [12419.996, 5050.7065, 0.14996022];
};

_vehicle_2833 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Crates_stack_EP1", [12423.037, 5049.061, 0.24098852], [], 0, "CAN_COLLIDE"];
  _vehicle_2833 = _this;
  _this setDir 28.985552;
  _this setPos [12423.037, 5049.061, 0.24098852];
};

_vehicle_2834 = objNull;
if (true) then
{
  _this = createVehicle ["Land_tires_EP1", [12419.119, 5051.3325, 0.21322022], [], 0, "CAN_COLLIDE"];
  _vehicle_2834 = _this;
  _this setDir 297.97354;
  _this setPos [12419.119, 5051.3325, 0.21322022];
};

_vehicle_2835 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_service", [12420.455, 5055.2988, -0.52096248], [], 0, "CAN_COLLIDE"];
  _vehicle_2835 = _this;
  _this setDir 119.2206;
  _this setPos [12420.455, 5055.2988, -0.52096248];
};

_vehicle_2836 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Wheel_cart_EP1", [12419.782, 5056.6465, -0.015074322], [], 0, "CAN_COLLIDE"];
  _vehicle_2836 = _this;
  _this setDir 63.515888;
  _this setPos [12419.782, 5056.6465, -0.015074322];
};

_vehicle_2837 = objNull;
if (true) then
{
  _this = createVehicle ["Land_stand_meat_EP1", [12394.734, 5058.5386, 0.23929341], [], 0, "CAN_COLLIDE"];
  _vehicle_2837 = _this;
  _this setDir 29.003172;
  _this setPos [12394.734, 5058.5386, 0.23929341];
};

_vehicle_2839 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_Backpackheap_EP1", [12393.838, 5048.8916, 0.74529135], [], 0, "CAN_COLLIDE"];
  _vehicle_2839 = _this;
  _this setDir 62.892765;
  _this setPos [12393.838, 5048.8916, 0.74529135];
};

_vehicle_2840 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_chair", [12421.419, 5050.9595, 0.2190368], [], 0, "CAN_COLLIDE"];
  _vehicle_2840 = _this;
  _this setDir 193.94382;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12421.419, 5050.9595, 0.2190368];
};

_vehicle_2842 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_fridge", [12394.368, 5055.5264, 0.44155064], [], 0, "CAN_COLLIDE"];
  _vehicle_2842 = _this;
  _this setDir -150.12259;
  _this setPos [12394.368, 5055.5264, 0.44155064];
};

_vehicle_2843 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Water_pipe_EP1", [12403.947, 5048.2813, 0.58042872], [], 0, "CAN_COLLIDE"];
  _vehicle_2843 = _this;
  _this setDir 80.695694;
  _this setPos [12403.947, 5048.2813, 0.58042872];
};

_vehicle_2845 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_hospital_bench", [12397.021, 5047.4097, 0.84015632], [], 0, "CAN_COLLIDE"];
  _vehicle_2845 = _this;
  _this setDir 301.22485;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12397.021, 5047.4097, 0.84015632];
};

_vehicle_2846 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_conference_table_a", [12400.989, 5046.0596, 0.87526292], [], 0, "CAN_COLLIDE"];
  _vehicle_2846 = _this;
  _this setDir 122.5932;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12400.989, 5046.0596, 0.87526292];
};

_vehicle_2847 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_F_ch_mod_c", [12401.624, 5044.1929, 0.97117704], [], 0, "CAN_COLLIDE"];
  _vehicle_2847 = _this;
  _this setDir 154.29044;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12401.624, 5044.1929, 0.97117704];
};

_vehicle_2848 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_lekarnicka", [12403.174, 5045.0083, 1.9632595], [], 0, "CAN_COLLIDE"];
  _vehicle_2848 = _this;
  _this setDir 119.81135;
  _this setPos [12403.174, 5045.0083, 1.9632595];
};

_vehicle_2849 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_hospital", [12403.483, 5050.9614, 0.046563111], [], 0, "CAN_COLLIDE"];
  _vehicle_2849 = _this;
  _this setDir 210.73695;
  _this setPos [12403.483, 5050.9614, 0.046563111];
};

_vehicle_2850 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [12403.717, 5054.1992, -0.000510716], [], 0, "CAN_COLLIDE"];
  _vehicle_2850 = _this;
  _this setDir 157.36568;
  _this setPos [12403.717, 5054.1992, -0.000510716];
};

_vehicle_2877 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [12422.008, 5052.5342, 0.21314897], [], 0, "CAN_COLLIDE"];
  _vehicle_2877 = _this;
  _this setDir 27.516554;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12422.008, 5052.5342, 0.21314897];
};

_vehicle_2880 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [12414.461, 5068.3276], [], 0, "CAN_COLLIDE"];
  _vehicle_2880 = _this;
  _this setDir 26.303728;
  _this setPos [12414.461, 5068.3276];
};

_vehicle_2883 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Dhangar_brownskrin", [12426.391, 5061.896, 0.11080096], [], 0, "CAN_COLLIDE"];
  _vehicle_2883 = _this;
  _this setDir 29.2486;
  _this setPos [12426.391, 5061.896, 0.11080096];
};

_vehicle_2966 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_F_ch_mod_c", [15517.361, 13250.655, 0.23807128], [], 0, "CAN_COLLIDE"];
  _vehicle_2966 = _this;
  _this setDir -171.31889;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15517.361, 13250.655, 0.23807128];
};

_vehicle_2967 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_ch_mod_c", [15519.451, 13224.97, -0.071515895], [], 0, "CAN_COLLIDE"];
  _vehicle_2967 = _this;
  _this setDir -223.83858;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15519.451, 13224.97, -0.071515895];
};

_vehicle_2968 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_chair", [15536.987, 13223.205, -0.038985234], [], 0, "CAN_COLLIDE"];
  _vehicle_2968 = _this;
  _this setDir -191.37201;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15536.987, 13223.205, -0.038985234];
};

_vehicle_2969 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_hospital_bench", [15519.378, 13253.499, 0.30468312], [], 0, "CAN_COLLIDE"];
  _vehicle_2969 = _this;
  _this setDir -360.09647;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15519.378, 13253.499, 0.30468312];
};

_vehicle_2971 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_lavicka_1", [15544.269, 13229.234, -0.13838489], [], 0, "CAN_COLLIDE"];
  _vehicle_2971 = _this;
  _this setDir -446.63934;
  _this setPos [15544.269, 13229.234, -0.13838489];
};

_vehicle_2972 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_conference_table_a", [15517.353, 13251.422, 0.21869883], [], 0, "CAN_COLLIDE"];
  _vehicle_2972 = _this;
  _this setDir -182.17686;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15517.353, 13251.422, 0.21869883];
};

_vehicle_2976 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [15533.664, 13237.547, -0.0070346748], [], 0, "CAN_COLLIDE"];
  _vehicle_2976 = _this;
  _this setDir -246.45081;
  _this setPos [15533.664, 13237.547, -0.0070346748];
};

_vehicle_2977 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_Stripes", [15511.636, 13229.408, -0.04849172], [], 0, "CAN_COLLIDE"];
  _vehicle_2977 = _this;
  _this setDir 372.34399;
  _this setPos [15511.636, 13229.408, -0.04849172];
};

_vehicle_2978 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock", [15521.323, 13231.196, -0.061767776], [], 0, "CAN_COLLIDE"];
  _vehicle_2978 = _this;
  _this setDir -177.12903;
  _this setPos [15521.323, 13231.196, -0.061767776];
};

_vehicle_2979 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_D", [15518.162, 13230.234, -0.0064523825], [], 0, "CAN_COLLIDE"];
  _vehicle_2979 = _this;
  _this setDir -39.828815;
  _this setPos [15518.162, 13230.234, -0.0064523825];
};

_vehicle_2980 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Toilet", [15516.022, 13222.066, -0.0070160232], [], 0, "CAN_COLLIDE"];
  _vehicle_2980 = _this;
  _this setDir -168.20555;
  _this setPos [15516.022, 13222.066, -0.0070160232];
};

_vehicle_2981 = objNull;
if (true) then
{
  _this = createVehicle ["Paleta2", [15522.54, 13224.517, -0.062287204], [], 0, "CAN_COLLIDE"];
  _vehicle_2981 = _this;
  _this setDir -428.09024;
  _this setPos [15522.54, 13224.517, -0.062287204];
};

_vehicle_2982 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Barrel_water", [15535.141, 13224.998, 0.015160214], [], 0, "CAN_COLLIDE"];
  _vehicle_2982 = _this;
  _this setDir -216.95976;
  _this setPos [15535.141, 13224.998, 0.015160214];
};

_vehicle_2983 = objNull;
if (true) then
{
  _this = createVehicle ["Land_stand_meat_EP1", [15539.524, 13223.802, 0.086053483], [], 0, "CAN_COLLIDE"];
  _vehicle_2983 = _this;
  _this setDir -181.79065;
  _this setPos [15539.524, 13223.802, 0.086053483];
};

_vehicle_2984 = objNull;
if (true) then
{
  _this = createVehicle ["Land_tires_EP1", [15522.453, 13227.196, -0.035405044], [], 0, "CAN_COLLIDE"];
  _vehicle_2984 = _this;
  _this setDir 56.587994;
  _this setPos [15522.453, 13227.196, -0.035405044];
};

_vehicle_2985 = objNull;
if (true) then
{
  _this = createVehicle ["Info_Board_EP1", [15516.13, 13248.669, -0.3419576], [], 0, "CAN_COLLIDE"];
  _vehicle_2985 = _this;
  _this setDir 89.953583;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15516.13, 13248.669, -0.3419576];
};

_vehicle_2991 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_hospital", [15516.526, 13249.752, -0.89145452], [], 0, "CAN_COLLIDE"];
  _vehicle_2991 = _this;
  _this setDir -271.51025;
  _this setPos [15516.526, 13249.752, -0.89145452];
};

_vehicle_2992 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_sign_service", [15516.244, 13223.664, 2.202831], [], 0, "CAN_COLLIDE"];
  _vehicle_2992 = _this;
  _this setDir -170.49649;
  _this setPos [15516.244, 13223.664, 2.202831];
};

_vehicle_2998 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_stanek_3B", [15536.856, 13224.884, 0.020197548], [], 0, "CAN_COLLIDE"];
  _vehicle_2998 = _this;
  _this setDir 91.746788;
  _this setPos [15536.856, 13224.884, 0.020197548];
};

_vehicle_3000 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15506.895, 13225.841, -0.014392665], [], 0, "CAN_COLLIDE"];
  _vehicle_3000 = _this;
  _this setDir 208.84813;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15506.895, 13225.841, -0.014392665];
};

_vehicle_3001 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15503.361, 13228.063, 0.0020405857], [], 0, "CAN_COLLIDE"];
  _vehicle_3001 = _this;
  _this setDir 10.51461;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15503.361, 13228.063, 0.0020405857];
};

_vehicle_3002 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15507.771, 13227.002, 0.012708564], [], 0, "CAN_COLLIDE"];
  _vehicle_3002 = _this;
  _this setDir 13.089565;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15507.771, 13227.002, 0.012708564];
};

_vehicle_3003 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15501.866, 13226.967, 0.031106675], [], 0, "CAN_COLLIDE"];
  _vehicle_3003 = _this;
  _this setDir 213.89156;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15501.866, 13226.967, 0.031106675];
};

_vehicle_3004 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrate_NoInteractive_", [15505.15, 13226.053, -0.011652243], [], 0, "CAN_COLLIDE"];
  _vehicle_3004 = _this;
  _this setDir 9.6363707;
  _this setPos [15505.15, 13226.053, -0.011652243];
};

_vehicle_3005 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Large", [15500.903, 13227.556, 0.00048323954], [], 0, "CAN_COLLIDE"];
  _vehicle_3005 = _this;
  _this setDir 101.383;
  _this setPos [15500.903, 13227.556, 0.00048323954];
};

_vehicle_3006 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Medium", [15511.748, 13224.959, -0.020441379], [], 0, "CAN_COLLIDE"];
  _vehicle_3006 = _this;
  _this setDir -165.10442;
  _this setPos [15511.748, 13224.959, -0.020441379];
};

_vehicle_3007 = objNull;
if (true) then
{
  _this = createVehicle ["AmmoCrates_NoInteractive_Small", [15512.198, 13226.734, 0.072519615], [], 0, "CAN_COLLIDE"];
  _vehicle_3007 = _this;
  _this setDir -71.336861;
  _this setPos [15512.198, 13226.734, 0.072519615];
};

_vehicle_3008 = objNull;
if (true) then
{
  _this = createVehicle ["VaultStorageLocked", [15517.283, 13223.923, -0.018520584], [], 0, "CAN_COLLIDE"];
  _vehicle_3008 = _this;
  _this setDir -171.22212;
  _this setPos [15517.283, 13223.923, -0.018520584];
};

_vehicle_3009 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15518.157, 13227.266, 0.0027771522], [], 0, "CAN_COLLIDE"];
  _vehicle_3009 = _this;
  _this setDir -211.64992;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15518.157, 13227.266, 0.0027771522];
};

_vehicle_3010 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_F_postel_manz_kov", [15523.096, 13248.089, 0.10420746], [], 0, "CAN_COLLIDE"];
  _vehicle_3010 = _this;
  _this setDir -89.491089;
  _this setPos [15523.096, 13248.089, 0.10420746];
};

_vehicle_3013 = objNull;
if (true) then
{
  _this = createVehicle ["Fence_corrugated_plate", [15513.34, 13226.091, -0.020870514], [], 0, "CAN_COLLIDE"];
  _vehicle_3013 = _this;
  _this setDir -258.31424;
  _this setPos [15513.34, 13226.091, -0.020870514];
};

_vehicle_3015 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [15527.813, 13237.481, 1.2155863], [], 0, "CAN_COLLIDE"];
  _vehicle_3015 = _this;
  _this setDir -227.60321;
  _this setPos [15527.813, 13237.481, 1.2155863];
};

_vehicle_3016 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Crates_stack_EP1", [15521.796, 13223.461, 4.9647759e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3016 = _this;
  _this setDir -434.00403;
  _this setPos [15521.796, 13223.461, 4.9647759e-005];
};

_vehicle_3017 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Wheel_cart_EP1", [15514.233, 13225.472, -0.020019062], [], 0, "CAN_COLLIDE"];
  _vehicle_3017 = _this;
  _this setDir -182.49852;
  _this setPos [15514.233, 13225.472, -0.020019062];
};

_vehicle_3018 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_Backpackheap_EP1", [15533.623, 13223.387, -0.035092287], [], 0, "CAN_COLLIDE"];
  _vehicle_3018 = _this;
  _this setDir -308.9895;
  _this setPos [15533.623, 13223.387, -0.035092287];
};

_vehicle_3024 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_case_d", [15523.316, 13252.256, 0.2823613], [], 0, "CAN_COLLIDE"];
  _vehicle_3024 = _this;
  _this setDir -268.48819;
  _this setPos [15523.316, 13252.256, 0.2823613];
};

_vehicle_3028 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15537.666, 13235.459, 0.073144369], [], 0, "CAN_COLLIDE"];
  _vehicle_3028 = _this;
  _this setDir -360.49033;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15537.666, 13235.459, 0.073144369];
};

_vehicle_3029 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Canister_EP1", [15522.435, 13226.169, -0.15419619], [], 0, "CAN_COLLIDE"];
  _vehicle_3029 = _this;
  _this setDir -238.72049;
  _this setPos [15522.435, 13226.169, -0.15419619];
};

_vehicle_3031 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_lekarnicka", [15523.983, 13250.816, 1.2579647], [], 0, "CAN_COLLIDE"];
  _vehicle_3031 = _this;
  _this setDir 90.17601;
  _this setPos [15523.983, 13250.816, 1.2579647];
};

_vehicle_3038 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Water_pipe_EP1", [15523.225, 13250.118, 0.25691018], [], 0, "CAN_COLLIDE"];
  _vehicle_3038 = _this;
  _this setDir -330.94312;
  _this setPos [15523.225, 13250.118, 0.25691018];
};

_vehicle_3041 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15529.601, 13235.78, -0.0042626923], [], 0, "CAN_COLLIDE"];
  _vehicle_3041 = _this;
  _this setDir -357.13113;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15529.601, 13235.78, -0.0042626923];
};

_vehicle_3122 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_hospital_bench", [15520.89, 13253.48, 0.35296452], [], 0, "CAN_COLLIDE"];
  _vehicle_3122 = _this;
  _this setDir -360.09647;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15520.89, 13253.48, 0.35296452];
};

_vehicle_3125 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock_Stripes", [15501.706, 13231.354, 2.3365021e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3125 = _this;
  _this setDir 372.34399;
  _this setPos [15501.706, 13231.354, 2.3365021e-005];
};

_vehicle_3128 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock", [15506.769, 13230.412, 0.00014305115], [], 0, "CAN_COLLIDE"];
  _vehicle_3128 = _this;
  _this setDir 11.22995;
  _this setPos [15506.769, 13230.412, 0.00014305115];
};

_vehicle_3140 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [15476.641, 13191.995, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3140 = _this;
  _this setPos [15476.641, 13191.995, -7.6293945e-006];
};

_vehicle_3144 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Market_shelter_EP1", [15533.357, 13234.9, 0.00011062622], [], 0, "CAN_COLLIDE"];
  _vehicle_3144 = _this;
  _this setDir 1.5448134;
  _this setPos [15533.357, 13234.9, 0.00011062622];
};

_vehicle_3146 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15538.112, 13235.995, 1.8596649e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3146 = _this;
  _this setDir 388.63922;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15538.112, 13235.995, 1.8596649e-005];
};

_vehicle_3148 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15529.047, 13236.2, 4.9114227e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3148 = _this;
  _this setDir 334.90399;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15529.047, 13236.2, 4.9114227e-005];
};

_vehicle_3150 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15529.966, 13234.848, 3.5762787e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3150 = _this;
  _this setDir 197.06258;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15529.966, 13234.848, 3.5762787e-005];
};

_vehicle_3152 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [15537.072, 13236.473, 8.2492828e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3152 = _this;
  _this setDir 67.501419;
  _this setPos [15537.072, 13236.473, 8.2492828e-005];
};

_vehicle_3154 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [15538.4, 13233.203, -3.3378601e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3154 = _this;
  _this setDir -112.86482;
  _this setPos [15538.4, 13233.203, -3.3378601e-006];
};

_vehicle_3156 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [15528.617, 13234.723, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3156 = _this;
  _this setDir -27.213123;
  _this setPos [15528.617, 13234.723, 9.5367432e-006];
};

_vehicle_3159 = objNull;
if (true) then
{
  _this = createVehicle ["Garbage_can", [15534.632, 13232.277, 2.4795532e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3159 = _this;
  _this setDir 137.68968;
  _this setPos [15534.632, 13232.277, 2.4795532e-005];
};

_vehicle_3170 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [8251.6377, 15492.878, 0.28392723], [], 0, "CAN_COLLIDE"];
  _vehicle_3170 = _this;
  _this setDir 243.97038;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8251.6377, 15492.878, 0.28392723];
};

_vehicle_3171 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [8250.6221, 15493.787, 0.28390104], [], 0, "CAN_COLLIDE"];
  _vehicle_3171 = _this;
  _this setDir 19.694695;
  _this setPos [8250.6221, 15493.787, 0.28390104];
};

_vehicle_3172 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8252.0693, 15493.787, 0.27962855], [], 0, "CAN_COLLIDE"];
  _vehicle_3172 = _this;
  _this setDir -310.22339;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8252.0693, 15493.787, 0.27962855];
};

_vehicle_3173 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [8257.9531, 15487.657, 0.34642211], [], 0, "CAN_COLLIDE"];
  _vehicle_3173 = _this;
  _this setDir -313.58258;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8257.9531, 15487.657, 0.34642211];
};

_vehicle_3174 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [8258.2451, 15488.888, 0.28242499], [], 0, "CAN_COLLIDE"];
  _vehicle_3174 = _this;
  _this setDir 141.14796;
  _this setPos [8258.2451, 15488.888, 0.28242499];
};

_vehicle_3175 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [8259.1514, 15487.907, 0.27809575], [], 0, "CAN_COLLIDE"];
  _vehicle_3175 = _this;
  _this setDir 420.36905;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [8259.1514, 15487.907, 0.27809575];
};

_vehicle_3176 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [8257.4785, 15486.538, 0.25310469], [], 0, "CAN_COLLIDE"];
  _vehicle_3176 = _this;
  _this setDir -65.957001;
  _this setPos [8257.4785, 15486.538, 0.25310469];
};

_vehicle_3177 = objNull;
if (true) then
{
  _this = createVehicle ["Garbage_can", [8252.9707, 15488.547, 0.27808574], [], 0, "CAN_COLLIDE"];
  _vehicle_3177 = _this;
  _this setDir 184.59749;
  _this setPos [8252.9707, 15488.547, 0.27808574];
};

_vehicle_3191 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CncBlock", [15536.241, 13270.558, -2.4795532e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3191 = _this;
  _this setDir 0.094105467;
  _this setPos [15536.241, 13270.558, -2.4795532e-005];
};

_vehicle_3193 = objNull;
if (true) then
{
  _this = createVehicle ["Land_CamoNet_EAST", [15506.101, 13226.272, 0.73564607], [], 0, "CAN_COLLIDE"];
  _vehicle_3193 = _this;
  _this setDir 192.39973;
  _this setPos [15506.101, 13226.272, 0.73564607];
};

_vehicle_3194 = objNull;
if (true) then
{
  _this = createVehicle ["LADAWreck", [15471.341, 13185.786, 0.0001373291], [], 0, "CAN_COLLIDE"];
  _vehicle_3194 = _this;
  _this setDir -101.75217;
  _this setPos [15471.341, 13185.786, 0.0001373291];
};

_vehicle_3202 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [15471.943, 13189, 0.17474413], [], 0, "CAN_COLLIDE"];
  _vehicle_3202 = _this;
  _this setDir 13.134883;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15471.943, 13189, 0.17474413];
};

_vehicle_3203 = objNull;
if (true) then
{
  _this = createVehicle ["FoldChair", [15471.164, 13188.125, 0.098885536], [], 0, "CAN_COLLIDE"];
  _vehicle_3203 = _this;
  _this setDir 208.89345;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [15471.164, 13188.125, 0.098885536];
};

_vehicle_3207 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Wall_Gate_Ind2B_L", [15475.813, 13196.716, -0.12362626], [], 0, "CAN_COLLIDE"];
  _vehicle_3207 = _this;
  _this setDir 192.04375;
  _this setPos [15475.813, 13196.716, -0.12362626];
};

_vehicle_3208 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_Wall_Gate_Ind2B_R", [15475.781, 13196.767, -0.38648832], [], 0, "CAN_COLLIDE"];
  _vehicle_3208 = _this;
  _this setDir 194.59303;
  _this setPos [15475.781, 13196.767, -0.38648832];
};

_vehicle_3212 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15463.912, 13203.771, -0.090902366], [], 0, "CAN_COLLIDE"];
  _vehicle_3212 = _this;
  _this setDir 88.822212;
  _this setPos [15463.912, 13203.771, -0.090902366];
};

_vehicle_3216 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15465.024, 13230.329, 9.5367432e-007], [], 0, "CAN_COLLIDE"];
  _vehicle_3216 = _this;
  _this setDir 21.718328;
  _this setPos [15465.024, 13230.329, 9.5367432e-007];
};

_vehicle_3218 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15534.318, 13264.343, -1.4305115e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3218 = _this;
  _this setDir -0.41041353;
  _this setPos [15534.318, 13264.343, -1.4305115e-006];
};

_vehicle_3220 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15475.243, 13246.379, 0.11381077], [], 0, "CAN_COLLIDE"];
  _vehicle_3220 = _this;
  _this setDir 105.34962;
  _this setPos [15475.243, 13246.379, 0.11381077];
};

_vehicle_3224 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier5_DZ", [15540.733, 13221.684, -8.6784363e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3224 = _this;
  _this setDir 1.9964706;
  _this setPos [15540.733, 13221.684, -8.6784363e-005];
};

_vehicle_3226 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15470.353, 13181.141, 6.8664551e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3226 = _this;
  _this setDir 188.99338;
  _this setPos [15470.353, 13181.141, 6.8664551e-005];
};

_vehicle_3235 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15468.152, 13221.069, 0.17886774], [], 0, "CAN_COLLIDE"];
  _vehicle_3235 = _this;
  _this setDir 108.00539;
  _this setPos [15468.152, 13221.069, 0.17886774];
};

_vehicle_3248 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15493.188, 13197.514, -0.0001077652], [], 0, "CAN_COLLIDE"];
  _vehicle_3248 = _this;
  _this setDir 101.8557;
  _this setPos [15493.188, 13197.514, -0.0001077652];
};

_vehicle_3250 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15507.068, 13208.49, -0.030825142], [], 0, "CAN_COLLIDE"];
  _vehicle_3250 = _this;
  _this setDir 285.02505;
  _this setPos [15507.068, 13208.49, -0.030825142];
};

_vehicle_3256 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15497.556, 13192.96, 3.3378601e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3256 = _this;
  _this setDir 189.85252;
  _this setPos [15497.556, 13192.96, 3.3378601e-005];
};

_vehicle_3258 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15478.196, 13179.493, -4.4822693e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3258 = _this;
  _this setDir 199.34187;
  _this setPos [15478.196, 13179.493, -4.4822693e-005];
};

_vehicle_3261 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15523.733, 13214.894, 0.023783559], [], 0, "CAN_COLLIDE"];
  _vehicle_3261 = _this;
  _this setDir 369.64487;
  _this setPos [15523.733, 13214.894, 0.023783559];
};

_vehicle_3269 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15471.621, 13216.446, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3269 = _this;
  _this setDir 205.85497;
  _this setPos [15471.621, 13216.446, 2.2888184e-005];
};

_vehicle_3271 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15458.928, 13209.64, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3271 = _this;
  _this setDir 35.760201;
  _this setPos [15458.928, 13209.64, -3.8146973e-006];
};

_vehicle_3273 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15497.23, 13231.055, -4.7683716e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3273 = _this;
  _this setDir 108.00539;
  _this setPos [15497.23, 13231.055, -4.7683716e-006];
};

_vehicle_3275 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15483.285, 13233.706, -3.7670135e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3275 = _this;
  _this setDir 116.90259;
  _this setPos [15483.285, 13233.706, -3.7670135e-005];
};

_vehicle_3278 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15506.379, 13198.358, -0.13725275], [], 0, "CAN_COLLIDE"];
  _vehicle_3278 = _this;
  _this setDir 192.34982;
  _this setPos [15506.379, 13198.358, -0.13725275];
};

_vehicle_3282 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [15484.431, 13196.031, -0.00012683868], [], 0, "CAN_COLLIDE"];
  _vehicle_3282 = _this;
  _this setDir 182.87817;
  _this setPos [15484.431, 13196.031, -0.00012683868];
};

_vehicle_3285 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12428.631, 5054.8164, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3285 = _this;
  _this setDir 29.287943;
  _this setPos [12428.631, 5054.8164, 9.1552734e-005];
};

_vehicle_3345 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Ind_Timbers", [12428.534, 5072.3628, 0.15099113], [], 0, "CAN_COLLIDE"];
  _vehicle_3345 = _this;
  _this setDir 124.32423;
  _this setPos [12428.534, 5072.3628, 0.15099113];
};

_vehicle_3355 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Ind_Timbers", [12392.563, 5069.1177, -0.15717191], [], 0, "CAN_COLLIDE"];
  _vehicle_3355 = _this;
  _this setDir 5.5540023;
  _this setPos [12392.563, 5069.1177, -0.15717191];
};

_vehicle_3358 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Ind_Timbers", [12421.519, 5077.8032, 0.82487237], [], 0, "CAN_COLLIDE"];
  _vehicle_3358 = _this;
  _this setDir 303.79675;
  _this setPos [12421.519, 5077.8032, 0.82487237];
};

_vehicle_3360 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Ind_Timbers", [12429.638, 5073.7461, 0.22171493], [], 0, "CAN_COLLIDE"];
  _vehicle_3360 = _this;
  _this setDir 483.18661;
  _this setPos [12429.638, 5073.7461, 0.22171493];
};

_vehicle_3362 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Ind_Timbers", [12422.519, 5079.1973, -0.21555267], [], 0, "CAN_COLLIDE"];
  _vehicle_3362 = _this;
  _this setDir 303.5423;
  _this setPos [12422.519, 5079.1973, -0.21555267];
};

_vehicle_3410 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5156.2886, 4871.3599, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3410 = _this;
  _this setDir -102.44956;
  _this setPos [5156.2886, 4871.3599, 2.2888184e-005];
};

_vehicle_3412 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [5153.7876, 4886.0586, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3412 = _this;
  _this setDir -97.303757;
  _this setPos [5153.7876, 4886.0586, 7.6293945e-006];
};

_vehicle_3414 = objNull;
if (true) then
{
  _this = createVehicle ["GUE_WarfareBUAVterminal", [5155.7974, 4857.3711, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3414 = _this;
  _this setDir 173.26715;
  _this setPos [5155.7974, 4857.3711, 7.6293945e-006];
};


_vehicle_3416 = objNull;
if (true) then
{
  _this = createVehicle ["FoldTable", [5153.0249, 4855.2515], [], 0, "CAN_COLLIDE"];
  _vehicle_3416 = _this;
  _this setDir 83.208481;
  _this setPos [5153.0249, 4855.2515];
};

_vehicle_3417 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Chair_EP1", [5154.459, 4854.1689, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3417 = _this;
  _this setDir 206.33018;
  _this setPos [5154.459, 4854.1689, -2.2888184e-005];
};

_unit_221 = objNull;
if (true) then
{
  _this = createAgent ["Ins_Woodlander2", [16864.951, 5273.5635, 1.3620883], [], 0, "CAN_COLLIDE"];
  _unit_221 = _this;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;  ";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_vehicle_3422 = objNull;
if (true) then
{
  _this = createVehicle ["Land_BoatSmall_2b", [16866.701, 5253.2563, 0.00021696091], [], 0, "CAN_COLLIDE"];
  _vehicle_3422 = _this;
  _this setPos [16866.701, 5253.2563, 0.00021696091];
};

_unit_224 = objNull;
if (true) then
{
  _this = createAgent ["TK_Special_Forces_EP1", [6773.3965, 16950.34, 1.3511612], [], 0, "CAN_COLLIDE"];
  _unit_224 = _this;
  _this setDir -31.881969;
  _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;  ";
  _this setUnitAbility 0.60000002;
_this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};

_vehicle_3424 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [5152.0347, 4857.2729, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3424 = _this;
  _this setPos [5152.0347, 4857.2729, 7.6293945e-006];
};

_vehicle_3426 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [6764.9229, 16961.512, 4.0173531e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3426 = _this;
  _this setDir 16.223778;
  _this setPos [6764.9229, 16961.512, 4.0173531e-005];
};

_vehicle_3430 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [5374.1602, 16092.632, 3.7193298e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3430 = _this;
  _this setDir 19.72467;
  _this setPos [5374.1602, 16092.632, 3.7193298e-005];
};

_vehicle_3431 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Fire_barrel", [2127.3418, 7809.3354, 3.2386608], [], 0, "CAN_COLLIDE"];
  _vehicle_3431 = _this;
  _this setDir 3.1363723;
  _this setPos [2127.3418, 7809.3354, 3.2386608];
};

_vehicle_3432 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_cargo_cont_net2", [2124.5193, 7800.5581, 6.6383033], [], 0, "CAN_COLLIDE"];
  _vehicle_3432 = _this;
  _this setPos [2124.5193, 7800.5581, 6.6383033];
};

_vehicle_3434 = objNull;
if (true) then
{
  _this = createVehicle ["Misc_cargo_cont_net2", [5372.8462, 16088.244, -4.7683716e-007], [], 0, "CAN_COLLIDE"];
  _vehicle_3434 = _this;
  _this setDir -60.5933;
  _this setPos [5372.8462, 16088.244, -4.7683716e-007];
};

_vehicle_3438 = objNull;
if (true) then
{
  _this = createVehicle ["LAV25_HQ_unfolded", [10398.399, 8272.7373, -0.38511813], [], 0, "CAN_COLLIDE"];
  _vehicle_3438 = _this;
  _this setDir -50.819904;
  _this setPos [10398.399, 8272.7373, -0.38511813];
};

_vehicle_3445 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHCivil", [10381.017, 8254.3301, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3445 = _this;
  _this setPos [10381.017, 8254.3301, -1.5258789e-005];
};

_vehicle_3446 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [10401.069, 8275.252, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3446 = _this;
  _this setDir 39.803505;
  _this setPos [10401.069, 8275.252, 7.6293945e-006];
};

_vehicle_3448 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [10389.621, 8273.2168, -0.13782163], [], 0, "CAN_COLLIDE"];
  _vehicle_3448 = _this;
  _this setDir 131.78249;
  _this setPos [10389.621, 8273.2168, -0.13782163];
};

_vehicle_3451 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [10399.777, 8265.1631], [], 0, "CAN_COLLIDE"];
  _vehicle_3451 = _this;
  _this setDir 131.78249;
  _this setPos [10399.777, 8265.1631];
};

_vehicle_3454 = objNull;
if (true) then
{
  _this = createVehicle ["Base_WarfareBBarrier10xTall", [10365.496, 8246.7109, 0.027523868], [], 0, "CAN_COLLIDE"];
  _vehicle_3454 = _this;
  _this setDir 44.84721;
  _this setPos [10365.496, 8246.7109, 0.027523868];
};

_vehicle_3458 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHCivil", [15093.325, 16403.578, 3.4332275e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3458 = _this;
  _this setDir -42.604416;
  _this setPos [15093.325, 16403.578, 3.4332275e-005];
};

_vehicle_3462 = objNull;
if (true) then
{
  _this = createVehicle ["Info_Board_EP1", [12395.988, 5055.6416, 0.3520039], [], 0, "CAN_COLLIDE"];
  _vehicle_3462 = _this;
  _this setDir 210.42453;
  _this setVehicleInit "this allowDammage false;this enableSimulation false;  ";
  _this setPos [12395.988, 5055.6416, 0.3520039];
};

_vehicle_3463 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHCivil", [5139.6553, 4866.1377], [], 0, "CAN_COLLIDE"];
  _vehicle_3463 = _this;
  _this setDir -10.412536;
  _this setPos [5139.6553, 4866.1377];
};

_vehicle_3465 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier_large", [5155.5317, 4852.4058, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3465 = _this;
  _this setDir -7.1061244;
  _this setPos [5155.5317, 4852.4058, 2.2888184e-005];
};

_vehicle_3467 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [6780.2842, 16963.049, 0.029153228], [], 0, "CAN_COLLIDE"];
  _vehicle_3467 = _this;
  _this setPos [6780.2842, 16963.049, 0.029153228];
};

_vehicle_3468 = objNull;
if (true) then
{
  _this = createVehicle ["HeliHEmpty", [16871.145, 5268.6265, 0.15640032], [], 0, "CAN_COLLIDE"];
  _vehicle_3468 = _this;
  _this setPos [16871.145, 5268.6265, 0.15640032];
};

_vehicle_3469 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier3", [15478, 13234.252, 0.00020027161], [], 0, "CAN_COLLIDE"];
  _vehicle_3469 = _this;
  _this setDir 21.200712;
  _this setPos [15478, 13234.252, 0.00020027161];
};

_vehicle_3471 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier3", [15493.071, 13230.286, 3.9577484e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3471 = _this;
  _this setDir 11.764855;
  _this setPos [15493.071, 13230.286, 3.9577484e-005];
};

_vehicle_3474 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12427.667, 5063.4287], [], 0, "CAN_COLLIDE"];
  _vehicle_3474 = _this;
  _this setDir 119.37385;
  _this setPos [12427.667, 5063.4287];
};

_vehicle_3476 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12418.428, 5079.4175, 7.6293945e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3476 = _this;
  _this setDir 108.66718;
  _this setPos [12418.428, 5079.4175, 7.6293945e-005];
};

_vehicle_3478 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12412.728, 5082.168], [], 0, "CAN_COLLIDE"];
  _vehicle_3478 = _this;
  _this setDir 128.49065;
  _this setPos [12412.728, 5082.168];
};

_vehicle_3480 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12408.585, 5086.8306, 9.1552734e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3480 = _this;
  _this setDir 129.75304;
  _this setPos [12408.585, 5086.8306, 9.1552734e-005];
};

_vehicle_3482 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12397.977, 5080.5156, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3482 = _this;
  _this setDir 38.219521;
  _this setPos [12397.977, 5080.5156, -3.0517578e-005];
};

_vehicle_3484 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12394.144, 5073.9937, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3484 = _this;
  _this setDir 29.287943;
  _this setPos [12394.144, 5073.9937, -3.0517578e-005];
};

_vehicle_3487 = objNull;
if (true) then
{
  _this = createVehicle ["Land_Misc_Cargo1E_EP1", [12428.877, 5068.5962, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3487 = _this;
  _this setDir 6.9263525;
  _this setPos [12428.877, 5068.5962, -6.1035156e-005];
};

_vehicle_3489 = objNull;
if (true) then
{
  _this = createVehicle ["LADAWreck", [12424.456, 5067.0337, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3489 = _this;
  _this setDir 73.666336;
  _this setPos [12424.456, 5067.0337, 3.0517578e-005];
};

_vehicle_3490 = objNull;
if (true) then
{
  _this = createVehicle ["FlagCarrierUSA_EP1", [12799.145, 5284.9287, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3490 = _this;
  _this setDir 79.900551;
  _this setPos [12799.145, 5284.9287, -3.0517578e-005];
};

_vehicle_3492 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier3", [15473.113, 13212.321, -5.1498413e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_3492 = _this;
  _this setDir 106.20111;
  _this setPos [15473.113, 13212.321, -5.1498413e-005];
};

_vehicle_3494 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier3", [15455.78, 13214.57, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_3494 = _this;
  _this setDir -62.401886;
  _this setPos [15455.78, 13214.57, -9.5367432e-006];
};

_vehicle_3496 = objNull;
if (true) then
{
  _this = createVehicle ["Land_HBarrier3", [15506.942, 13213.153, 0.27172163], [], 0, "CAN_COLLIDE"];
  _vehicle_3496 = _this;
  _this setDir 98.955376;
  _this setPos [15506.942, 13213.153, 0.27172163];
};

processInitCommands;
runInitScript;
finishMissionInit;

 

 

 

Mission.biedi

class _vehicle_3523
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5144.4243, 4891.0884, 1.5258789e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-10.86481";
		PARENT="";
	};
};
class _vehicle_3524
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5131.4575, 4883.353, -7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-51.442963";
		PARENT="";
	};
};
class _vehicle_3525
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5124.5112, 4870.2642, 1.5258789e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="96.699509";
		PARENT="";
	};
};
class _vehicle_3526
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5124.6836, 4855.4883, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="80.989693";
		PARENT="";
	};
};
class _vehicle_3527
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5160.4229, 4856.936, -0.13439807]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-109.46175";
		PARENT="";
	};
};
class _vehicle_3528
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5133.7222, 4845.7305, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="7.034831";
		PARENT="";
	};
};
class _vehicle_3529
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5163.499, 4841.8394, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="82.773636";
		PARENT="";
	};
};
class _vehicle_3530
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5148.0029, 4841.4619, 2.2888184e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="26.402323";
		PARENT="";
	};
};
class _vehicle_3531
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6786.5586, 16938.824, 1.3063762]";
		TYPE="Land_Fire_barrel_burning";
		AZIMUT="-52.176891";
		PARENT="";
	};
};
class _vehicle_3532
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6754.4868, 16954.301, 8.5830688e-006]";
		TYPE="Land_BoatSmall_2b";
		PARENT="";
	};
};
class _vehicle_3533
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6770.6196, 16962.15, -0.043979064]";
		TYPE="Land_BoatSmall_2a";
		AZIMUT="92.819344";
		PARENT="";
	};
};
class _vehicle_3534
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6788.8032, 16940.443, 1.6349994]";
		TYPE="Land_BoatSmall_2a";
		AZIMUT="-33.264271";
		PARENT="";
	};
};
class _vehicle_3535
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16863.83, 5273.3955, 1.2385281]";
		TYPE="Land_Fire_barrel_burning";
		PARENT="";
	};
};
class _vehicle_3536
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15127.126, 16416.543, 0.0011147753]";
		TYPE="Land_Fire_barrel_burning";
		AZIMUT="7.6314087";
		PARENT="";
	};
};
class _vehicle_3537
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.5742, 15495.384, 0.89722341]";
		TYPE="MAP_P_Basin_A";
		AZIMUT="-129.59015";
		PARENT="";
	};
};
class _vehicle_3538
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.3555, 15469.616, 0.53834081]";
		TYPE="MAP_wall_board";
		AZIMUT="50.371937";
		PARENT="";
	};
};
class _vehicle_3539
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.6689, 15500.109, 3.7850966]";
		TYPE="MAP_wall_board_02";
		AZIMUT="230.36423";
		PARENT="";
	};
};
class _vehicle_3540
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.5088, 15490.043, 3.5492637]";
		TYPE="MAP_armchair";
		AZIMUT="423.89514";
		PARENT="";
	};
};
class _vehicle_3541
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.584, 15487.762, 0.24975611]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="154.29044";
		PARENT="";
	};
};
class _vehicle_3542
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.9395, 15510.228, 0.24129499]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="4.7255068";
		PARENT="";
	};
};
class _vehicle_3543
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.7363, 15500.203, 0.24118771]";
		TYPE="MAP_chair";
		AZIMUT="36.231251";
		PARENT="";
	};
};
class _vehicle_3544
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.2656, 15492.547, 0.24904081]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-36.62492";
		PARENT="";
	};
};
class _vehicle_3545
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.4102, 15491.424, 3.5307629]";
		TYPE="MAP_kitchen_chair_a";
		AZIMUT="53.379959";
		PARENT="";
	};
};
class _vehicle_3546
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.3145, 15471.088, -1.9550323e-005]";
		TYPE="MAP_lavicka_1";
		AZIMUT="-42.018513";
		PARENT="";
	};
};
class _vehicle_3547
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.1074, 15488.405, 0.25257671]";
		TYPE="MAP_conference_table_a";
		AZIMUT="143.43242";
		PARENT="";
	};
};
class _vehicle_3548
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8215.5918, 15503.198, 4.7206879e-005]";
		TYPE="MAP_p_urtica";
		PARENT="";
	};
};
class _vehicle_3549
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8214.9893, 15504.062, 5.6266785e-005]";
		TYPE="MAP_pumpkin";
		PARENT="";
	};
};
class _vehicle_3550
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8214.6572, 15503.658, -1.9550323e-005]";
		TYPE="MAP_pumpkin2";
		PARENT="";
	};
};
class _vehicle_3551
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8213.667, 15502.601, 0]";
		TYPE="MAP_p_heracleum";
		PARENT="";
	};
};
class _vehicle_3552
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8210.0908, 15500.938, 9.5367432e-007]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="55.640972";
		PARENT="";
	};
};
class _vehicle_3553
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8211.0303, 15502.254, -3.0040741e-005]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="58.473064";
		PARENT="";
	};
};
class _vehicle_3554
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8211.4365, 15501.333, 5.7220459e-006]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="45.646385";
		PARENT="";
	};
};
class _vehicle_3555
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8210.3047, 15501.69, 1.6689301e-005]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="22.202578";
		PARENT="";
	};
};
class _vehicle_3556
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8229.8818, 15505.676, -0.00010442734]";
		TYPE="MAP_Wall_IndFnc_9";
		AZIMUT="47.155968";
		PARENT="";
	};
};
class _vehicle_3557
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8223.7314, 15512.202, 0.00013494492]";
		TYPE="MAP_Wall_IndFnc_9";
		AZIMUT="47.155968";
		PARENT="";
	};
};
class _vehicle_3558
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8235.5439, 15499.255, 0.20487584]";
		TYPE="Misc_Cargo1B_military";
		AZIMUT="51.420868";
		PARENT="";
	};
};
class _vehicle_3559
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8248.3184, 15484.898, 0.24115767]";
		TYPE="Land_Fire_barrel";
		AZIMUT="-0.024404472";
		PARENT="";
	};
};
class _vehicle_3560
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.7705, 15481.14, 0.20792443]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="406.901";
		PARENT="";
	};
};
class _vehicle_3561
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.8291, 15488.913, 0.24114145]";
		TYPE="Land_CncBlock";
		AZIMUT="10.615736";
		PARENT="";
	};
};
class _vehicle_3562
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8245.1416, 15487.204, 0.241192]";
		TYPE="Land_CncBlock_D";
		AZIMUT="48.523594";
		PARENT="";
	};
};
class _vehicle_3563
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.4492, 15487.285, 1.3828278e-005]";
		TYPE="Land_Toilet";
		AZIMUT="-40.890606";
		PARENT="";
	};
};
class _vehicle_3564
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.3809, 15515.725, 0.27066967]";
		TYPE="Paleta2";
		AZIMUT="-211.44675";
		PARENT="";
	};
};
class _vehicle_3565
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.2861, 15501.204, 0.24122538]";
		TYPE="Land_Barrel_water";
		AZIMUT="-0.3049714";
		PARENT="";
	};
};
class _vehicle_3566
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.3838, 15503.13, 0.241089]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="45.812561";
		PARENT="";
	};
};
class _vehicle_3567
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.876, 15510.099, 0.24121727]";
		TYPE="Land_tires_EP1";
		AZIMUT="273.2316";
		PARENT="";
	};
};
class _vehicle_3568
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.4639, 15478.367, 0.24111046]";
		TYPE="Info_Board_EP1";
		AZIMUT="140.55966";
		PARENT="";
	};
};
class _vehicle_3569
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.0859, 15483.463, 0.094663233]";
		TYPE="LADAWreck";
		AZIMUT="231.33983";
		PARENT="";
	};
};
class _vehicle_3570
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.9824, 15484.32, 0.22003052]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="49.007591";
		PARENT="";
	};
};
class _vehicle_3571
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.5459, 15478.188, 0.21946615]";
		TYPE="Land_CncBlock";
		AZIMUT="48.324379";
		PARENT="";
	};
};
class _vehicle_3572
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.3984, 15482.96, -5.2452087e-005]";
		TYPE="Land_MBG_Garage_Single_A";
		AZIMUT="50.005669";
		PARENT="";
	};
};
class _vehicle_3573
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.1426, 15479.96, 2.6766288]";
		TYPE="MAP_sign_altar";
		AZIMUT="230.94078";
		PARENT="";
	};
};
class _vehicle_3574
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.6514, 15490.703, -2.2411346e-005]";
		TYPE="MAP_sign_hospital";
		AZIMUT="49.964375";
		PARENT="";
	};
};
class _vehicle_3575
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.082, 15511.703, -0.25001478]";
		TYPE="MAP_sign_service";
		AZIMUT="50.497543";
		PARENT="";
	};
};
class _vehicle_3576
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.4131, 15480.491, -1.0994655]";
		TYPE="MAP_Bilboard_alkohol";
		AZIMUT="140.48784";
		PARENT="";
	};
};
class _vehicle_3577
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8256.8594, 15465.308, 0.23216823]";
		TYPE="MAP_EmbeddedTire";
		AZIMUT="-33.994438";
		PARENT="";
	};
};
class _vehicle_3578
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.7793, 15476.963, 10.856824]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-246.95634";
		PARENT="";
	};
};
class _vehicle_3579
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.8809, 15492.007, 10.823066]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-249.38524";
		PARENT="";
	};
};
class _vehicle_3580
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.2021, 15508.06, 10.855468]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-249.49854";
		PARENT="";
	};
};
class _vehicle_3581
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8233.1504, 15494.227, 10.849637]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-240.07677";
		PARENT="";
	};
};
class _vehicle_3582
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8249.5146, 15514.031, 0.22064213]";
		TYPE="MAP_PowerGenerator";
		AZIMUT="-38.631256";
		PARENT="";
	};
};
class _vehicle_3583
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.9473, 15499.687, 0.26350242]";
		TYPE="MAP_stanek_3B";
		AZIMUT="321.63327";
		PARENT="";
	};
};
class _vehicle_3584
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8272.3896, 15488.127, 2.7656555e-005]";
		TYPE="Land_Toilet";
		AZIMUT="-35.089291";
		PARENT="";
	};
};
class _vehicle_3585
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8263.9238, 15496.279, 3.5522609]";
		TYPE="FoldChair";
		AZIMUT="249.94156";
		PARENT="";
	};
};
class _vehicle_3586
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.7705, 15499.895, 3.5522256]";
		TYPE="FoldTable";
		AZIMUT="51.608051";
		PARENT="";
	};
};
class _vehicle_3587
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.1807, 15496.672, 3.5522618]";
		TYPE="FoldTable";
		AZIMUT="51.40181";
		PARENT="";
	};
};
class _vehicle_3588
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.9082, 15500.046, 3.5522485]";
		TYPE="FoldChair";
		AZIMUT="254.98502";
		PARENT="";
	};
};
class _vehicle_3589
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.4941, 15497.881, 3.5427721]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="50.729805";
		PARENT="";
	};
};
class _vehicle_3590
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.0107, 15501.85, 3.5427668]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="142.47639";
		PARENT="";
	};
};
class _vehicle_3591
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.4141, 15493.435, 3.5428121]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="51.539188";
		PARENT="";
	};
};
class _vehicle_3592
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.5264, 15500.661, 3.6156249]";
		TYPE="AmmoCrates_NoInteractive_Small";
		AZIMUT="-130.16258";
		PARENT="";
	};
};
class _vehicle_3593
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8256.166, 15512.379, 0.24305104]";
		TYPE="VaultStorageLocked";
		AZIMUT="50.726517";
		PARENT="";
	};
};
class _vehicle_3594
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.9385, 15508.511, 0.25969568]";
		TYPE="FoldTable";
		AZIMUT="17.423708";
		PARENT="";
	};
};
class _vehicle_3595
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.7598, 15492.395, 0.045453794]";
		TYPE="MAP_F_postel_manz_kov";
		AZIMUT="49.034691";
		PARENT="";
	};
};
class _vehicle_3596
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8273.5293, 15491.846, 3.5047953]";
		TYPE="MAP_vojenska_palanda";
		AZIMUT="139.41745";
		PARENT="";
	};
};
class _vehicle_3597
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8270.1406, 15495.095, 3.5179632]";
		TYPE="MAP_case_cans_b";
		AZIMUT="140.47998";
		PARENT="";
	};
};
class _vehicle_3598
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.2852, 15508.675, 0.19405052]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="-39.119129";
		PARENT="";
	};
};
class _vehicle_3599
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.8525, 15511.362, 2.7656555e-005]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="49.625801";
		PARENT="";
	};
};
class _vehicle_3600
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8259.3721, 15472.314, -6.4373016e-005]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3601
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8255.5986, 15513.621, 0.24880391]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="-128.27943";
		PARENT="";
	};
};
class _vehicle_3602
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.7715, 15507.778, 0.23337889]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="34.145061";
		PARENT="";
	};
};
class _vehicle_3603
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.4893, 15497.078, 0.20932108]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="-24.107504";
		PARENT="";
	};
};
class _vehicle_3604
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.7109, 15516.904, 0.23422737]";
		TYPE="Misc_cargo_cont_net1";
		AZIMUT="-216.61897";
		PARENT="";
	};
};
class _vehicle_3605
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.4287, 15502.842, 0.18699872]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="140.3878";
		PARENT="";
	};
};
class _vehicle_3606
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.4072, 15496.416, 0.18266714]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="2.4491639";
		PARENT="";
	};
};
class _vehicle_3607
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8245.6689, 15509.4, 0.23810627]";
		TYPE="Misc_cargo_cont_net3";
		AZIMUT="51.308548";
		PARENT="";
	};
};
class _vehicle_3608
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.207, 15504.089, -0.11490133]";
		TYPE="PowGen_Big";
		AZIMUT="318.97601";
		PARENT="";
	};
};
class _vehicle_3609
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.1172, 15493.545, 0.19403577]";
		TYPE="MAP_case_d";
		AZIMUT="-39.780796";
		PARENT="";
	};
};
class _vehicle_3610
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.2559, 15502.823, 0.2491118]";
		TYPE="MAP_Dkamna_bila";
		AZIMUT="410.47202";
		PARENT="";
	};
};
class _vehicle_3611
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8269.3076, 15497.557, 0.25258335]";
		TYPE="MAP_fridge";
		AZIMUT="-129.976";
		PARENT="";
	};
};
class _vehicle_3612
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.2832, 15508.354, 0.19221494]";
		TYPE="MAP_washing_machine";
		AZIMUT="50.746319";
		PARENT="";
	};
};
class _vehicle_3613
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.5146, 15497.246, 0.25788289]";
		TYPE="FoldTable";
		AZIMUT="-38.830769";
		PARENT="";
	};
};
class _vehicle_3614
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.0527, 15511.678, 0.23415148]";
		TYPE="Land_Canister_EP1";
		AZIMUT="47.579082";
		PARENT="";
	};
};
class _vehicle_3615
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.1289, 15502.21, 7.4863434e-005]";
		TYPE="Land_Rack_EP1";
		AZIMUT="49.885685";
		PARENT="";
	};
};
class _vehicle_3621
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8270.2227, 15487.249, 1.4758234]";
		TYPE="MAP_lekarnicka";
		AZIMUT="140.94876";
		PARENT="";
	};
};
class _vehicle_3623
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8238.626, 15504.143, 0.19301023]";
		TYPE="Land_CncBlock_D";
		AZIMUT="45.651363";
		PARENT="";
	};
};
class _vehicle_3624
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.4082, 15501.714, 0.19312464]";
		TYPE="Land_CncBlock_D";
		AZIMUT="41.552471";
		PARENT="";
	};
};
class _vehicle_3625
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8244.7695, 15500.996, 0.19299065]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-29.32649";
		PARENT="";
	};
};
class _vehicle_3626
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.5029, 15503.168, 0.19301547]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-44.076141";
		PARENT="";
	};
};
class _vehicle_3627
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.6123, 15507.638, 0.19295062]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-60.64452";
		PARENT="";
	};
};
class _vehicle_3628
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.8525, 15499.64, 0.19259989]";
		TYPE="Land_Carpet_EP1";
		AZIMUT="-38.880337";
		PARENT="";
	};
};
class _vehicle_3629
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8272.415, 15493.233, 0.16194479]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="-114.2996";
		PARENT="";
	};
};
class _vehicle_3630
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8243.1387, 15506.555, 0.18217859]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="4.7255068";
		PARENT="";
	};
};
class _vehicle_3631
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8243.9316, 15504.742, 0.2527352]";
		TYPE="FoldTable";
		AZIMUT="-34.9249";
		PARENT="";
	};
};
class _vehicle_3632
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.8584, 15481.761, 0.14179376]";
		TYPE="FoldTable";
		AZIMUT="49.943493";
		PARENT="";
	};
};
class _vehicle_3633
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.474, 5059.666, 0.24151585]";
		TYPE="FoldTable";
		AZIMUT="-148.10825";
		PARENT="";
	};
};
class _vehicle_3634
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.139, 5051.2046, 3.484828]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="25.626457";
		PARENT="";
	};
};
class _vehicle_3635
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.357, 5052.3213, 3.4848585]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="25.626457";
		PARENT="";
	};
};
class _vehicle_3636
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.838, 5059.8232, 3.4849501]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="27.834431";
		PARENT="";
	};
};
class _vehicle_3637
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12426.67, 5058.4604, 3.4888613]";
		TYPE="FoldTable";
		AZIMUT="-63.045315";
		PARENT="";
	};
};
class _vehicle_3638
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.972, 5055.5181, 3.5114622]";
		TYPE="FoldTable";
		AZIMUT="-61.032978";
		PARENT="";
	};
};
class _vehicle_3639
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12389.65, 5050.9316, 0.75848109]";
		TYPE="MAP_Dkamna_bila";
		AZIMUT="660.77985";
		PARENT="";
	};
};
class _vehicle_3640
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.777, 5049.5161, 0.23223642]";
		TYPE="VaultStorageLocked";
		AZIMUT="208.31767";
		PARENT="";
	};
};
class _vehicle_3641
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.996, 5050.7065, 0.14996022]";
		TYPE="Land_Canister_EP1";
		AZIMUT="123.48224";
		PARENT="";
	};
};
class _vehicle_3642
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12423.037, 5049.061, 0.24098852]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="28.985552";
		PARENT="";
	};
};
class _vehicle_3643
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.119, 5051.3325, 0.21322022]";
		TYPE="Land_tires_EP1";
		AZIMUT="297.97354";
		PARENT="";
	};
};
class _vehicle_3644
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12420.455, 5055.2988, -0.52096248]";
		TYPE="MAP_sign_service";
		AZIMUT="119.2206";
		PARENT="";
	};
};
class _vehicle_3645
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.782, 5056.6465, -0.015074322]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="63.515888";
		PARENT="";
	};
};
class _vehicle_3646
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.734, 5058.5386, 0.23929341]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="29.003172";
		PARENT="";
	};
};
class _vehicle_3647
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12393.838, 5048.8916, 0.74529135]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="62.892765";
		PARENT="";
	};
};
class _vehicle_3648
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.419, 5050.9595, 0.2190368]";
		TYPE="MAP_chair";
		AZIMUT="193.94382";
		PARENT="";
	};
};
class _vehicle_3649
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.368, 5055.5264, 0.44155064]";
		TYPE="MAP_fridge";
		AZIMUT="-150.12259";
		PARENT="";
	};
};
class _vehicle_3650
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.947, 5048.2813, 0.58042872]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="80.695694";
		PARENT="";
	};
};
class _vehicle_3651
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12397.021, 5047.4097, 0.84015632]";
		TYPE="MAP_hospital_bench";
		AZIMUT="301.22485";
		PARENT="";
	};
};
class _vehicle_3652
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12400.989, 5046.0596, 0.87526292]";
		TYPE="MAP_conference_table_a";
		AZIMUT="122.5932";
		PARENT="";
	};
};
class _vehicle_3653
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12401.624, 5044.1929, 0.97117704]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="154.29044";
		PARENT="";
	};
};
class _vehicle_3654
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.174, 5045.0083, 1.9632595]";
		TYPE="MAP_lekarnicka";
		AZIMUT="119.81135";
		PARENT="";
	};
};
class _vehicle_3655
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.483, 5050.9614, 0.046563111]";
		TYPE="MAP_sign_hospital";
		AZIMUT="210.73695";
		PARENT="";
	};
};
class _vehicle_3656
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.717, 5054.1992, -0.000510716]";
		TYPE="Land_Fire_barrel";
		AZIMUT="157.36568";
		PARENT="";
	};
};
class _vehicle_3657
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.008, 5052.5342, 0.21314897]";
		TYPE="FoldTable";
		AZIMUT="27.516554";
		PARENT="";
	};
};
class _vehicle_3658
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12414.461, 5068.3276]";
		TYPE="HeliHEmpty";
		AZIMUT="26.303728";
		PARENT="";
	};
};
class _vehicle_3659
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12426.391, 5061.896, 0.11080096]";
		TYPE="MAP_Dhangar_brownskrin";
		AZIMUT="29.2486";
		PARENT="";
	};
};
class _vehicle_3660
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.361, 13250.655, 0.23807128]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="-171.31889";
		PARENT="";
	};
};
class _vehicle_3661
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15519.451, 13224.97, -0.071515895]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="-223.83858";
		PARENT="";
	};
};
class _vehicle_3662
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.987, 13223.205, -0.038985234]";
		TYPE="MAP_chair";
		AZIMUT="-191.37201";
		PARENT="";
	};
};
class _vehicle_3663
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15519.378, 13253.499, 0.30468312]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-360.09647";
		PARENT="";
	};
};
class _vehicle_3664
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15544.269, 13229.234, -0.13838489]";
		TYPE="MAP_lavicka_1";
		AZIMUT="-446.63934";
		PARENT="";
	};
};
class _vehicle_3665
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.353, 13251.422, 0.21869883]";
		TYPE="MAP_conference_table_a";
		AZIMUT="-182.17686";
		PARENT="";
	};
};
class _vehicle_3666
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.664, 13237.547, -0.0070346748]";
		TYPE="Land_Fire_barrel";
		AZIMUT="-246.45081";
		PARENT="";
	};
};
class _vehicle_3667
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15511.636, 13229.408, -0.04849172]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="372.34399";
		PARENT="";
	};
};
class _vehicle_3668
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15521.323, 13231.196, -0.061767776]";
		TYPE="Land_CncBlock";
		AZIMUT="-177.12903";
		PARENT="";
	};
};
class _vehicle_3669
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15518.162, 13230.234, -0.0064523825]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-39.828815";
		PARENT="";
	};
};
class _vehicle_3670
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.022, 13222.066, -0.0070160232]";
		TYPE="Land_Toilet";
		AZIMUT="-168.20555";
		PARENT="";
	};
};
class _vehicle_3671
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.54, 13224.517, -0.062287204]";
		TYPE="Paleta2";
		AZIMUT="-428.09024";
		PARENT="";
	};
};
class _vehicle_3672
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15535.141, 13224.998, 0.015160214]";
		TYPE="Land_Barrel_water";
		AZIMUT="-216.95976";
		PARENT="";
	};
};
class _vehicle_3673
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15539.524, 13223.802, 0.086053483]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="-181.79065";
		PARENT="";
	};
};
class _vehicle_3674
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.453, 13227.196, -0.035405044]";
		TYPE="Land_tires_EP1";
		AZIMUT="56.587994";
		PARENT="";
	};
};
class _vehicle_3675
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.13, 13248.669, -0.3419576]";
		TYPE="Info_Board_EP1";
		AZIMUT="89.953583";
		PARENT="";
	};
};
class _vehicle_3676
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.526, 13249.752, -0.89145452]";
		TYPE="MAP_sign_hospital";
		AZIMUT="-271.51025";
		PARENT="";
	};
};
class _vehicle_3677
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.244, 13223.664, 2.202831]";
		TYPE="MAP_sign_service";
		AZIMUT="-170.49649";
		PARENT="";
	};
};
class _vehicle_3678
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.856, 13224.884, 0.020197548]";
		TYPE="MAP_stanek_3B";
		AZIMUT="91.746788";
		PARENT="";
	};
};
class _vehicle_3679
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.895, 13225.841, -0.014392665]";
		TYPE="FoldChair";
		AZIMUT="208.84813";
		PARENT="";
	};
};
class _vehicle_3680
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15503.361, 13228.063, 0.0020405857]";
		TYPE="FoldTable";
		AZIMUT="10.51461";
		PARENT="";
	};
};
class _vehicle_3681
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15507.771, 13227.002, 0.012708564]";
		TYPE="FoldTable";
		AZIMUT="13.089565";
		PARENT="";
	};
};
class _vehicle_3682
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15501.866, 13226.967, 0.031106675]";
		TYPE="FoldChair";
		AZIMUT="213.89156";
		PARENT="";
	};
};
class _vehicle_3683
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15505.15, 13226.053, -0.011652243]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="9.6363707";
		PARENT="";
	};
};
class _vehicle_3684
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15500.903, 13227.556, 0.00048323954]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="101.383";
		PARENT="";
	};
};
class _vehicle_3685
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15511.748, 13224.959, -0.020441379]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="-165.10442";
		PARENT="";
	};
};
class _vehicle_3686
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15512.198, 13226.734, 0.072519615]";
		TYPE="AmmoCrates_NoInteractive_Small";
		AZIMUT="-71.336861";
		PARENT="";
	};
};
class _vehicle_3687
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.283, 13223.923, -0.018520584]";
		TYPE="VaultStorageLocked";
		AZIMUT="-171.22212";
		PARENT="";
	};
};
class _vehicle_3688
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15518.157, 13227.266, 0.0027771522]";
		TYPE="FoldTable";
		AZIMUT="-211.64992";
		PARENT="";
	};
};
class _vehicle_3689
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.096, 13248.089, 0.10420746]";
		TYPE="MAP_F_postel_manz_kov";
		AZIMUT="-89.491089";
		PARENT="";
	};
};
class _vehicle_3690
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15513.34, 13226.091, -0.020870514]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="-258.31424";
		PARENT="";
	};
};
class _vehicle_3691
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15527.813, 13237.481, 1.2155863]";
		TYPE="HeliHEmpty";
		AZIMUT="-227.60321";
		PARENT="";
	};
};
class _vehicle_3692
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15521.796, 13223.461, 4.9647759e-005]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="-434.00403";
		PARENT="";
	};
};
class _vehicle_3693
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15514.233, 13225.472, -0.020019062]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="-182.49852";
		PARENT="";
	};
};
class _vehicle_3694
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.623, 13223.387, -0.035092287]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="-308.9895";
		PARENT="";
	};
};
class _vehicle_3695
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.316, 13252.256, 0.2823613]";
		TYPE="MAP_case_d";
		AZIMUT="-268.48819";
		PARENT="";
	};
};
class _vehicle_3696
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15537.666, 13235.459, 0.073144369]";
		TYPE="FoldTable";
		AZIMUT="-360.49033";
		PARENT="";
	};
};
class _vehicle_3697
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.435, 13226.169, -0.15419619]";
		TYPE="Land_Canister_EP1";
		AZIMUT="-238.72049";
		PARENT="";
	};
};
class _vehicle_3698
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.983, 13250.816, 1.2579647]";
		TYPE="MAP_lekarnicka";
		AZIMUT="90.17601";
		PARENT="";
	};
};
class _vehicle_3699
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.225, 13250.118, 0.25691018]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="-330.94312";
		PARENT="";
	};
};
class _vehicle_3700
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.601, 13235.78, -0.0042626923]";
		TYPE="FoldTable";
		AZIMUT="-357.13113";
		PARENT="";
	};
};
class _vehicle_3701
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15520.89, 13253.48, 0.35296452]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-360.09647";
		PARENT="";
	};
};
class _vehicle_3702
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15501.706, 13231.354, 2.3365021e-005]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="372.34399";
		PARENT="";
	};
};
class _vehicle_3703
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.769, 13230.412, 0.00014305115]";
		TYPE="Land_CncBlock";
		AZIMUT="11.22995";
		PARENT="";
	};
};
class _vehicle_3704
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15476.641, 13191.995, -7.6293945e-006]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3705
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.357, 13234.9, 0.00011062622]";
		TYPE="Land_Market_shelter_EP1";
		AZIMUT="1.5448134";
		PARENT="";
	};
};
class _vehicle_3706
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15538.112, 13235.995, 1.8596649e-005]";
		TYPE="FoldChair";
		AZIMUT="388.63922";
		PARENT="";
	};
};
class _vehicle_3707
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.047, 13236.2, 4.9114227e-005]";
		TYPE="FoldChair";
		AZIMUT="334.90399";
		PARENT="";
	};
};
class _vehicle_3708
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.966, 13234.848, 3.5762787e-005]";
		TYPE="FoldChair";
		AZIMUT="197.06258";
		PARENT="";
	};
};
class _vehicle_3709
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15537.072, 13236.473, 8.2492828e-005]";
		TYPE="Land_Chair_EP1";
		AZIMUT="67.501419";
		PARENT="";
	};
};
class _vehicle_3710
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15538.4, 13233.203, -3.3378601e-006]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-112.86482";
		PARENT="";
	};
};
class _vehicle_3711
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15528.617, 13234.723, 9.5367432e-006]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-27.213123";
		PARENT="";
	};
};
class _vehicle_3712
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15534.632, 13232.277, 2.4795532e-005]";
		TYPE="Garbage_can";
		AZIMUT="137.68968";
		PARENT="";
	};
};
class _vehicle_3713
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8251.6377, 15492.878, 0.28392723]";
		TYPE="FoldChair";
		AZIMUT="243.97038";
		PARENT="";
	};
};
class _vehicle_3714
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.6221, 15493.787, 0.28390104]";
		TYPE="Land_Chair_EP1";
		AZIMUT="19.694695";
		PARENT="";
	};
};
class _vehicle_3715
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.0693, 15493.787, 0.27962855]";
		TYPE="FoldTable";
		AZIMUT="-310.22339";
		PARENT="";
	};
};
class _vehicle_3716
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.9531, 15487.657, 0.34642211]";
		TYPE="FoldTable";
		AZIMUT="-313.58258";
		PARENT="";
	};
};
class _vehicle_3717
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.2451, 15488.888, 0.28242499]";
		TYPE="Land_Chair_EP1";
		AZIMUT="141.14796";
		PARENT="";
	};
};
class _vehicle_3718
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8259.1514, 15487.907, 0.27809575]";
		TYPE="FoldChair";
		AZIMUT="420.36905";
		PARENT="";
	};
};
class _vehicle_3719
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.4785, 15486.538, 0.25310469]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-65.957001";
		PARENT="";
	};
};
class _vehicle_3720
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.9707, 15488.547, 0.27808574]";
		TYPE="Garbage_can";
		AZIMUT="184.59749";
		PARENT="";
	};
};
class _vehicle_3721
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.241, 13270.558, -2.4795532e-005]";
		TYPE="Land_CncBlock";
		AZIMUT="0.094105467";
		PARENT="";
	};
};
class _vehicle_3722
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.101, 13226.272, 0.73564607]";
		TYPE="Land_CamoNet_EAST";
		AZIMUT="192.39973";
		PARENT="";
	};
};
class _vehicle_3723
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.341, 13185.786, 0.0001373291]";
		TYPE="LADAWreck";
		AZIMUT="-101.75217";
		PARENT="";
	};
};
class _vehicle_3724
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.943, 13189, 0.17474413]";
		TYPE="FoldTable";
		AZIMUT="13.134883";
		PARENT="";
	};
};
class _vehicle_3725
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.164, 13188.125, 0.098885536]";
		TYPE="FoldChair";
		AZIMUT="208.89345";
		PARENT="";
	};
};
class _vehicle_3726
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.813, 13196.716, -0.12362626]";
		TYPE="MAP_Wall_Gate_Ind2B_L";
		AZIMUT="192.04375";
		PARENT="";
	};
};
class _vehicle_3727
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.781, 13196.767, -0.38648832]";
		TYPE="MAP_Wall_Gate_Ind2B_R";
		AZIMUT="194.59303";
		PARENT="";
	};
};
class _vehicle_3728
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15463.912, 13203.771, -0.090902366]";
		TYPE="Land_HBarrier_large";
		AZIMUT="88.822212";
		PARENT="";
	};
};
class _vehicle_3729
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15465.024, 13230.329, 9.5367432e-007]";
		TYPE="Land_HBarrier_large";
		AZIMUT="21.718328";
		PARENT="";
	};
};
class _vehicle_3730
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15534.318, 13264.343, -1.4305115e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="-0.41041353";
		PARENT="";
	};
};
class _vehicle_3731
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.243, 13246.379, 0.11381077]";
		TYPE="Land_HBarrier_large";
		AZIMUT="105.34962";
		PARENT="";
	};
};
class _vehicle_3732
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15540.733, 13221.684, -8.6784363e-005]";
		TYPE="Land_HBarrier5_DZ";
		AZIMUT="1.9964706";
		PARENT="";
	};
};
class _vehicle_3733
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15470.353, 13181.141, 6.8664551e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="188.99338";
		PARENT="";
	};
};
class _vehicle_3734
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15468.152, 13221.069, 0.17886774]";
		TYPE="Land_HBarrier_large";
		AZIMUT="108.00539";
		PARENT="";
	};
};
class _vehicle_3735
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15493.188, 13197.514, -0.0001077652]";
		TYPE="Land_HBarrier_large";
		AZIMUT="101.8557";
		PARENT="";
	};
};
class _vehicle_3736
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15507.068, 13208.49, -0.030825142]";
		TYPE="Land_HBarrier_large";
		AZIMUT="285.02505";
		PARENT="";
	};
};
class _vehicle_3737
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15497.556, 13192.96, 3.3378601e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="189.85252";
		PARENT="";
	};
};
class _vehicle_3738
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15478.196, 13179.493, -4.4822693e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="199.34187";
		PARENT="";
	};
};
class _vehicle_3739
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.733, 13214.894, 0.023783559]";
		TYPE="Land_HBarrier_large";
		AZIMUT="369.64487";
		PARENT="";
	};
};
class _vehicle_3740
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.621, 13216.446, 2.2888184e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="205.85497";
		PARENT="";
	};
};
class _vehicle_3741
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15458.928, 13209.64, -3.8146973e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="35.760201";
		PARENT="";
	};
};
class _vehicle_3742
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15497.23, 13231.055, -4.7683716e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="108.00539";
		PARENT="";
	};
};
class _vehicle_3743
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15483.285, 13233.706, -3.7670135e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="116.90259";
		PARENT="";
	};
};
class _vehicle_3744
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.379, 13198.358, -0.13725275]";
		TYPE="Land_HBarrier_large";
		AZIMUT="192.34982";
		PARENT="";
	};
};
class _vehicle_3745
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15484.431, 13196.031, -0.00012683868]";
		TYPE="Land_HBarrier_large";
		AZIMUT="182.87817";
		PARENT="";
	};
};
class _vehicle_3746
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.631, 5054.8164, 9.1552734e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="29.287943";
		PARENT="";
	};
};
class _vehicle_3747
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.534, 5072.3628, 0.15099113]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="124.32423";
		PARENT="";
	};
};
class _vehicle_3748
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12392.563, 5069.1177, -0.15717191]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="5.5540023";
		PARENT="";
	};
};
class _vehicle_3749
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.519, 5077.8032, 0.82487237]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="303.79675";
		PARENT="";
	};
};
class _vehicle_3750
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12429.638, 5073.7461, 0.22171493]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="483.18661";
		PARENT="";
	};
};
class _vehicle_3751
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.519, 5079.1973, -0.21555267]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="303.5423";
		PARENT="";
	};
};
class _vehicle_3752
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5156.2886, 4871.3599, 2.2888184e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-102.44956";
		PARENT="";
	};
};
class _vehicle_3753
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5153.7876, 4886.0586, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-97.303757";
		PARENT="";
	};
};
class _vehicle_3754
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5155.7974, 4857.3711, 7.6293945e-006]";
		TYPE="GUE_WarfareBUAVterminal";
		AZIMUT="173.26715";
		PARENT="";
	};
};
class _vehicle_3755
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5153.0249, 4855.2515]";
		TYPE="FoldTable";
		AZIMUT="83.208481";
		PARENT="";
	};
};
class _vehicle_3756
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5154.459, 4854.1689, -2.2888184e-005]";
		TYPE="Land_Chair_EP1";
		AZIMUT="206.33018";
		PARENT="";
	};
};
class _vehicle_3758
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16866.701, 5253.2563, 0.00021696091]";
		TYPE="Land_BoatSmall_2b";
		PARENT="";
	};
};
class _vehicle_3760
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5152.0347, 4857.2729, 7.6293945e-006]";
		TYPE="Land_Fire_barrel";
		PARENT="";
	};
};
class _vehicle_3761
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6764.9229, 16961.512, 4.0173531e-005]";
		TYPE="Land_Fire_barrel";
		AZIMUT="16.223778";
		PARENT="";
	};
};
class _vehicle_3762
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5374.1602, 16092.632, 3.7193298e-005]";
		TYPE="Land_Fire_barrel";
		AZIMUT="19.72467";
		PARENT="";
	};
};
class _vehicle_3763
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[2127.3418, 7809.3354, 3.2386608]";
		TYPE="Land_Fire_barrel";
		AZIMUT="3.1363723";
		PARENT="";
	};
};
class _vehicle_3764
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[2124.5193, 7800.5581, 6.6383033]";
		TYPE="Misc_cargo_cont_net2";
		PARENT="";
	};
};
class _vehicle_3765
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5372.8462, 16088.244, -4.7683716e-007]";
		TYPE="Misc_cargo_cont_net2";
		AZIMUT="-60.5933";
		PARENT="";
	};
};
class _vehicle_3766
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10398.399, 8272.7373, -0.38511813]";
		TYPE="LAV25_HQ_unfolded";
		AZIMUT="-50.819904";
		PARENT="";
	};
};
class _vehicle_3767
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10381.017, 8254.3301, -1.5258789e-005]";
		TYPE="HeliHCivil";
		PARENT="";
	};
};
class _vehicle_3768
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10401.069, 8275.252, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="39.803505";
		PARENT="";
	};
};
class _vehicle_3769
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10389.621, 8273.2168, -0.13782163]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="131.78249";
		PARENT="";
	};
};
class _vehicle_3770
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10399.777, 8265.1631]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="131.78249";
		PARENT="";
	};
};
class _vehicle_3771
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10365.496, 8246.7109, 0.027523868]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="44.84721";
		PARENT="";
	};
};
class _vehicle_3772
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15093.325, 16403.578, 3.4332275e-005]";
		TYPE="HeliHCivil";
		AZIMUT="-42.604416";
		PARENT="";
	};
};
class _vehicle_3773
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12395.988, 5055.6416, 0.3520039]";
		TYPE="Info_Board_EP1";
		AZIMUT="210.42453";
		PARENT="";
	};
};
class _vehicle_3774
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5139.6553, 4866.1377]";
		TYPE="HeliHCivil";
		AZIMUT="-10.412536";
		PARENT="";
	};
};
class _vehicle_3775
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5155.5317, 4852.4058, 2.2888184e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="-7.1061244";
		PARENT="";
	};
};
class _vehicle_3776
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6780.2842, 16963.049, 0.029153228]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3777
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16871.145, 5268.6265, 0.15640032]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3778
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15478, 13234.252, 0.00020027161]";
		TYPE="Land_HBarrier3";
		AZIMUT="21.200712";
		PARENT="";
	};
};
class _vehicle_3779
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15493.071, 13230.286, 3.9577484e-005]";
		TYPE="Land_HBarrier3";
		AZIMUT="11.764855";
		PARENT="";
	};
};
class _vehicle_3780
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12427.667, 5063.4287]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="119.37385";
		PARENT="";
	};
};
class _vehicle_3781
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12418.428, 5079.4175, 7.6293945e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="108.66718";
		PARENT="";
	};
};
class _vehicle_3782
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12412.728, 5082.168]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="128.49065";
		PARENT="";
	};
};
class _vehicle_3783
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12408.585, 5086.8306, 9.1552734e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="129.75304";
		PARENT="";
	};
};
class _vehicle_3784
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12397.977, 5080.5156, -3.0517578e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="38.219521";
		PARENT="";
	};
};
class _vehicle_3785
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.144, 5073.9937, -3.0517578e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="29.287943";
		PARENT="";
	};
};
class _vehicle_3786
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.877, 5068.5962, -6.1035156e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="6.9263525";
		PARENT="";
	};
};
class _vehicle_3787
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.456, 5067.0337, 3.0517578e-005]";
		TYPE="LADAWreck";
		AZIMUT="73.666336";
		PARENT="";
	};
};
class _vehicle_3788
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12799.145, 5284.9287, -3.0517578e-005]";
		TYPE="FlagCarrierUSA_EP1";
		AZIMUT="79.900551";
		PARENT="";
	};
};
class _vehicle_3789
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15473.113, 13212.321, -5.1498413e-005]";
		TYPE="Land_HBarrier3";
		AZIMUT="106.20111";
		PARENT="";
	};
};
class _vehicle_3790
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15455.78, 13214.57, -9.5367432e-006]";
		TYPE="Land_HBarrier3";
		AZIMUT="-62.401886";
		PARENT="";
	};
};
class _vehicle_3791
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.942, 13213.153, 0.27172163]";
		TYPE="Land_HBarrier3";
		AZIMUT="98.955376";
		PARENT="";
	};
};
class _vehicle_3523
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5144.4243, 4891.0884, 1.5258789e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-10.86481";
		PARENT="";
	};
};
class _vehicle_3524
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5131.4575, 4883.353, -7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-51.442963";
		PARENT="";
	};
};
class _vehicle_3525
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5124.5112, 4870.2642, 1.5258789e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="96.699509";
		PARENT="";
	};
};
class _vehicle_3526
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5124.6836, 4855.4883, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="80.989693";
		PARENT="";
	};
};
class _vehicle_3527
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5160.4229, 4856.936, -0.13439807]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-109.46175";
		PARENT="";
	};
};
class _vehicle_3528
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5133.7222, 4845.7305, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="7.034831";
		PARENT="";
	};
};
class _vehicle_3529
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5163.499, 4841.8394, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="82.773636";
		PARENT="";
	};
};
class _vehicle_3530
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5148.0029, 4841.4619, 2.2888184e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="26.402323";
		PARENT="";
	};
};
class _vehicle_3531
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6786.5586, 16938.824, 1.3063762]";
		TYPE="Land_Fire_barrel_burning";
		AZIMUT="-52.176891";
		PARENT="";
	};
};
class _vehicle_3532
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6754.4868, 16954.301, 8.5830688e-006]";
		TYPE="Land_BoatSmall_2b";
		PARENT="";
	};
};
class _vehicle_3533
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6770.6196, 16962.15, -0.043979064]";
		TYPE="Land_BoatSmall_2a";
		AZIMUT="92.819344";
		PARENT="";
	};
};
class _vehicle_3534
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6788.8032, 16940.443, 1.6349994]";
		TYPE="Land_BoatSmall_2a";
		AZIMUT="-33.264271";
		PARENT="";
	};
};
class _vehicle_3535
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16863.83, 5273.3955, 1.2385281]";
		TYPE="Land_Fire_barrel_burning";
		PARENT="";
	};
};
class _vehicle_3536
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15127.126, 16416.543, 0.0011147753]";
		TYPE="Land_Fire_barrel_burning";
		AZIMUT="7.6314087";
		PARENT="";
	};
};
class _vehicle_3537
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.5742, 15495.384, 0.89722341]";
		TYPE="MAP_P_Basin_A";
		AZIMUT="-129.59015";
		PARENT="";
	};
};
class _vehicle_3538
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.3555, 15469.616, 0.53834081]";
		TYPE="MAP_wall_board";
		AZIMUT="50.371937";
		PARENT="";
	};
};
class _vehicle_3539
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.6689, 15500.109, 3.7850966]";
		TYPE="MAP_wall_board_02";
		AZIMUT="230.36423";
		PARENT="";
	};
};
class _vehicle_3540
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.5088, 15490.043, 3.5492637]";
		TYPE="MAP_armchair";
		AZIMUT="423.89514";
		PARENT="";
	};
};
class _vehicle_3541
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.584, 15487.762, 0.24975611]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="154.29044";
		PARENT="";
	};
};
class _vehicle_3542
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.9395, 15510.228, 0.24129499]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="4.7255068";
		PARENT="";
	};
};
class _vehicle_3543
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.7363, 15500.203, 0.24118771]";
		TYPE="MAP_chair";
		AZIMUT="36.231251";
		PARENT="";
	};
};
class _vehicle_3544
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.2656, 15492.547, 0.24904081]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-36.62492";
		PARENT="";
	};
};
class _vehicle_3545
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.4102, 15491.424, 3.5307629]";
		TYPE="MAP_kitchen_chair_a";
		AZIMUT="53.379959";
		PARENT="";
	};
};
class _vehicle_3546
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.3145, 15471.088, -1.9550323e-005]";
		TYPE="MAP_lavicka_1";
		AZIMUT="-42.018513";
		PARENT="";
	};
};
class _vehicle_3547
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.1074, 15488.405, 0.25257671]";
		TYPE="MAP_conference_table_a";
		AZIMUT="143.43242";
		PARENT="";
	};
};
class _vehicle_3548
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8215.5918, 15503.198, 4.7206879e-005]";
		TYPE="MAP_p_urtica";
		PARENT="";
	};
};
class _vehicle_3549
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8214.9893, 15504.062, 5.6266785e-005]";
		TYPE="MAP_pumpkin";
		PARENT="";
	};
};
class _vehicle_3550
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8214.6572, 15503.658, -1.9550323e-005]";
		TYPE="MAP_pumpkin2";
		PARENT="";
	};
};
class _vehicle_3551
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8213.667, 15502.601, 0]";
		TYPE="MAP_p_heracleum";
		PARENT="";
	};
};
class _vehicle_3552
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8210.0908, 15500.938, 9.5367432e-007]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="55.640972";
		PARENT="";
	};
};
class _vehicle_3553
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8211.0303, 15502.254, -3.0040741e-005]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="58.473064";
		PARENT="";
	};
};
class _vehicle_3554
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8211.4365, 15501.333, 5.7220459e-006]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="45.646385";
		PARENT="";
	};
};
class _vehicle_3555
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8210.3047, 15501.69, 1.6689301e-005]";
		TYPE="MAP_p_Helianthus";
		AZIMUT="22.202578";
		PARENT="";
	};
};
class _vehicle_3556
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8229.8818, 15505.676, -0.00010442734]";
		TYPE="MAP_Wall_IndFnc_9";
		AZIMUT="47.155968";
		PARENT="";
	};
};
class _vehicle_3557
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8223.7314, 15512.202, 0.00013494492]";
		TYPE="MAP_Wall_IndFnc_9";
		AZIMUT="47.155968";
		PARENT="";
	};
};
class _vehicle_3558
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8235.5439, 15499.255, 0.20487584]";
		TYPE="Misc_Cargo1B_military";
		AZIMUT="51.420868";
		PARENT="";
	};
};
class _vehicle_3559
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8248.3184, 15484.898, 0.24115767]";
		TYPE="Land_Fire_barrel";
		AZIMUT="-0.024404472";
		PARENT="";
	};
};
class _vehicle_3560
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.7705, 15481.14, 0.20792443]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="406.901";
		PARENT="";
	};
};
class _vehicle_3561
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.8291, 15488.913, 0.24114145]";
		TYPE="Land_CncBlock";
		AZIMUT="10.615736";
		PARENT="";
	};
};
class _vehicle_3562
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8245.1416, 15487.204, 0.241192]";
		TYPE="Land_CncBlock_D";
		AZIMUT="48.523594";
		PARENT="";
	};
};
class _vehicle_3563
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.4492, 15487.285, 1.3828278e-005]";
		TYPE="Land_Toilet";
		AZIMUT="-40.890606";
		PARENT="";
	};
};
class _vehicle_3564
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.3809, 15515.725, 0.27066967]";
		TYPE="Paleta2";
		AZIMUT="-211.44675";
		PARENT="";
	};
};
class _vehicle_3565
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.2861, 15501.204, 0.24122538]";
		TYPE="Land_Barrel_water";
		AZIMUT="-0.3049714";
		PARENT="";
	};
};
class _vehicle_3566
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.3838, 15503.13, 0.241089]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="45.812561";
		PARENT="";
	};
};
class _vehicle_3567
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.876, 15510.099, 0.24121727]";
		TYPE="Land_tires_EP1";
		AZIMUT="273.2316";
		PARENT="";
	};
};
class _vehicle_3568
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.4639, 15478.367, 0.24111046]";
		TYPE="Info_Board_EP1";
		AZIMUT="140.55966";
		PARENT="";
	};
};
class _vehicle_3569
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.0859, 15483.463, 0.094663233]";
		TYPE="LADAWreck";
		AZIMUT="231.33983";
		PARENT="";
	};
};
class _vehicle_3570
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.9824, 15484.32, 0.22003052]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="49.007591";
		PARENT="";
	};
};
class _vehicle_3571
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.5459, 15478.188, 0.21946615]";
		TYPE="Land_CncBlock";
		AZIMUT="48.324379";
		PARENT="";
	};
};
class _vehicle_3572
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8267.3984, 15482.96, -5.2452087e-005]";
		TYPE="Land_MBG_Garage_Single_A";
		AZIMUT="50.005669";
		PARENT="";
	};
};
class _vehicle_3573
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.1426, 15479.96, 2.6766288]";
		TYPE="MAP_sign_altar";
		AZIMUT="230.94078";
		PARENT="";
	};
};
class _vehicle_3574
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.6514, 15490.703, -2.2411346e-005]";
		TYPE="MAP_sign_hospital";
		AZIMUT="49.964375";
		PARENT="";
	};
};
class _vehicle_3575
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.082, 15511.703, -0.25001478]";
		TYPE="MAP_sign_service";
		AZIMUT="50.497543";
		PARENT="";
	};
};
class _vehicle_3576
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.4131, 15480.491, -1.0994655]";
		TYPE="MAP_Bilboard_alkohol";
		AZIMUT="140.48784";
		PARENT="";
	};
};
class _vehicle_3577
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8256.8594, 15465.308, 0.23216823]";
		TYPE="MAP_EmbeddedTire";
		AZIMUT="-33.994438";
		PARENT="";
	};
};
class _vehicle_3578
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.7793, 15476.963, 10.856824]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-246.95634";
		PARENT="";
	};
};
class _vehicle_3579
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.8809, 15492.007, 10.823066]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-249.38524";
		PARENT="";
	};
};
class _vehicle_3580
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.2021, 15508.06, 10.855468]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-249.49854";
		PARENT="";
	};
};
class _vehicle_3581
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8233.1504, 15494.227, 10.849637]";
		TYPE="ASC_EU_BulbI";
		AZIMUT="-240.07677";
		PARENT="";
	};
};
class _vehicle_3582
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8249.5146, 15514.031, 0.22064213]";
		TYPE="MAP_PowerGenerator";
		AZIMUT="-38.631256";
		PARENT="";
	};
};
class _vehicle_3583
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.9473, 15499.687, 0.26350242]";
		TYPE="MAP_stanek_3B";
		AZIMUT="321.63327";
		PARENT="";
	};
};
class _vehicle_3584
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8272.3896, 15488.127, 2.7656555e-005]";
		TYPE="Land_Toilet";
		AZIMUT="-35.089291";
		PARENT="";
	};
};
class _vehicle_3585
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8263.9238, 15496.279, 3.5522609]";
		TYPE="FoldChair";
		AZIMUT="249.94156";
		PARENT="";
	};
};
class _vehicle_3586
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.7705, 15499.895, 3.5522256]";
		TYPE="FoldTable";
		AZIMUT="51.608051";
		PARENT="";
	};
};
class _vehicle_3587
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.1807, 15496.672, 3.5522618]";
		TYPE="FoldTable";
		AZIMUT="51.40181";
		PARENT="";
	};
};
class _vehicle_3588
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.9082, 15500.046, 3.5522485]";
		TYPE="FoldChair";
		AZIMUT="254.98502";
		PARENT="";
	};
};
class _vehicle_3589
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8262.4941, 15497.881, 3.5427721]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="50.729805";
		PARENT="";
	};
};
class _vehicle_3590
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.0107, 15501.85, 3.5427668]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="142.47639";
		PARENT="";
	};
};
class _vehicle_3591
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.4141, 15493.435, 3.5428121]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="51.539188";
		PARENT="";
	};
};
class _vehicle_3592
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.5264, 15500.661, 3.6156249]";
		TYPE="AmmoCrates_NoInteractive_Small";
		AZIMUT="-130.16258";
		PARENT="";
	};
};
class _vehicle_3593
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8256.166, 15512.379, 0.24305104]";
		TYPE="VaultStorageLocked";
		AZIMUT="50.726517";
		PARENT="";
	};
};
class _vehicle_3594
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8253.9385, 15508.511, 0.25969568]";
		TYPE="FoldTable";
		AZIMUT="17.423708";
		PARENT="";
	};
};
class _vehicle_3595
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8271.7598, 15492.395, 0.045453794]";
		TYPE="MAP_F_postel_manz_kov";
		AZIMUT="49.034691";
		PARENT="";
	};
};
class _vehicle_3596
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8273.5293, 15491.846, 3.5047953]";
		TYPE="MAP_vojenska_palanda";
		AZIMUT="139.41745";
		PARENT="";
	};
};
class _vehicle_3597
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8270.1406, 15495.095, 3.5179632]";
		TYPE="MAP_case_cans_b";
		AZIMUT="140.47998";
		PARENT="";
	};
};
class _vehicle_3598
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.2852, 15508.675, 0.19405052]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="-39.119129";
		PARENT="";
	};
};
class _vehicle_3599
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.8525, 15511.362, 2.7656555e-005]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="49.625801";
		PARENT="";
	};
};
class _vehicle_3600
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8259.3721, 15472.314, -6.4373016e-005]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3601
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8255.5986, 15513.621, 0.24880391]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="-128.27943";
		PARENT="";
	};
};
class _vehicle_3602
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.7715, 15507.778, 0.23337889]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="34.145061";
		PARENT="";
	};
};
class _vehicle_3603
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.4893, 15497.078, 0.20932108]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="-24.107504";
		PARENT="";
	};
};
class _vehicle_3604
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.7109, 15516.904, 0.23422737]";
		TYPE="Misc_cargo_cont_net1";
		AZIMUT="-216.61897";
		PARENT="";
	};
};
class _vehicle_3605
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.4287, 15502.842, 0.18699872]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="140.3878";
		PARENT="";
	};
};
class _vehicle_3606
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.4072, 15496.416, 0.18266714]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="2.4491639";
		PARENT="";
	};
};
class _vehicle_3607
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8245.6689, 15509.4, 0.23810627]";
		TYPE="Misc_cargo_cont_net3";
		AZIMUT="51.308548";
		PARENT="";
	};
};
class _vehicle_3608
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.207, 15504.089, -0.11490133]";
		TYPE="PowGen_Big";
		AZIMUT="318.97601";
		PARENT="";
	};
};
class _vehicle_3609
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8268.1172, 15493.545, 0.19403577]";
		TYPE="MAP_case_d";
		AZIMUT="-39.780796";
		PARENT="";
	};
};
class _vehicle_3610
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8264.2559, 15502.823, 0.2491118]";
		TYPE="MAP_Dkamna_bila";
		AZIMUT="410.47202";
		PARENT="";
	};
};
class _vehicle_3611
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8269.3076, 15497.557, 0.25258335]";
		TYPE="MAP_fridge";
		AZIMUT="-129.976";
		PARENT="";
	};
};
class _vehicle_3612
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.2832, 15508.354, 0.19221494]";
		TYPE="MAP_washing_machine";
		AZIMUT="50.746319";
		PARENT="";
	};
};
class _vehicle_3613
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8266.5146, 15497.246, 0.25788289]";
		TYPE="FoldTable";
		AZIMUT="-38.830769";
		PARENT="";
	};
};
class _vehicle_3614
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.0527, 15511.678, 0.23415148]";
		TYPE="Land_Canister_EP1";
		AZIMUT="47.579082";
		PARENT="";
	};
};
class _vehicle_3615
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8260.1289, 15502.21, 7.4863434e-005]";
		TYPE="Land_Rack_EP1";
		AZIMUT="49.885685";
		PARENT="";
	};
};
class _vehicle_3621
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8270.2227, 15487.249, 1.4758234]";
		TYPE="MAP_lekarnicka";
		AZIMUT="140.94876";
		PARENT="";
	};
};
class _vehicle_3623
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8238.626, 15504.143, 0.19301023]";
		TYPE="Land_CncBlock_D";
		AZIMUT="45.651363";
		PARENT="";
	};
};
class _vehicle_3624
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8241.4082, 15501.714, 0.19312464]";
		TYPE="Land_CncBlock_D";
		AZIMUT="41.552471";
		PARENT="";
	};
};
class _vehicle_3625
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8244.7695, 15500.996, 0.19299065]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-29.32649";
		PARENT="";
	};
};
class _vehicle_3626
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8247.5029, 15503.168, 0.19301547]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-44.076141";
		PARENT="";
	};
};
class _vehicle_3627
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.6123, 15507.638, 0.19295062]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-60.64452";
		PARENT="";
	};
};
class _vehicle_3628
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8261.8525, 15499.64, 0.19259989]";
		TYPE="Land_Carpet_EP1";
		AZIMUT="-38.880337";
		PARENT="";
	};
};
class _vehicle_3629
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8272.415, 15493.233, 0.16194479]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="-114.2996";
		PARENT="";
	};
};
class _vehicle_3630
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8243.1387, 15506.555, 0.18217859]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="4.7255068";
		PARENT="";
	};
};
class _vehicle_3631
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8243.9316, 15504.742, 0.2527352]";
		TYPE="FoldTable";
		AZIMUT="-34.9249";
		PARENT="";
	};
};
class _vehicle_3632
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8265.8584, 15481.761, 0.14179376]";
		TYPE="FoldTable";
		AZIMUT="49.943493";
		PARENT="";
	};
};
class _vehicle_3633
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.474, 5059.666, 0.24151585]";
		TYPE="FoldTable";
		AZIMUT="-148.10825";
		PARENT="";
	};
};
class _vehicle_3634
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.139, 5051.2046, 3.484828]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="25.626457";
		PARENT="";
	};
};
class _vehicle_3635
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.357, 5052.3213, 3.4848585]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="25.626457";
		PARENT="";
	};
};
class _vehicle_3636
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.838, 5059.8232, 3.4849501]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="27.834431";
		PARENT="";
	};
};
class _vehicle_3637
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12426.67, 5058.4604, 3.4888613]";
		TYPE="FoldTable";
		AZIMUT="-63.045315";
		PARENT="";
	};
};
class _vehicle_3638
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.972, 5055.5181, 3.5114622]";
		TYPE="FoldTable";
		AZIMUT="-61.032978";
		PARENT="";
	};
};
class _vehicle_3639
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12389.65, 5050.9316, 0.75848109]";
		TYPE="MAP_Dkamna_bila";
		AZIMUT="660.77985";
		PARENT="";
	};
};
class _vehicle_3640
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.777, 5049.5161, 0.23223642]";
		TYPE="VaultStorageLocked";
		AZIMUT="208.31767";
		PARENT="";
	};
};
class _vehicle_3641
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.996, 5050.7065, 0.14996022]";
		TYPE="Land_Canister_EP1";
		AZIMUT="123.48224";
		PARENT="";
	};
};
class _vehicle_3642
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12423.037, 5049.061, 0.24098852]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="28.985552";
		PARENT="";
	};
};
class _vehicle_3643
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.119, 5051.3325, 0.21322022]";
		TYPE="Land_tires_EP1";
		AZIMUT="297.97354";
		PARENT="";
	};
};
class _vehicle_3644
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12420.455, 5055.2988, -0.52096248]";
		TYPE="MAP_sign_service";
		AZIMUT="119.2206";
		PARENT="";
	};
};
class _vehicle_3645
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12419.782, 5056.6465, -0.015074322]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="63.515888";
		PARENT="";
	};
};
class _vehicle_3646
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.734, 5058.5386, 0.23929341]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="29.003172";
		PARENT="";
	};
};
class _vehicle_3647
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12393.838, 5048.8916, 0.74529135]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="62.892765";
		PARENT="";
	};
};
class _vehicle_3648
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.419, 5050.9595, 0.2190368]";
		TYPE="MAP_chair";
		AZIMUT="193.94382";
		PARENT="";
	};
};
class _vehicle_3649
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.368, 5055.5264, 0.44155064]";
		TYPE="MAP_fridge";
		AZIMUT="-150.12259";
		PARENT="";
	};
};
class _vehicle_3650
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.947, 5048.2813, 0.58042872]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="80.695694";
		PARENT="";
	};
};
class _vehicle_3651
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12397.021, 5047.4097, 0.84015632]";
		TYPE="MAP_hospital_bench";
		AZIMUT="301.22485";
		PARENT="";
	};
};
class _vehicle_3652
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12400.989, 5046.0596, 0.87526292]";
		TYPE="MAP_conference_table_a";
		AZIMUT="122.5932";
		PARENT="";
	};
};
class _vehicle_3653
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12401.624, 5044.1929, 0.97117704]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="154.29044";
		PARENT="";
	};
};
class _vehicle_3654
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.174, 5045.0083, 1.9632595]";
		TYPE="MAP_lekarnicka";
		AZIMUT="119.81135";
		PARENT="";
	};
};
class _vehicle_3655
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.483, 5050.9614, 0.046563111]";
		TYPE="MAP_sign_hospital";
		AZIMUT="210.73695";
		PARENT="";
	};
};
class _vehicle_3656
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12403.717, 5054.1992, -0.000510716]";
		TYPE="Land_Fire_barrel";
		AZIMUT="157.36568";
		PARENT="";
	};
};
class _vehicle_3657
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.008, 5052.5342, 0.21314897]";
		TYPE="FoldTable";
		AZIMUT="27.516554";
		PARENT="";
	};
};
class _vehicle_3658
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12414.461, 5068.3276]";
		TYPE="HeliHEmpty";
		AZIMUT="26.303728";
		PARENT="";
	};
};
class _vehicle_3659
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12426.391, 5061.896, 0.11080096]";
		TYPE="MAP_Dhangar_brownskrin";
		AZIMUT="29.2486";
		PARENT="";
	};
};
class _vehicle_3660
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.361, 13250.655, 0.23807128]";
		TYPE="MAP_F_ch_mod_c";
		AZIMUT="-171.31889";
		PARENT="";
	};
};
class _vehicle_3661
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15519.451, 13224.97, -0.071515895]";
		TYPE="MAP_ch_mod_c";
		AZIMUT="-223.83858";
		PARENT="";
	};
};
class _vehicle_3662
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.987, 13223.205, -0.038985234]";
		TYPE="MAP_chair";
		AZIMUT="-191.37201";
		PARENT="";
	};
};
class _vehicle_3663
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15519.378, 13253.499, 0.30468312]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-360.09647";
		PARENT="";
	};
};
class _vehicle_3664
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15544.269, 13229.234, -0.13838489]";
		TYPE="MAP_lavicka_1";
		AZIMUT="-446.63934";
		PARENT="";
	};
};
class _vehicle_3665
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.353, 13251.422, 0.21869883]";
		TYPE="MAP_conference_table_a";
		AZIMUT="-182.17686";
		PARENT="";
	};
};
class _vehicle_3666
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.664, 13237.547, -0.0070346748]";
		TYPE="Land_Fire_barrel";
		AZIMUT="-246.45081";
		PARENT="";
	};
};
class _vehicle_3667
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15511.636, 13229.408, -0.04849172]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="372.34399";
		PARENT="";
	};
};
class _vehicle_3668
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15521.323, 13231.196, -0.061767776]";
		TYPE="Land_CncBlock";
		AZIMUT="-177.12903";
		PARENT="";
	};
};
class _vehicle_3669
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15518.162, 13230.234, -0.0064523825]";
		TYPE="Land_CncBlock_D";
		AZIMUT="-39.828815";
		PARENT="";
	};
};
class _vehicle_3670
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.022, 13222.066, -0.0070160232]";
		TYPE="Land_Toilet";
		AZIMUT="-168.20555";
		PARENT="";
	};
};
class _vehicle_3671
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.54, 13224.517, -0.062287204]";
		TYPE="Paleta2";
		AZIMUT="-428.09024";
		PARENT="";
	};
};
class _vehicle_3672
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15535.141, 13224.998, 0.015160214]";
		TYPE="Land_Barrel_water";
		AZIMUT="-216.95976";
		PARENT="";
	};
};
class _vehicle_3673
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15539.524, 13223.802, 0.086053483]";
		TYPE="Land_stand_meat_EP1";
		AZIMUT="-181.79065";
		PARENT="";
	};
};
class _vehicle_3674
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.453, 13227.196, -0.035405044]";
		TYPE="Land_tires_EP1";
		AZIMUT="56.587994";
		PARENT="";
	};
};
class _vehicle_3675
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.13, 13248.669, -0.3419576]";
		TYPE="Info_Board_EP1";
		AZIMUT="89.953583";
		PARENT="";
	};
};
class _vehicle_3676
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.526, 13249.752, -0.89145452]";
		TYPE="MAP_sign_hospital";
		AZIMUT="-271.51025";
		PARENT="";
	};
};
class _vehicle_3677
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15516.244, 13223.664, 2.202831]";
		TYPE="MAP_sign_service";
		AZIMUT="-170.49649";
		PARENT="";
	};
};
class _vehicle_3678
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.856, 13224.884, 0.020197548]";
		TYPE="MAP_stanek_3B";
		AZIMUT="91.746788";
		PARENT="";
	};
};
class _vehicle_3679
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.895, 13225.841, -0.014392665]";
		TYPE="FoldChair";
		AZIMUT="208.84813";
		PARENT="";
	};
};
class _vehicle_3680
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15503.361, 13228.063, 0.0020405857]";
		TYPE="FoldTable";
		AZIMUT="10.51461";
		PARENT="";
	};
};
class _vehicle_3681
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15507.771, 13227.002, 0.012708564]";
		TYPE="FoldTable";
		AZIMUT="13.089565";
		PARENT="";
	};
};
class _vehicle_3682
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15501.866, 13226.967, 0.031106675]";
		TYPE="FoldChair";
		AZIMUT="213.89156";
		PARENT="";
	};
};
class _vehicle_3683
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15505.15, 13226.053, -0.011652243]";
		TYPE="AmmoCrate_NoInteractive_";
		AZIMUT="9.6363707";
		PARENT="";
	};
};
class _vehicle_3684
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15500.903, 13227.556, 0.00048323954]";
		TYPE="AmmoCrates_NoInteractive_Large";
		AZIMUT="101.383";
		PARENT="";
	};
};
class _vehicle_3685
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15511.748, 13224.959, -0.020441379]";
		TYPE="AmmoCrates_NoInteractive_Medium";
		AZIMUT="-165.10442";
		PARENT="";
	};
};
class _vehicle_3686
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15512.198, 13226.734, 0.072519615]";
		TYPE="AmmoCrates_NoInteractive_Small";
		AZIMUT="-71.336861";
		PARENT="";
	};
};
class _vehicle_3687
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15517.283, 13223.923, -0.018520584]";
		TYPE="VaultStorageLocked";
		AZIMUT="-171.22212";
		PARENT="";
	};
};
class _vehicle_3688
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15518.157, 13227.266, 0.0027771522]";
		TYPE="FoldTable";
		AZIMUT="-211.64992";
		PARENT="";
	};
};
class _vehicle_3689
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.096, 13248.089, 0.10420746]";
		TYPE="MAP_F_postel_manz_kov";
		AZIMUT="-89.491089";
		PARENT="";
	};
};
class _vehicle_3690
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15513.34, 13226.091, -0.020870514]";
		TYPE="Fence_corrugated_plate";
		AZIMUT="-258.31424";
		PARENT="";
	};
};
class _vehicle_3691
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15527.813, 13237.481, 1.2155863]";
		TYPE="HeliHEmpty";
		AZIMUT="-227.60321";
		PARENT="";
	};
};
class _vehicle_3692
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15521.796, 13223.461, 4.9647759e-005]";
		TYPE="Land_Crates_stack_EP1";
		AZIMUT="-434.00403";
		PARENT="";
	};
};
class _vehicle_3693
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15514.233, 13225.472, -0.020019062]";
		TYPE="Land_Wheel_cart_EP1";
		AZIMUT="-182.49852";
		PARENT="";
	};
};
class _vehicle_3694
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.623, 13223.387, -0.035092287]";
		TYPE="Misc_Backpackheap_EP1";
		AZIMUT="-308.9895";
		PARENT="";
	};
};
class _vehicle_3695
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.316, 13252.256, 0.2823613]";
		TYPE="MAP_case_d";
		AZIMUT="-268.48819";
		PARENT="";
	};
};
class _vehicle_3696
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15537.666, 13235.459, 0.073144369]";
		TYPE="FoldTable";
		AZIMUT="-360.49033";
		PARENT="";
	};
};
class _vehicle_3697
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15522.435, 13226.169, -0.15419619]";
		TYPE="Land_Canister_EP1";
		AZIMUT="-238.72049";
		PARENT="";
	};
};
class _vehicle_3698
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.983, 13250.816, 1.2579647]";
		TYPE="MAP_lekarnicka";
		AZIMUT="90.17601";
		PARENT="";
	};
};
class _vehicle_3699
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.225, 13250.118, 0.25691018]";
		TYPE="Land_Water_pipe_EP1";
		AZIMUT="-330.94312";
		PARENT="";
	};
};
class _vehicle_3700
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.601, 13235.78, -0.0042626923]";
		TYPE="FoldTable";
		AZIMUT="-357.13113";
		PARENT="";
	};
};
class _vehicle_3701
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15520.89, 13253.48, 0.35296452]";
		TYPE="MAP_hospital_bench";
		AZIMUT="-360.09647";
		PARENT="";
	};
};
class _vehicle_3702
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15501.706, 13231.354, 2.3365021e-005]";
		TYPE="Land_CncBlock_Stripes";
		AZIMUT="372.34399";
		PARENT="";
	};
};
class _vehicle_3703
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.769, 13230.412, 0.00014305115]";
		TYPE="Land_CncBlock";
		AZIMUT="11.22995";
		PARENT="";
	};
};
class _vehicle_3704
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15476.641, 13191.995, -7.6293945e-006]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3705
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15533.357, 13234.9, 0.00011062622]";
		TYPE="Land_Market_shelter_EP1";
		AZIMUT="1.5448134";
		PARENT="";
	};
};
class _vehicle_3706
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15538.112, 13235.995, 1.8596649e-005]";
		TYPE="FoldChair";
		AZIMUT="388.63922";
		PARENT="";
	};
};
class _vehicle_3707
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.047, 13236.2, 4.9114227e-005]";
		TYPE="FoldChair";
		AZIMUT="334.90399";
		PARENT="";
	};
};
class _vehicle_3708
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15529.966, 13234.848, 3.5762787e-005]";
		TYPE="FoldChair";
		AZIMUT="197.06258";
		PARENT="";
	};
};
class _vehicle_3709
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15537.072, 13236.473, 8.2492828e-005]";
		TYPE="Land_Chair_EP1";
		AZIMUT="67.501419";
		PARENT="";
	};
};
class _vehicle_3710
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15538.4, 13233.203, -3.3378601e-006]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-112.86482";
		PARENT="";
	};
};
class _vehicle_3711
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15528.617, 13234.723, 9.5367432e-006]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-27.213123";
		PARENT="";
	};
};
class _vehicle_3712
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15534.632, 13232.277, 2.4795532e-005]";
		TYPE="Garbage_can";
		AZIMUT="137.68968";
		PARENT="";
	};
};
class _vehicle_3713
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8251.6377, 15492.878, 0.28392723]";
		TYPE="FoldChair";
		AZIMUT="243.97038";
		PARENT="";
	};
};
class _vehicle_3714
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8250.6221, 15493.787, 0.28390104]";
		TYPE="Land_Chair_EP1";
		AZIMUT="19.694695";
		PARENT="";
	};
};
class _vehicle_3715
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.0693, 15493.787, 0.27962855]";
		TYPE="FoldTable";
		AZIMUT="-310.22339";
		PARENT="";
	};
};
class _vehicle_3716
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.9531, 15487.657, 0.34642211]";
		TYPE="FoldTable";
		AZIMUT="-313.58258";
		PARENT="";
	};
};
class _vehicle_3717
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8258.2451, 15488.888, 0.28242499]";
		TYPE="Land_Chair_EP1";
		AZIMUT="141.14796";
		PARENT="";
	};
};
class _vehicle_3718
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8259.1514, 15487.907, 0.27809575]";
		TYPE="FoldChair";
		AZIMUT="420.36905";
		PARENT="";
	};
};
class _vehicle_3719
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8257.4785, 15486.538, 0.25310469]";
		TYPE="Land_Chair_EP1";
		AZIMUT="-65.957001";
		PARENT="";
	};
};
class _vehicle_3720
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[8252.9707, 15488.547, 0.27808574]";
		TYPE="Garbage_can";
		AZIMUT="184.59749";
		PARENT="";
	};
};
class _vehicle_3721
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15536.241, 13270.558, -2.4795532e-005]";
		TYPE="Land_CncBlock";
		AZIMUT="0.094105467";
		PARENT="";
	};
};
class _vehicle_3722
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.101, 13226.272, 0.73564607]";
		TYPE="Land_CamoNet_EAST";
		AZIMUT="192.39973";
		PARENT="";
	};
};
class _vehicle_3723
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.341, 13185.786, 0.0001373291]";
		TYPE="LADAWreck";
		AZIMUT="-101.75217";
		PARENT="";
	};
};
class _vehicle_3724
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.943, 13189, 0.17474413]";
		TYPE="FoldTable";
		AZIMUT="13.134883";
		PARENT="";
	};
};
class _vehicle_3725
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.164, 13188.125, 0.098885536]";
		TYPE="FoldChair";
		AZIMUT="208.89345";
		PARENT="";
	};
};
class _vehicle_3726
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.813, 13196.716, -0.12362626]";
		TYPE="MAP_Wall_Gate_Ind2B_L";
		AZIMUT="192.04375";
		PARENT="";
	};
};
class _vehicle_3727
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.781, 13196.767, -0.38648832]";
		TYPE="MAP_Wall_Gate_Ind2B_R";
		AZIMUT="194.59303";
		PARENT="";
	};
};
class _vehicle_3728
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15463.912, 13203.771, -0.090902366]";
		TYPE="Land_HBarrier_large";
		AZIMUT="88.822212";
		PARENT="";
	};
};
class _vehicle_3729
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15465.024, 13230.329, 9.5367432e-007]";
		TYPE="Land_HBarrier_large";
		AZIMUT="21.718328";
		PARENT="";
	};
};
class _vehicle_3730
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15534.318, 13264.343, -1.4305115e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="-0.41041353";
		PARENT="";
	};
};
class _vehicle_3731
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15475.243, 13246.379, 0.11381077]";
		TYPE="Land_HBarrier_large";
		AZIMUT="105.34962";
		PARENT="";
	};
};
class _vehicle_3732
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15540.733, 13221.684, -8.6784363e-005]";
		TYPE="Land_HBarrier5_DZ";
		AZIMUT="1.9964706";
		PARENT="";
	};
};
class _vehicle_3733
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15470.353, 13181.141, 6.8664551e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="188.99338";
		PARENT="";
	};
};
class _vehicle_3734
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15468.152, 13221.069, 0.17886774]";
		TYPE="Land_HBarrier_large";
		AZIMUT="108.00539";
		PARENT="";
	};
};
class _vehicle_3735
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15493.188, 13197.514, -0.0001077652]";
		TYPE="Land_HBarrier_large";
		AZIMUT="101.8557";
		PARENT="";
	};
};
class _vehicle_3736
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15507.068, 13208.49, -0.030825142]";
		TYPE="Land_HBarrier_large";
		AZIMUT="285.02505";
		PARENT="";
	};
};
class _vehicle_3737
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15497.556, 13192.96, 3.3378601e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="189.85252";
		PARENT="";
	};
};
class _vehicle_3738
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15478.196, 13179.493, -4.4822693e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="199.34187";
		PARENT="";
	};
};
class _vehicle_3739
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15523.733, 13214.894, 0.023783559]";
		TYPE="Land_HBarrier_large";
		AZIMUT="369.64487";
		PARENT="";
	};
};
class _vehicle_3740
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15471.621, 13216.446, 2.2888184e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="205.85497";
		PARENT="";
	};
};
class _vehicle_3741
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15458.928, 13209.64, -3.8146973e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="35.760201";
		PARENT="";
	};
};
class _vehicle_3742
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15497.23, 13231.055, -4.7683716e-006]";
		TYPE="Land_HBarrier_large";
		AZIMUT="108.00539";
		PARENT="";
	};
};
class _vehicle_3743
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15483.285, 13233.706, -3.7670135e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="116.90259";
		PARENT="";
	};
};
class _vehicle_3744
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.379, 13198.358, -0.13725275]";
		TYPE="Land_HBarrier_large";
		AZIMUT="192.34982";
		PARENT="";
	};
};
class _vehicle_3745
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15484.431, 13196.031, -0.00012683868]";
		TYPE="Land_HBarrier_large";
		AZIMUT="182.87817";
		PARENT="";
	};
};
class _vehicle_3746
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.631, 5054.8164, 9.1552734e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="29.287943";
		PARENT="";
	};
};
class _vehicle_3747
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.534, 5072.3628, 0.15099113]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="124.32423";
		PARENT="";
	};
};
class _vehicle_3748
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12392.563, 5069.1177, -0.15717191]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="5.5540023";
		PARENT="";
	};
};
class _vehicle_3749
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12421.519, 5077.8032, 0.82487237]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="303.79675";
		PARENT="";
	};
};
class _vehicle_3750
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12429.638, 5073.7461, 0.22171493]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="483.18661";
		PARENT="";
	};
};
class _vehicle_3751
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12422.519, 5079.1973, -0.21555267]";
		TYPE="Land_Ind_Timbers";
		AZIMUT="303.5423";
		PARENT="";
	};
};
class _vehicle_3752
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5156.2886, 4871.3599, 2.2888184e-005]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-102.44956";
		PARENT="";
	};
};
class _vehicle_3753
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5153.7876, 4886.0586, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="-97.303757";
		PARENT="";
	};
};
class _vehicle_3754
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5155.7974, 4857.3711, 7.6293945e-006]";
		TYPE="GUE_WarfareBUAVterminal";
		AZIMUT="173.26715";
		PARENT="";
	};
};
class _vehicle_3755
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5153.0249, 4855.2515]";
		TYPE="FoldTable";
		AZIMUT="83.208481";
		PARENT="";
	};
};
class _vehicle_3756
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5154.459, 4854.1689, -2.2888184e-005]";
		TYPE="Land_Chair_EP1";
		AZIMUT="206.33018";
		PARENT="";
	};
};
class _vehicle_3758
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16866.701, 5253.2563, 0.00021696091]";
		TYPE="Land_BoatSmall_2b";
		PARENT="";
	};
};
class _vehicle_3760
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5152.0347, 4857.2729, 7.6293945e-006]";
		TYPE="Land_Fire_barrel";
		PARENT="";
	};
};
class _vehicle_3761
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6764.9229, 16961.512, 4.0173531e-005]";
		TYPE="Land_Fire_barrel";
		AZIMUT="16.223778";
		PARENT="";
	};
};
class _vehicle_3762
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5374.1602, 16092.632, 3.7193298e-005]";
		TYPE="Land_Fire_barrel";
		AZIMUT="19.72467";
		PARENT="";
	};
};
class _vehicle_3763
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[2127.3418, 7809.3354, 3.2386608]";
		TYPE="Land_Fire_barrel";
		AZIMUT="3.1363723";
		PARENT="";
	};
};
class _vehicle_3764
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[2124.5193, 7800.5581, 6.6383033]";
		TYPE="Misc_cargo_cont_net2";
		PARENT="";
	};
};
class _vehicle_3765
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5372.8462, 16088.244, -4.7683716e-007]";
		TYPE="Misc_cargo_cont_net2";
		AZIMUT="-60.5933";
		PARENT="";
	};
};
class _vehicle_3766
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10398.399, 8272.7373, -0.38511813]";
		TYPE="LAV25_HQ_unfolded";
		AZIMUT="-50.819904";
		PARENT="";
	};
};
class _vehicle_3767
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10381.017, 8254.3301, -1.5258789e-005]";
		TYPE="HeliHCivil";
		PARENT="";
	};
};
class _vehicle_3768
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10401.069, 8275.252, 7.6293945e-006]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="39.803505";
		PARENT="";
	};
};
class _vehicle_3769
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10389.621, 8273.2168, -0.13782163]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="131.78249";
		PARENT="";
	};
};
class _vehicle_3770
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10399.777, 8265.1631]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="131.78249";
		PARENT="";
	};
};
class _vehicle_3771
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[10365.496, 8246.7109, 0.027523868]";
		TYPE="Base_WarfareBBarrier10xTall";
		AZIMUT="44.84721";
		PARENT="";
	};
};
class _vehicle_3772
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15093.325, 16403.578, 3.4332275e-005]";
		TYPE="HeliHCivil";
		AZIMUT="-42.604416";
		PARENT="";
	};
};
class _vehicle_3773
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12395.988, 5055.6416, 0.3520039]";
		TYPE="Info_Board_EP1";
		AZIMUT="210.42453";
		PARENT="";
	};
};
class _vehicle_3774
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5139.6553, 4866.1377]";
		TYPE="HeliHCivil";
		AZIMUT="-10.412536";
		PARENT="";
	};
};
class _vehicle_3775
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[5155.5317, 4852.4058, 2.2888184e-005]";
		TYPE="Land_HBarrier_large";
		AZIMUT="-7.1061244";
		PARENT="";
	};
};
class _vehicle_3776
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[6780.2842, 16963.049, 0.029153228]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3777
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[16871.145, 5268.6265, 0.15640032]";
		TYPE="HeliHEmpty";
		PARENT="";
	};
};
class _vehicle_3778
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15478, 13234.252, 0.00020027161]";
		TYPE="Land_HBarrier3";
		AZIMUT="21.200712";
		PARENT="";
	};
};
class _vehicle_3779
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15493.071, 13230.286, 3.9577484e-005]";
		TYPE="Land_HBarrier3";
		AZIMUT="11.764855";
		PARENT="";
	};
};
class _vehicle_3780
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12427.667, 5063.4287]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="119.37385";
		PARENT="";
	};
};
class _vehicle_3781
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12418.428, 5079.4175, 7.6293945e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="108.66718";
		PARENT="";
	};
};
class _vehicle_3782
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12412.728, 5082.168]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="128.49065";
		PARENT="";
	};
};
class _vehicle_3783
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12408.585, 5086.8306, 9.1552734e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="129.75304";
		PARENT="";
	};
};
class _vehicle_3784
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12397.977, 5080.5156, -3.0517578e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="38.219521";
		PARENT="";
	};
};
class _vehicle_3785
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12394.144, 5073.9937, -3.0517578e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="29.287943";
		PARENT="";
	};
};
class _vehicle_3786
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12428.877, 5068.5962, -6.1035156e-005]";
		TYPE="Land_Misc_Cargo1E_EP1";
		AZIMUT="6.9263525";
		PARENT="";
	};
};
class _vehicle_3787
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12424.456, 5067.0337, 3.0517578e-005]";
		TYPE="LADAWreck";
		AZIMUT="73.666336";
		PARENT="";
	};
};
class _vehicle_3788
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[12799.145, 5284.9287, -3.0517578e-005]";
		TYPE="FlagCarrierUSA_EP1";
		AZIMUT="79.900551";
		PARENT="";
	};
};
class _vehicle_3789
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15473.113, 13212.321, -5.1498413e-005]";
		TYPE="Land_HBarrier3";
		AZIMUT="106.20111";
		PARENT="";
	};
};
class _vehicle_3790
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15455.78, 13214.57, -9.5367432e-006]";
		TYPE="Land_HBarrier3";
		AZIMUT="-62.401886";
		PARENT="";
	};
};
class _vehicle_3791
{
	objectType="vehicle";
	class Arguments
	{
		POSITION="[15506.942, 13213.153, 0.27172163]";
		TYPE="Land_HBarrier3";
		AZIMUT="98.955376";
		PARENT="";
	};
};

+ В репу, если помог.

Изменено пользователем KiLoVaT (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах



Че вообще происходит? Не уж то трудно для всех карт взять из github?
https://github.com/vbawol/DayZ-Epoch/tree/master/TraderCitySources

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

×
×
  • Создать...

Важная информация

Используя этот сайт, вы автоматически обязуетесь соблюдать наши Правила и Политика конфиденциальности.
Чтобы сделать этот веб-сайт лучше, мы разместили cookies на вашем устройстве. Вы можете изменить свои настройки cookies, в противном случае мы будем считать, что вы согласны с этим.