mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add old files to TraderCitySources for reference
I put all the old trader city mission.sqf files from dayz_server\missions\ in the TraderCitySources folder for reference. I renamed the folders to instanceNumber.mapName to be more organized.
This commit is contained in:
3008
TraderCitySources/1.Takistan/mission.sqf
Normal file
3008
TraderCitySources/1.Takistan/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
1868
TraderCitySources/11.Chernarus/mission.sqf
Normal file
1868
TraderCitySources/11.Chernarus/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
3014
TraderCitySources/12.Isladuala/mission.sqf
Normal file
3014
TraderCitySources/12.Isladuala/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
206
TraderCitySources/13.Tavi/bandit.sqf
Normal file
206
TraderCitySources/13.Tavi/bandit.sqf
Normal file
@@ -0,0 +1,206 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Bandit Vendor Seven
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_41 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [10938.674, 651.07117, 2.0027161e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_41 = _this;
|
||||||
|
_this setDir 214.57257;
|
||||||
|
_this setPos [10938.674, 651.07117, 2.0027161e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_44 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [10930.29, 639.62091, 3.9100647e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_44 = _this;
|
||||||
|
_this setDir -145.48572;
|
||||||
|
_this setPos [10930.29, 639.62091, 3.9100647e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_45 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliH", [10930.05, 639.50165, -2.1934509e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_45 = _this;
|
||||||
|
_this setDir -145.48572;
|
||||||
|
_this setPos [10930.05, 639.50165, -2.1934509e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_46 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_stack_EP1", [10967.363, 656.4007, 0.13892904], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_46 = _this;
|
||||||
|
_this setDir 119.87155;
|
||||||
|
_this setPos [10967.363, 656.4007, 0.13892904];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_49 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Paleta2", [10964.595, 655.18036, 0.19473943], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_49 = _this;
|
||||||
|
_this setDir -18.098379;
|
||||||
|
_this setPos [10964.595, 655.18036, 0.19473943];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_50 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["PowerGenerator", [10965.525, 657.6637, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_50 = _this;
|
||||||
|
_this setDir -58.957054;
|
||||||
|
_this setPos [10965.525, 657.6637, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_52 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Crates_stack_EP1", [10968.54, 654.2041, 0.34396163], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_52 = _this;
|
||||||
|
_this setDir 162.90627;
|
||||||
|
_this setPos [10968.54, 654.2041, 0.34396163];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_53 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_TankSmall2", [10948.654, 649.00055, 2.1934509e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_53 = _this;
|
||||||
|
_this setDir 34.84745;
|
||||||
|
_this setPos [10948.654, 649.00055, 2.1934509e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_54 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [10941.786, 649.35052, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_54 = _this;
|
||||||
|
_this setDir 195.01056;
|
||||||
|
_this setPos [10941.786, 649.35052, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_55 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_TyreHeapEP1", [10935.624, 652.75256, 1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_55 = _this;
|
||||||
|
_this setDir 11.144412;
|
||||||
|
_this setPos [10935.624, 652.75256, 1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_56 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [10968.315, 652.88763, 3.9100647e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_56 = _this;
|
||||||
|
_this setDir 119.87155;
|
||||||
|
_this setPos [10968.315, 652.88763, 3.9100647e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_57 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_cages_EP1", [10954.748, 660.81018, 0.2079103], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_57 = _this;
|
||||||
|
_this setPos [10954.748, 660.81018, 0.2079103];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_58 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_water", [10953.702, 659.76892, 0.24326645], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_58 = _this;
|
||||||
|
_this setPos [10953.702, 659.76892, 0.24326645];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_60 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_water", [10955.483, 659.51727, 0.18038765], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_60 = _this;
|
||||||
|
_this setPos [10955.483, 659.51727, 0.18038765];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_62 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_small_EP1", [10952.418, 657.29071, 0.14570831], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_62 = _this;
|
||||||
|
_this setDir 92.291153;
|
||||||
|
_this setPos [10952.418, 657.29071, 0.14570831];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_64 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [10937.355, 654.01965, 0.071178317], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_64 = _this;
|
||||||
|
_this setDir 9.9466848;
|
||||||
|
_this setPos [10937.355, 654.01965, 0.071178317];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_65 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap", [10935.873, 654.49518, 1.4305115e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_65 = _this;
|
||||||
|
_this setPos [10935.873, 654.49518, 1.4305115e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_66 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [10939.354, 647.88708, 0.11458167], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_66 = _this;
|
||||||
|
_this setPos [10939.354, 647.88708, 0.11458167];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_67 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_F_postel_manz_kov", [10958.201, 663.98102, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_67 = _this;
|
||||||
|
_this setDir -55.903694;
|
||||||
|
_this setPos [10958.201, 663.98102, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_68 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_sign_hospital", [10959.332, 664.64368, -0.72548223], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_68 = _this;
|
||||||
|
_this setDir 2.6808813;
|
||||||
|
_this setPos [10959.332, 664.64368, -0.72548223];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_69 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [10957.893, 665.34387, 0.53610724], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_69 = _this;
|
||||||
|
_this setDir 5.3909268;
|
||||||
|
_this setPos [10957.893, 665.34387, 0.53610724];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_70 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [10955.906, 662.98547, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_70 = _this;
|
||||||
|
_this setPos [10955.906, 662.98547, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_71 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [10961.577, 654.10498, 0.22792089], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_71 = _this;
|
||||||
|
_this setPos [10961.577, 654.10498, 0.22792089];
|
||||||
|
};
|
||||||
746
TraderCitySources/13.Tavi/bilgrad.sqf
Normal file
746
TraderCitySources/13.Tavi/bilgrad.sqf
Normal file
@@ -0,0 +1,746 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Bilgrad Trader City
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_0 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [5549.7222, 8787.6201, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_0 = _this;
|
||||||
|
_this setPos [5549.7222, 8787.6201, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_9 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_runwayold_40_main", [5531.3955, 8770.8252, 2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_9 = _this;
|
||||||
|
_this setDir -20.617905;
|
||||||
|
_this setPos [5531.3955, 8770.8252, 2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_13 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_runwayold_40_main", [5556.9409, 8780.542, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_13 = _this;
|
||||||
|
_this setDir -21.326321;
|
||||||
|
_this setPos [5556.9409, 8780.542, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_14 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_Boulder1", [5574.2202, 8763.9561, -3.4332275e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_14 = _this;
|
||||||
|
_this setDir -21.326321;
|
||||||
|
_this setPos [5574.2202, 8763.9561, -3.4332275e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_23 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [5527.7446, 8748.7959, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_23 = _this;
|
||||||
|
_this setDir -20.632231;
|
||||||
|
_this setPos [5527.7446, 8748.7959, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_25 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [5542.3994, 8754.29, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_25 = _this;
|
||||||
|
_this setDir -20.632231;
|
||||||
|
_this setPos [5542.3994, 8754.29, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_28 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [5556.9229, 8759.8438, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_28 = _this;
|
||||||
|
_this setDir -21.814207;
|
||||||
|
_this setPos [5556.9229, 8759.8438, -3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_33 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Ind_SideRoof", [5526.0747, 8753.8818, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_33 = _this;
|
||||||
|
_this setDir 69.02475;
|
||||||
|
_this setPos [5526.0747, 8753.8818, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_35 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Ind_SideRoof", [5539.877, 8759.1807, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_35 = _this;
|
||||||
|
_this setDir 69.02475;
|
||||||
|
_this setPos [5539.877, 8759.1807, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_38 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Nasypka", [5520.0781, 8779.8359, -4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_38 = _this;
|
||||||
|
_this setDir 68.884552;
|
||||||
|
_this setPos [5520.0781, 8779.8359, -4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_43 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_ZalChata", [5538.4077, 8732.7188, -0.29826614], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_43 = _this;
|
||||||
|
_this setDir 249.39754;
|
||||||
|
_this setPos [5538.4077, 8732.7188, -0.29826614];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_45 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_ZalChata", [5535.3809, 8740.6855, -0.28425309], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_45 = _this;
|
||||||
|
_this setDir 249.39754;
|
||||||
|
_this setPos [5535.3809, 8740.6855, -0.28425309];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_48 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo1A", [5525.8984, 8785.4189, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_48 = _this;
|
||||||
|
_this setPos [5525.8984, 8785.4189, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_49 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo1A", [5528.7026, 8785.9238, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_49 = _this;
|
||||||
|
_this setPos [5528.7026, 8785.9238, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_50 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo1C", [5511.9385, 8780.0889, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_50 = _this;
|
||||||
|
_this setDir -61.493248;
|
||||||
|
_this setPos [5511.9385, 8780.0889, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_52 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo1C", [5524.3218, 8765.625, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_52 = _this;
|
||||||
|
_this setDir -61.493248;
|
||||||
|
_this setPos [5524.3218, 8765.625, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_58 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_A_statue01", [5539.8633, 8778.2676, -0.73642617], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_58 = _this;
|
||||||
|
_this setDir -109.84501;
|
||||||
|
_this setVehicleInit "this setVectorUp [0,0,0.1];";
|
||||||
|
_this setPos [5539.8633, 8778.2676, -0.73642617];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_60 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek_krizek1", [5569.4878, 8746.9023, 3.8146973e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_60 = _this;
|
||||||
|
_this setDir -32.517387;
|
||||||
|
_this setPos [5569.4878, 8746.9023, 3.8146973e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_62 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek_krizek1", [5570.8638, 8748.5703, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_62 = _this;
|
||||||
|
_this setDir -32.517387;
|
||||||
|
_this setPos [5570.8638, 8748.5703, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_65 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek_krizek1", [5568.1982, 8745.2002], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_65 = _this;
|
||||||
|
_this setDir -32.517387;
|
||||||
|
_this setPos [5568.1982, 8745.2002];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_68 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek_krizek1", [5572.2974, 8749.7578, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_68 = _this;
|
||||||
|
_this setDir -32.517387;
|
||||||
|
_this setPos [5572.2974, 8749.7578, -3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_70 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek", [5571.2437, 8750.8418, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_70 = _this;
|
||||||
|
_this setDir 130.74706;
|
||||||
|
_this setPos [5571.2437, 8750.8418, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_72 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek", [5569.9619, 8749.4258, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_72 = _this;
|
||||||
|
_this setDir 130.74706;
|
||||||
|
_this setPos [5569.9619, 8749.4258, -3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_75 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek", [5568.5161, 8747.7617, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_75 = _this;
|
||||||
|
_this setDir 130.74706;
|
||||||
|
_this setPos [5568.5161, 8747.7617, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_78 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hrobecek", [5567.4063, 8745.9258, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_78 = _this;
|
||||||
|
_this setDir 130.74706;
|
||||||
|
_this setPos [5567.4063, 8745.9258, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_85 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Ind_TankSmall2", [5568.4209, 8801.8682, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_85 = _this;
|
||||||
|
_this setDir 68.921112;
|
||||||
|
_this setPos [5568.4209, 8801.8682, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_87 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_garaz", [5553.9839, 8764.2041, -7.2479248e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_87 = _this;
|
||||||
|
_this setDir -381.60345;
|
||||||
|
_this setPos [5553.9839, 8764.2041, -7.2479248e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_90 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_sorbus2s", [5516.5933, 8769.9385, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_90 = _this;
|
||||||
|
_this setPos [5516.5933, 8769.9385, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_92 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_quercus2f", [5552.5791, 8753.418, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_92 = _this;
|
||||||
|
_this setDir 43.037117;
|
||||||
|
_this setPos [5552.5791, 8753.418, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_93 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_pyrus2s", [5554.0977, 8735.8945, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_93 = _this;
|
||||||
|
_this setPos [5554.0977, 8735.8945, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_94 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_quercus3s", [5568.1309, 8782.5361, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_94 = _this;
|
||||||
|
_this setDir 89.369537;
|
||||||
|
_this setPos [5568.1309, 8782.5361, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_95 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_pinusN1s", [5531.6631, 8746.2861, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_95 = _this;
|
||||||
|
_this setPos [5531.6631, 8746.2861, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_96 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_malus1s", [5548.4302, 8743.75, -3.4332275e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_96 = _this;
|
||||||
|
_this setPos [5548.4302, 8743.75, -3.4332275e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_97 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_fagus2f", [5582.9849, 8742.583, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_97 = _this;
|
||||||
|
_this setDir 38.257568;
|
||||||
|
_this setPos [5582.9849, 8742.583, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_98 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_betula2w", [5523.0996, 8762.0059, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_98 = _this;
|
||||||
|
_this setDir 76.687347;
|
||||||
|
_this setPos [5523.0996, 8762.0059, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_99 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_betula2s", [5531.708, 8772.1943, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_99 = _this;
|
||||||
|
_this setDir 59.648548;
|
||||||
|
_this setPos [5531.708, 8772.1943, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_100 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [5550.9302, 8768.959, -6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_100 = _this;
|
||||||
|
_this setPos [5550.9302, 8768.959, -6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_102 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [5554.2422, 8770.2598, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_102 = _this;
|
||||||
|
_this setPos [5554.2422, 8770.2598, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Carpet_rack_EP1", [5546.6372, 8759.3975, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_104 = _this;
|
||||||
|
_this setDir -202.15497;
|
||||||
|
_this setPos [5546.6372, 8759.3975, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_105 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_palletsfoiled_heap", [5545.353, 8764.0518, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_105 = _this;
|
||||||
|
_this setDir 159.84436;
|
||||||
|
_this setPos [5545.353, 8764.0518, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_106 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_GContainer_Big", [5517.1025, 8759.1016, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_106 = _this;
|
||||||
|
_this setDir 70.089272;
|
||||||
|
_this setPos [5517.1025, 8759.1016, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_107 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_stack_EP1", [5541.7036, 8757.5029, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_107 = _this;
|
||||||
|
_this setDir 11.867559;
|
||||||
|
_this setPos [5541.7036, 8757.5029, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_109 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Paleta2", [5543.8438, 8757.1543, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_109 = _this;
|
||||||
|
_this setPos [5543.8438, 8757.1543, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_110 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_empty", [5546.6821, 8760.6855], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_110 = _this;
|
||||||
|
_this setPos [5546.6821, 8760.6855];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_114 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [5540.896, 8759.0254], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_114 = _this;
|
||||||
|
_this setPos [5540.896, 8759.0254];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_115 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_TyreHeap", [5547.5537, 8769.0186], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_115 = _this;
|
||||||
|
_this setDir 7.4360023;
|
||||||
|
_this setPos [5547.5537, 8769.0186];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_116 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [5556.1733, 8773.6211, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_116 = _this;
|
||||||
|
_this setDir 159.49788;
|
||||||
|
_this setPos [5556.1733, 8773.6211, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_117 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_water", [5539.2891, 8758.0723], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_117 = _this;
|
||||||
|
_this setPos [5539.2891, 8758.0723];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_118 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_cages_EP1", [5539.7305, 8756.7871, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_118 = _this;
|
||||||
|
_this setDir -21.626785;
|
||||||
|
_this setPos [5539.7305, 8756.7871, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_119 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_meat_EP1", [5534.8623, 8755.4688], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_119 = _this;
|
||||||
|
_this setDir -26.490723;
|
||||||
|
_this setPos [5534.8623, 8755.4688];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_120 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_small_EP1", [5536.8032, 8755.2666], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_120 = _this;
|
||||||
|
_this setDir 161.55055;
|
||||||
|
_this setPos [5536.8032, 8755.2666];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_122 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [5527.8853, 8752.2871, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_122 = _this;
|
||||||
|
_this setDir -37.800869;
|
||||||
|
_this setFuel 0.89999998;
|
||||||
|
_this setPos [5527.8853, 8752.2871, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_123 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [5527.4126, 8753.3145], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_123 = _this;
|
||||||
|
_this setDir 53.104294;
|
||||||
|
_this setPos [5527.4126, 8753.3145];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_124 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap", [5529.4014, 8752.375, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_124 = _this;
|
||||||
|
_this setDir -6.118844;
|
||||||
|
_this setPos [5529.4014, 8752.375, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_126 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [5532.8135, 8754.418, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_126 = _this;
|
||||||
|
_this setPos [5532.8135, 8754.418, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_127 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [5552.4121, 8770.0156, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_127 = _this;
|
||||||
|
_this setDir 159.52803;
|
||||||
|
_this setPos [5552.4121, 8770.0156, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_128 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [5521.1123, 8750.0996, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_128 = _this;
|
||||||
|
_this setPos [5521.1123, 8750.0996, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_130 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Sign_1L_Firstaid", [5525.437, 8753.4727, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_130 = _this;
|
||||||
|
_this setDir 164.28342;
|
||||||
|
_this setPos [5525.437, 8753.4727, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_133 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_F_postel_manz_kov", [5524.8696, 8750.7695, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_133 = _this;
|
||||||
|
_this setDir -20.764153;
|
||||||
|
_this setPos [5524.8696, 8750.7695, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_134 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [5525.375, 8752.0244, 0.55298567], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_134 = _this;
|
||||||
|
_this setDir 52.992222;
|
||||||
|
_this setPos [5525.375, 8752.0244, 0.55298567];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_135 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_bucket", [5522.292, 8749.6963], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_135 = _this;
|
||||||
|
_this setPos [5522.292, 8749.6963];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_136 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_MetalBucket", [5524.9639, 8750.3486, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_136 = _this;
|
||||||
|
_this setPos [5524.9639, 8750.3486, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_137 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_wall_board_02", [5519.1255, 8749.5166, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_137 = _this;
|
||||||
|
_this setDir 69.60054;
|
||||||
|
_this setPos [5519.1255, 8749.5166, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_138 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_SmallTable", [5523.3193, 8750.9854, -0.097357765], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_138 = _this;
|
||||||
|
_this setDir -19.660194;
|
||||||
|
_this setPos [5523.3193, 8750.9854, -0.097357765];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_140 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LAND_ASC_Wall_Lamp_New", [5529.1807, 8791.3281, 1.7956901], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_140 = _this;
|
||||||
|
_this setDir 160.39696;
|
||||||
|
_this setPos [5529.1807, 8791.3281, 1.7956901];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_142 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LAND_ASC_Wall_Lamp_New", [5539.6875, 8795.2422, 1.7165455], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_142 = _this;
|
||||||
|
_this setDir -23.843885;
|
||||||
|
_this setPos [5539.6875, 8795.2422, 1.7165455];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_144 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [5530.8208, 8761.1025, 8.0108643e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_144 = _this;
|
||||||
|
_this setPos [5530.8208, 8761.1025, 8.0108643e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_146 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [5561.8496, 8785.1455, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_146 = _this;
|
||||||
|
_this setPos [5561.8496, 8785.1455, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_148 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [5544.3354, 8741.6885, 5.7220459e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_148 = _this;
|
||||||
|
_this setPos [5544.3354, 8741.6885, 5.7220459e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_149 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5559.5913, 8793.374, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_149 = _this;
|
||||||
|
_this setPos [5559.5913, 8793.374, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_151 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5545.2334, 8792.7236, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_151 = _this;
|
||||||
|
_this setPos [5545.2334, 8792.7236, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_153 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5568.0591, 8779.2822, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_153 = _this;
|
||||||
|
_this setPos [5568.0591, 8779.2822, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_155 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5551.8677, 8778.1318, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_155 = _this;
|
||||||
|
_this setPos [5551.8677, 8778.1318, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_157 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5538.5132, 8774.2051, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_157 = _this;
|
||||||
|
_this setPos [5538.5132, 8774.2051, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_159 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5536.9697, 8762.5869, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_159 = _this;
|
||||||
|
_this setPos [5536.9697, 8762.5869, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_161 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5515.1787, 8782.5684, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_161 = _this;
|
||||||
|
_this setPos [5515.1787, 8782.5684, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_163 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5524.3188, 8774.7227, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_163 = _this;
|
||||||
|
_this setPos [5524.3188, 8774.7227, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_165 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5519.7744, 8761.708, 2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_165 = _this;
|
||||||
|
_this setPos [5519.7744, 8761.708, 2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_167 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5516.6362, 8770.6641, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_167 = _this;
|
||||||
|
_this setPos [5516.6362, 8770.6641, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_169 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5526.8374, 8758.459, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_169 = _this;
|
||||||
|
_this setPos [5526.8374, 8758.459, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_171 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5535.6724, 8783.6416, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_171 = _this;
|
||||||
|
_this setPos [5535.6724, 8783.6416, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_173 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5527.7505, 8786.2891, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_173 = _this;
|
||||||
|
_this setPos [5527.7505, 8786.2891, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_175 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5567.2188, 8770.9404, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_175 = _this;
|
||||||
|
_this setPos [5567.2188, 8770.9404, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_177 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [5564.9438, 8797.8594, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_177 = _this;
|
||||||
|
_this setPos [5564.9438, 8797.8594, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_180 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliH", [5549.603, 8787.7041, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_180 = _this;
|
||||||
|
_this setPos [5549.603, 8787.7041, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_182 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [5543.9751, 8767.3896, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_182 = _this;
|
||||||
|
_this setDir 174.44034;
|
||||||
|
_this setPos [5543.9751, 8767.3896, -1.1444092e-005];
|
||||||
|
};
|
||||||
1310
TraderCitySources/13.Tavi/branibor.sqf
Normal file
1310
TraderCitySources/13.Tavi/branibor.sqf
Normal file
File diff suppressed because it is too large
Load Diff
459
TraderCitySources/13.Tavi/hero.sqf
Normal file
459
TraderCitySources/13.Tavi/hero.sqf
Normal file
@@ -0,0 +1,459 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Hero Vendor Sevastopol
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_0 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15597.73, 16412.424, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_0 = _this;
|
||||||
|
_this setDir 180.40599;
|
||||||
|
_this setPos [15597.73, 16412.424, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_2 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15593.707, 16412.418, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_2 = _this;
|
||||||
|
_this setDir 359.90762;
|
||||||
|
_this setPos [15593.707, 16412.418, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_6 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15583.5, 16412.344, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_6 = _this;
|
||||||
|
_this setDir 180.40599;
|
||||||
|
_this setPos [15583.5, 16412.344, -2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_7 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15575.508, 16412.344, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_7 = _this;
|
||||||
|
_this setDir 359.90762;
|
||||||
|
_this setPos [15575.508, 16412.344, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_12 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.604, 16402.459, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_12 = _this;
|
||||||
|
_this setDir -1889.9384;
|
||||||
|
_this setPos [15573.604, 16402.459, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_13 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.604, 16408.23, 4.9591064e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_13 = _this;
|
||||||
|
_this setDir -1529.7631;
|
||||||
|
_this setPos [15573.604, 16408.23, 4.9591064e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_32 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.646, 16390.717], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_32 = _this;
|
||||||
|
_this setDir -1889.9384;
|
||||||
|
_this setPos [15573.646, 16390.717];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_33 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.627, 16396.676, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_33 = _this;
|
||||||
|
_this setDir -1529.7631;
|
||||||
|
_this setPos [15573.627, 16396.676, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_38 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.642, 16378.89, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_38 = _this;
|
||||||
|
_this setDir -1889.9384;
|
||||||
|
_this setPos [15573.642, 16378.89, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_39 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.654, 16384.811, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_39 = _this;
|
||||||
|
_this setDir -1529.7631;
|
||||||
|
_this setPos [15573.654, 16384.811, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_44 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15573.653, 16374.938, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_44 = _this;
|
||||||
|
_this setDir -1889.9384;
|
||||||
|
_this setPos [15573.653, 16374.938, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_47 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15577.615, 16373.065, 2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_47 = _this;
|
||||||
|
_this setDir -1980.0212;
|
||||||
|
_this setPos [15577.615, 16373.065, 2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_50 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15579.588, 16373.068, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_50 = _this;
|
||||||
|
_this setDir -1980.0212;
|
||||||
|
_this setPos [15579.588, 16373.068, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_53 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15589.729, 16373.038, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_53 = _this;
|
||||||
|
_this setDir -1799.3485;
|
||||||
|
_this setPos [15589.729, 16373.038, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_56 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15595.602, 16372.977, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_56 = _this;
|
||||||
|
_this setDir -1799.3485;
|
||||||
|
_this setPos [15595.602, 16372.977, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_59 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.744, 16374.858, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_59 = _this;
|
||||||
|
_this setDir -1889.6549;
|
||||||
|
_this setPos [15599.744, 16374.858, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_62 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.706, 16380.699, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_62 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.706, 16380.699, -2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_66 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.708, 16386.629, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_66 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.708, 16386.629, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_67 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.666, 16392.576, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_67 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.666, 16392.576, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_72 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.669, 16398.447, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_72 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.669, 16398.447, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_73 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.653, 16404.285, -6.8664551e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_73 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.653, 16404.285, -6.8664551e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_77 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_IndCnc_4", [15599.634, 16408.414, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_77 = _this;
|
||||||
|
_this setDir -1890.175;
|
||||||
|
_this setPos [15599.634, 16408.414, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_79 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [15580.15, 16403.088, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_79 = _this;
|
||||||
|
_this setPos [15580.15, 16403.088, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_83 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_Crate_wood", [15598.807, 16404.08, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_83 = _this;
|
||||||
|
_this setPos [15598.807, 16404.08, -4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_84 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_crates_EP1", [15597.899, 16400.281], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_84 = _this;
|
||||||
|
_this setDir 136.51692;
|
||||||
|
_this setPos [15597.899, 16400.281];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_85 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [15597.29, 16405.154, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_85 = _this;
|
||||||
|
_this setDir 18.17968;
|
||||||
|
_this setPos [15597.29, 16405.154, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_86 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap_EP1", [15595.836, 16400.176, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_86 = _this;
|
||||||
|
_this setPos [15595.836, 16400.176, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_87 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_tiny", [15598.272, 16406.85, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_87 = _this;
|
||||||
|
_this setPos [15598.272, 16406.85, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_88 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo1Bo", [15595.878, 16377.541, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_88 = _this;
|
||||||
|
_this setDir -39.921089;
|
||||||
|
_this setPos [15595.878, 16377.541, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_89 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [15595.916, 16376.737, -4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_89 = _this;
|
||||||
|
_this setDir -22.070061;
|
||||||
|
_this setPos [15595.916, 16376.737, -4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_91 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_meat_EP1", [15596.456, 16377.272, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_91 = _this;
|
||||||
|
_this setDir -42.825058;
|
||||||
|
_this setPos [15596.456, 16377.272, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_94 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Camo_Box", [15580.65, 16377.819, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_94 = _this;
|
||||||
|
_this setDir -87.688522;
|
||||||
|
_this setPos [15580.65, 16377.819, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_100 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_GuerillaCache", [15597.111, 16401.834, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_100 = _this;
|
||||||
|
_this setPos [15597.111, 16401.834, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_101 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Astan", [15575.792, 16375.414], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_101 = _this;
|
||||||
|
_this setDir -64.205353;
|
||||||
|
_this setPos [15575.792, 16375.414];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_sign_hospital_new", [15575.237, 16377.534, -0.58615601], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_104 = _this;
|
||||||
|
_this setDir 227.41328;
|
||||||
|
_this setVehicleAmmo 0.89999998;
|
||||||
|
_this setPos [15575.237, 16377.534, -0.58615601];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_109 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_ChickenCoop", [15592.726, 16377.598], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_109 = _this;
|
||||||
|
_this setDir 142.94467;
|
||||||
|
_this setPos [15592.726, 16377.598];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_115 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Ind_BoardsPack2", [15579.275, 16374.268], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_115 = _this;
|
||||||
|
_this setDir 88.973297;
|
||||||
|
_this setPos [15579.275, 16374.268];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_117 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_TyreHeap", [15581.388, 16376.744, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_117 = _this;
|
||||||
|
_this setDir -58.632603;
|
||||||
|
_this setPos [15581.388, 16376.744, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_118 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_pneu", [15581.351, 16378.963], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_118 = _this;
|
||||||
|
_this setPos [15581.351, 16378.963];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_123 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_P_bedna", [15581.608, 16380.482], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_123 = _this;
|
||||||
|
_this setDir 82.194252;
|
||||||
|
_this setPos [15581.608, 16380.482];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_124 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_metalcrate", [15577.729, 16376.04], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_124 = _this;
|
||||||
|
_this setPos [15577.729, 16376.04];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_125 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_metalcrate_02", [15575.078, 16379.154], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_125 = _this;
|
||||||
|
_this setPos [15575.078, 16379.154];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_127 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_paletaA", [15574.812, 16380.238], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_127 = _this;
|
||||||
|
_this setPos [15574.812, 16380.238];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_128 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_P_pipe_small", [15578.062, 16378.234], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_128 = _this;
|
||||||
|
_this setDir 101.33162;
|
||||||
|
_this setPos [15578.062, 16378.234];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_129 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [15580.236, 16403.107, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_129 = _this;
|
||||||
|
_this setPos [15580.236, 16403.107, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_130 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_palletsfoiled_heap", [15574.995, 16387.631, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_130 = _this;
|
||||||
|
_this setPos [15574.995, 16387.631, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_131 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Scaffolding", [15598.131, 16390.844, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_131 = _this;
|
||||||
|
_this setPos [15598.131, 16390.844, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_132 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_Timbers", [15582.975, 16392.113, 4.9591064e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_132 = _this;
|
||||||
|
_this setDir 121.38332;
|
||||||
|
_this setPos [15582.975, 16392.113, 4.9591064e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_134 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15587.509, 16391.393, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_134 = _this;
|
||||||
|
_this setPos [15587.509, 16391.393, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_136 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15598.73, 16373.874, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_136 = _this;
|
||||||
|
_this setPos [15598.73, 16373.874, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_138 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15578.312, 16380.195, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_138 = _this;
|
||||||
|
_this setPos [15578.312, 16380.195, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_140 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15599.166, 16401.471, -0.0001411438], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_140 = _this;
|
||||||
|
_this setPos [15599.166, 16401.471, -0.0001411438];
|
||||||
|
};
|
||||||
1025
TraderCitySources/13.Tavi/lyepestok.sqf
Normal file
1025
TraderCitySources/13.Tavi/lyepestok.sqf
Normal file
File diff suppressed because it is too large
Load Diff
516
TraderCitySources/13.Tavi/miscvendors.sqf
Normal file
516
TraderCitySources/13.Tavi/miscvendors.sqf
Normal file
@@ -0,0 +1,516 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Misc. Vendors
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_2 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_TankSmall2", [16548.102, 10159.515, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_2 = _this;
|
||||||
|
_this setDir 91.020432;
|
||||||
|
_this setPos [16548.102, 10159.515, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_3 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [16551.615, 10157.849, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_3 = _this;
|
||||||
|
_this setDir 92.012741;
|
||||||
|
_this setPos [16551.615, 10157.849, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_5 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [16555.354, 10154.558, 4.9591064e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_5 = _this;
|
||||||
|
_this setDir 181.49477;
|
||||||
|
_this setPos [16555.354, 10154.558, 4.9591064e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_8 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [16559.535, 10157.965, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_8 = _this;
|
||||||
|
_this setDir 272.80048;
|
||||||
|
_this setPos [16559.535, 10157.965, 6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_10 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [16555.672, 10160.842, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_10 = _this;
|
||||||
|
_this setDir 180.67226;
|
||||||
|
_this setPos [16555.672, 10160.842, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_11 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [16557.326, 10157.084, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_11 = _this;
|
||||||
|
_this setDir 0.66003245;
|
||||||
|
_this setPos [16557.326, 10157.084, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_13 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [16553.895, 10157.211, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_13 = _this;
|
||||||
|
_this setDir 51.926315;
|
||||||
|
_this setPos [16553.895, 10157.211, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_16 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [16557.174, 10158.753, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_16 = _this;
|
||||||
|
_this setDir 51.926315;
|
||||||
|
_this setPos [16557.174, 10158.753, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_18 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Cargo1B_military", [16562.697, 10158.445, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_18 = _this;
|
||||||
|
_this setDir 0.66003245;
|
||||||
|
_this setPos [16562.697, 10158.445, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_19 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UH1Wreck", [16540.848, 10156.327], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_19 = _this;
|
||||||
|
_this setDir 127.09259;
|
||||||
|
_this setPos [16540.848, 10156.327];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_20 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["76n6ClamShell", [16571.475, 10145.198, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_20 = _this;
|
||||||
|
_this setDir 140.39973;
|
||||||
|
_this setPos [16571.475, 10145.198, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_238 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [6794.9131, 8514.5957, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_238 = _this;
|
||||||
|
_this setDir -129.84926;
|
||||||
|
_this setPos [6794.9131, 8514.5957, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_249 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TK_GUE_WarfareBAntiAirRadar_Base_EP1", [6810.7832, 8545.084, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_249 = _this;
|
||||||
|
_this setDir 74.528481;
|
||||||
|
_this setPos [6810.7832, 8545.084, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_251 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TK_GUE_WarfareBUAVterminal_Base_EP1", [6820.0986, 8529.4277, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_251 = _this;
|
||||||
|
_this setDir 160.50238;
|
||||||
|
_this setPos [6820.0986, 8529.4277, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_252 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TK_GUE_WarfareBVehicleServicePoint_Base_EP1", [16570.084, 10157.405, 7.2479248e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_252 = _this;
|
||||||
|
_this setDir -1.5932001;
|
||||||
|
_this setPos [16570.084, 10157.405, 7.2479248e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_253 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [5402.7559, 9505.8125, -0.24083126], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_253 = _this;
|
||||||
|
_this setPos [5402.7559, 9505.8125, -0.24083126];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_255 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2b", [5415.3257, 9498.0361, -0.19730601], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_255 = _this;
|
||||||
|
_this setDir -54.497452;
|
||||||
|
_this setPos [5415.3257, 9498.0361, -0.19730601];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_256 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2a", [5418.9741, 9509.3047, -0.10170043], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_256 = _this;
|
||||||
|
_this setDir 0.51844341;
|
||||||
|
_this setPos [5418.9741, 9509.3047, -0.10170043];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_257 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2a", [10580.372, 16770.152, 0.30980825], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_257 = _this;
|
||||||
|
_this setDir -11.336465;
|
||||||
|
_this setPos [10580.372, 16770.152, 0.30980825];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_259 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2a", [10565.532, 16780.443, -0.0026226044], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_259 = _this;
|
||||||
|
_this setDir -37.714134;
|
||||||
|
_this setPos [10565.532, 16780.443, -0.0026226044];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_261 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_1", [10568.369, 16777.422, 0.00070261955], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_261 = _this;
|
||||||
|
_this setPos [10568.369, 16777.422, 0.00070261955];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_263 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [10566.024, 16766.488, 0.24187315], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_263 = _this;
|
||||||
|
_this setPos [10566.024, 16766.488, 0.24187315];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_264 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [10566.411, 16766.65, 0.246262], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_264 = _this;
|
||||||
|
_this setPos [10566.411, 16766.65, 0.246262];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_290 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2a", [17339.502, 12932.325, -0.00010442734], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_290 = _this;
|
||||||
|
_this setDir -93.027023;
|
||||||
|
_this setPos [17339.502, 12932.325, -0.00010442734];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_293 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [17341.049, 12917.594, -2.605505], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_293 = _this;
|
||||||
|
_this setDir -81.690567;
|
||||||
|
_this setPos [17341.049, 12917.594, -2.605505];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_303 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [10708.311, 5971.0029, -0.18284529], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_303 = _this;
|
||||||
|
_this setDir -136.5313;
|
||||||
|
_this setPos [10708.311, 5971.0029, -0.18284529];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_304 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2b", [10704.535, 5985.2925, -0.45946753], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_304 = _this;
|
||||||
|
_this setDir -172.88594;
|
||||||
|
_this setPos [10704.535, 5985.2925, -0.45946753];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_305 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BoatSmall_2a", [10694.135, 5979.6284, -0.39531028], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_305 = _this;
|
||||||
|
_this setDir -93.037498;
|
||||||
|
_this setPos [10694.135, 5979.6284, -0.39531028];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_309 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap_EP1", [17504.539, 7159.7065], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_309 = _this;
|
||||||
|
_this setDir 109.41988;
|
||||||
|
_this setPos [17504.539, 7159.7065];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_310 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CamoNet_EAST", [17505.148, 7158.5044, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_310 = _this;
|
||||||
|
_this setDir 88.349358;
|
||||||
|
_this setPos [17505.148, 7158.5044, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_311 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net3", [17499.26, 7164.9082, -4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_311 = _this;
|
||||||
|
_this setDir 93.698265;
|
||||||
|
_this setPos [17499.26, 7164.9082, -4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_312 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_tiny", [17505.854, 7162.9087], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_312 = _this;
|
||||||
|
_this setPos [17505.854, 7162.9087];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_313 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [17505.494, 7161.1147], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_313 = _this;
|
||||||
|
_this setDir 55.358452;
|
||||||
|
_this setPos [17505.494, 7161.1147];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_314 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UH1Wreck", [17506.787, 7142.3086], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_314 = _this;
|
||||||
|
_this setDir 43.500076;
|
||||||
|
_this setPos [17506.787, 7142.3086];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_315 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Basket_EP1", [17504.4, 7157.2666], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_315 = _this;
|
||||||
|
_this setPos [17504.4, 7157.2666];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_316 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Desk", [17502.891, 7155.6265], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_316 = _this;
|
||||||
|
_this setDir 99.07119;
|
||||||
|
_this setPos [17502.891, 7155.6265];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_317 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [17504.143, 7154.689], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_317 = _this;
|
||||||
|
_this setDir 129.10767;
|
||||||
|
_this setPos [17504.143, 7154.689];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_318 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [17504.4, 7158.2749], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_318 = _this;
|
||||||
|
_this setPos [17504.4, 7158.2749];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_319 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_stack_EP1", [17505.586, 7156.2231], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_319 = _this;
|
||||||
|
_this setDir 70.559494;
|
||||||
|
_this setPos [17505.586, 7156.2231];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_320 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [17485.162, 7156.5259], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_320 = _this;
|
||||||
|
_this setDir -451.21973;
|
||||||
|
_this setPos [17485.162, 7156.5259];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_321 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [17485.156, 7156.5703, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_321 = _this;
|
||||||
|
_this setDir -451.21973;
|
||||||
|
_this setPos [17485.156, 7156.5703, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_379 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UH1Wreck", [4064.1826, 7248.3057, -0.2676805], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_379 = _this;
|
||||||
|
_this setDir 80.5644;
|
||||||
|
_this setPos [4064.1826, 7248.3057, -0.2676805];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_385 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [4055.4961, 7272.6836, 0.053730011], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_385 = _this;
|
||||||
|
_this setDir -414.1554;
|
||||||
|
_this setPos [4055.4961, 7272.6836, 0.053730011];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_386 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [4055.5186, 7272.7231, 0.05463028], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_386 = _this;
|
||||||
|
_this setDir -414.1554;
|
||||||
|
_this setPos [4055.5186, 7272.7231, 0.05463028];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_402 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["76n6ClamShell", [4075.7134, 7276.1704], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_402 = _this;
|
||||||
|
_this setDir 69.449013;
|
||||||
|
_this setPos [4075.7134, 7276.1704];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_404 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Cargo1B_military", [4070.8279, 7253.4546, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_404 = _this;
|
||||||
|
_this setDir -46.259991;
|
||||||
|
_this setPos [4070.8279, 7253.4546, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_405 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net2", [4076.0708, 7257.2539, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_405 = _this;
|
||||||
|
_this setDir 25.680746;
|
||||||
|
_this setPos [4076.0708, 7257.2539, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_406 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["PowGen_Big", [4082.2295, 7270.3379], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_406 = _this;
|
||||||
|
_this setDir 7.8328352;
|
||||||
|
_this setPos [4082.2295, 7270.3379];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_408 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Scaffolding", [4046.6135, 7252.981, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_408 = _this;
|
||||||
|
_this setDir 116.95784;
|
||||||
|
_this setPos [4046.6135, 7252.981, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_409 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Crates_stack_EP1", [4076.6831, 7262.1816, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_409 = _this;
|
||||||
|
_this setPos [4076.6831, 7262.1816, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_410 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_TankSmall2_EP1", [4072.3267, 7279.0005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_410 = _this;
|
||||||
|
_this setDir 67.764664;
|
||||||
|
_this setPos [4072.3267, 7279.0005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_411 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [4076.2935, 7265.5488, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_411 = _this;
|
||||||
|
_this setPos [4076.2935, 7265.5488, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_412 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_TyreHeapEP1", [4075.7405, 7267.7085, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_412 = _this;
|
||||||
|
_this setPos [4075.7405, 7267.7085, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_413 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [6795.0098, 8514.5195, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_413 = _this;
|
||||||
|
_this setDir -129.84926;
|
||||||
|
_this setPos [6795.0098, 8514.5195, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_415 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [4075.6394, 7263.8784], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_415 = _this;
|
||||||
|
_this setDir 24.649656;
|
||||||
|
_this setPos [4075.6394, 7263.8784];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_417 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [4073.6013, 7259.2778, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_417 = _this;
|
||||||
|
_this setDir 204.57486;
|
||||||
|
_this setPos [4073.6013, 7259.2778, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_420 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [16555.387, 10197.324, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_420 = _this;
|
||||||
|
_this setPos [16555.387, 10197.324, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_421 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [16555.35, 10197.322, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_421 = _this;
|
||||||
|
_this setPos [16555.35, 10197.322, 0];
|
||||||
|
};
|
||||||
880
TraderCitySources/13.Tavi/mission.sqf
Normal file
880
TraderCitySources/13.Tavi/mission.sqf
Normal file
@@ -0,0 +1,880 @@
|
|||||||
|
//Bandit Vendors
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\bandit.sqf";
|
||||||
|
//Bilgrad City
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\bilgrad.sqf";
|
||||||
|
//Branibor City
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\branibor.sqf";
|
||||||
|
//Hero Vendors
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\hero.sqf";
|
||||||
|
//Lyepenstok City
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\lyepestok.sqf";
|
||||||
|
//Misc. Vendors
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\miscvendors.sqf";
|
||||||
|
//Sabina City
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\sabina.sqf";
|
||||||
|
//Wholesalers
|
||||||
|
call compile preProcessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_13.Tavi\wholesalers.sqf";
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BEGIN TRADER PLACEMENT
|
||||||
|
AUTHOR: AVendettaForYou
|
||||||
|
Date: 12/11/2013
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BEGIN BRANIBOR TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_112 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Soldier_3", [7344.2422, 4301.9624], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_112 = _this;
|
||||||
|
_this setDir 70.416916;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END BRANIBOR TRADERS
|
||||||
|
&
|
||||||
|
BEGIN HERO TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_128 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_Sniper_PMC", [15598.164, 16402.732, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_128 = _this;
|
||||||
|
_this setDir -94.840897;
|
||||||
|
_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_131 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Woodlander3", [15579.386, 16376.245], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_131 = _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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END HERO TRADERS
|
||||||
|
&
|
||||||
|
BEGIN MISC. TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_133 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Soldier_Pilot", [16555.693, 10161.202, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_133 = _this;
|
||||||
|
_this setDir -4.1776338;
|
||||||
|
_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_140 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Worker2", [17503.697, 7155.4609, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_140 = _this;
|
||||||
|
_this setDir -88.219208;
|
||||||
|
_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_143 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Worker2", [4075.8738, 7263.9927, -0.15314865], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_143 = _this;
|
||||||
|
_this setDir -94.388802;
|
||||||
|
_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_145 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Reynolds_PMC", [9864.4287, 7471.3115, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_144 = _this;
|
||||||
|
_this setDir -76.576241;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END MISC. TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BEGIN LYEPESTOK TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_100 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Doctor", [11710.82, 15222.83, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_27 = _this;
|
||||||
|
_this setDir 230.87508;
|
||||||
|
_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_101 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_Sniper_KSVK_PMC", [11686.63, 15193.147, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_101 = _this;
|
||||||
|
_this setDir 19.652651;
|
||||||
|
_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_102 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_GL_PMC", [11684.132, 15195.753, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_102 = _this;
|
||||||
|
_this setDir -299.2114;
|
||||||
|
_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_103 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Citizen3", [11707.938, 15225.799], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_103 = _this;
|
||||||
|
_this setDir 222.93503;
|
||||||
|
_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_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Worker4", [11701.782, 15231.117, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_104 = _this;
|
||||||
|
_this setDir 222.73032;
|
||||||
|
_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_105 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Woodlander4", [11687.524, 15226.847, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_105 = _this;
|
||||||
|
_this setDir -50.854939;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END LYEPESTOK TRADERS
|
||||||
|
&
|
||||||
|
BEGIN BILGRAD TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_106 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Woodlander4", [5552.4077, 8770.1514, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_106 = _this;
|
||||||
|
_this setDir -379.36389;
|
||||||
|
_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_107 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Worker4", [5542.8452, 8758.9189, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_107 = _this;
|
||||||
|
_this setDir -20.602602;
|
||||||
|
_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_108 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Citizen3", [5538.1587, 8755.9873, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_108 = _this;
|
||||||
|
_this setDir -25.471672;
|
||||||
|
_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_109 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_Sniper_KSVK_PMC", [5531.3525, 8754.4307, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_109 = _this;
|
||||||
|
_this setDir -55.216373;
|
||||||
|
_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_110 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_GL_PMC", [5528.4814, 8753.5547, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_110 = _this;
|
||||||
|
_this setDir 16.056473;
|
||||||
|
_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_111 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Doctor", [5523.5796, 8750.2285, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_111 = _this;
|
||||||
|
_this setDir -18.214668;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END LYEPESTOK TRADERS
|
||||||
|
&
|
||||||
|
BEGIN BRANIBOR TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_113 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Citizen3", [7357.0015, 4325.874, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_113 = _this;
|
||||||
|
_this setDir 27.519766;
|
||||||
|
_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_114 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Worker4", [7350.311, 4331.0913, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_114 = _this;
|
||||||
|
_this setDir 51.095901;
|
||||||
|
_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_115 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_GL_PMC", [7361.0786, 4331.8047, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_115 = _this;
|
||||||
|
_this setDir -158.64336;
|
||||||
|
_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_116 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_Sniper_KSVK_PMC", [7358.4722, 4332.5903, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_116 = _this;
|
||||||
|
_this setDir 170.36325;
|
||||||
|
_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_117 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Doctor", [7398.853, 4296.9365, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_117 = _this;
|
||||||
|
_this setDir -106.97213;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END BRANIBOR TRADERS
|
||||||
|
&
|
||||||
|
BEGIN SABINA TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_118 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Doctor", [15295.845, 9287.3516, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_118 = _this;
|
||||||
|
_this setDir 82.842331;
|
||||||
|
_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_119 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_Sniper_KSVK_PMC", [15318.384, 9304.9199, -4.7683716e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_119 = _this;
|
||||||
|
_this setDir 186.42917;
|
||||||
|
_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_120 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Soldier_GL_PMC", [15313.905, 9304.9209, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_120 = _this;
|
||||||
|
_this setDir -180.25139;
|
||||||
|
_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_121 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Woodlander4", [15318.999, 9260.8164, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_121 = _this;
|
||||||
|
_this setDir -92.110161;
|
||||||
|
_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_122 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Citizen3", [15299.092, 9303.5088, 1.6212463e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_122 = _this;
|
||||||
|
_this setDir 180.97282;
|
||||||
|
_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_123 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Worker4", [15306.199, 9303.7803, 2.9563904e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_123 = _this;
|
||||||
|
_this setDir -179.09961;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END SABINA TRADERS
|
||||||
|
&
|
||||||
|
BEGIN BANDIT TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_124 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Woodlander1", [10938.677, 651.23663, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_124 = _this;
|
||||||
|
_this setDir 28.1598;
|
||||||
|
_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_125 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Worker1", [10966.954, 654.58276, 0.97554183], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_125 = _this;
|
||||||
|
_this setDir 224.19429;
|
||||||
|
_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_126 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Farmwife5", [10954.223, 658.16821, 0.22649978], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_126 = _this;
|
||||||
|
_this setDir 124.9443;
|
||||||
|
_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_127 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Dr_Hladik_EP1", [10958.092, 663.19617, 2.0027161e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_127 = _this;
|
||||||
|
_this setDir 138.0876;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END BANDIT TRADERS
|
||||||
|
&
|
||||||
|
BEGIN HERO TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_129 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Damsel5", [15595.011, 16378.547, 0.10890254], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_129 = _this;
|
||||||
|
_this setDir -43.61562;
|
||||||
|
_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_130 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["RU_Doctor", [15576.031, 16377.422, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_130 = _this;
|
||||||
|
_this setDir 33.437065;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END HERO TRADERS
|
||||||
|
&
|
||||||
|
BEGIN MISC. TRADERS
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_unit_132 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["UN_CDF_Soldier_Pilot_EP1", [6813.0103, 8539.0498, 0.24721491], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_132 = _this;
|
||||||
|
_this setDir -139.99222;
|
||||||
|
_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_134 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Profiteer2_EP1", [5418.9609, 9503.3301, -8.1300735e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_134 = _this;
|
||||||
|
_this setDir 96.513527;
|
||||||
|
_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_135 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Worker4", [10577.302, 16777.303, 0.00029063225], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_135 = _this;
|
||||||
|
_this setDir 30.918655;
|
||||||
|
_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_136 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Worker4", [17331.977, 12930.315, 0.026711226], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_136 = _this;
|
||||||
|
_this setDir -50.771896;
|
||||||
|
_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_137 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Profiteer2_EP1", [10698.253, 5983.9556, 1.2587931], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_137 = _this;
|
||||||
|
_this setDir -40.017792;
|
||||||
|
_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_138 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Commander", [17503.266, 7163.0801], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_138 = _this;
|
||||||
|
_this setDir -120.11973;
|
||||||
|
_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_139 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Soldier_CO", [17503.395, 7159.9517, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_139 = _this;
|
||||||
|
_this setDir -70.523041;
|
||||||
|
_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_141 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Commander", [4073.061, 7257.9731, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_141 = _this;
|
||||||
|
_this setDir -36.958515;
|
||||||
|
_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_142 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Soldier_CO", [4074.7593, 7260.0825, -0.062282562], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_142 = _this;
|
||||||
|
_this setDir -83.040123;
|
||||||
|
_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_144 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["GUE_Soldier_2", [13340.847, 8610.9043], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_144 = _this;
|
||||||
|
_this setDir 38.779274;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END MISC. TRADERS BEGIN CAVE
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_0 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7459.1753, 5563.689, -15.935781], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_0 = _this;
|
||||||
|
_this setDir 22.532007;
|
||||||
|
_this setPos [7459.1753, 5563.689, -15.935781];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_6 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_Rock1", [7483.6265, 5563.1006, 9.3879547], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_6 = _this;
|
||||||
|
_this setDir -20.742775;
|
||||||
|
_this setPos [7483.6265, 5563.1006, 9.3879547];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_8 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7448.2822, 5577.2886, -12.513324], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_8 = _this;
|
||||||
|
_this setDir 53.176468;
|
||||||
|
_this setPos [7448.2822, 5577.2886, -12.513324];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_10 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7488.5293, 5601.2173, -16.799936], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_10 = _this;
|
||||||
|
_this setDir 60.169662;
|
||||||
|
_this setPos [7488.5293, 5601.2173, -16.799936];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_13 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_Rock1", [7501.6338, 5586.0762, -15.271233], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_13 = _this;
|
||||||
|
_this setDir -13.327832;
|
||||||
|
_this setPos [7501.6338, 5586.0762, -15.271233];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_16 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_Rock1", [7485.7813, 5613.438, -20.542929], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_16 = _this;
|
||||||
|
_this setDir -37.718872;
|
||||||
|
_this setPos [7485.7813, 5613.438, -20.542929];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_19 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7460.3696, 5589.6309, 11.182141], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_19 = _this;
|
||||||
|
_this setDir -28.261766;
|
||||||
|
_this setPos [7460.3696, 5589.6309, 11.182141];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_21 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockTower", [7438.165, 5591.9888, -16.44178], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_21 = _this;
|
||||||
|
_this setDir 114.6241;
|
||||||
|
_this setPos [7438.165, 5591.9888, -16.44178];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_23 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7471.6938, 5572.3574, 11.46374], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_23 = _this;
|
||||||
|
_this setDir 171.5014;
|
||||||
|
_this setPos [7471.6938, 5572.3574, 11.46374];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_26 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_Rock1", [7500.0537, 5573.8809, -12.877781], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_26 = _this;
|
||||||
|
_this setDir -123.37493;
|
||||||
|
_this setPos [7500.0537, 5573.8809, -12.877781];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_31 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7440.1509, 5567.709, -20.477165], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_31 = _this;
|
||||||
|
_this setDir 112.72851;
|
||||||
|
_this setPos [7440.1509, 5567.709, -20.477165];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_33 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7494.5361, 5608.7144, -20.709425], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_33 = _this;
|
||||||
|
_this setDir 290.17264;
|
||||||
|
_this setPos [7494.5361, 5608.7144, -20.709425];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_35 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_R2_RockWall", [7512.4141, 5583.6958, -12.249199], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_35 = _this;
|
||||||
|
_this setDir 171.5014;
|
||||||
|
_this setPos [7512.4141, 5583.6958, -12.249199];
|
||||||
|
};
|
||||||
|
|
||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
END CAVE.
|
||||||
|
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
processInitCommands;
|
||||||
998
TraderCitySources/13.Tavi/sabina.sqf
Normal file
998
TraderCitySources/13.Tavi/sabina.sqf
Normal file
@@ -0,0 +1,998 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Sabina Trader City
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_55 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15320.777, 9288.3916, 6.0081482e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_55 = _this;
|
||||||
|
_this setDir 90.515755;
|
||||||
|
_this setPos [15320.777, 9288.3916, 6.0081482e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_60 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15321.455, 9303.2891, 6.6757202e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_60 = _this;
|
||||||
|
_this setDir 92.610115;
|
||||||
|
_this setPos [15321.455, 9303.2891, 6.6757202e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_61 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15321.238, 9298.3008, 0.00011730194], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_61 = _this;
|
||||||
|
_this setDir 92.610115;
|
||||||
|
_this setPos [15321.238, 9298.3008, 0.00011730194];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_65 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15321.518, 9304.7539, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_65 = _this;
|
||||||
|
_this setDir 92.610115;
|
||||||
|
_this setPos [15321.518, 9304.7539, -9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_98 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15295.225, 9303.8564, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_98 = _this;
|
||||||
|
_this setDir 90.249794;
|
||||||
|
_this setPos [15295.225, 9303.8564, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_99 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15295.206, 9298.8652, 0.0001335144], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_99 = _this;
|
||||||
|
_this setDir 90.249794;
|
||||||
|
_this setPos [15295.206, 9298.8652, 0.0001335144];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_120 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15295.185, 9293.9053, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_120 = _this;
|
||||||
|
_this setDir 89.954651;
|
||||||
|
_this setPos [15295.185, 9293.9053, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_121 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15295.184, 9288.9482, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_121 = _this;
|
||||||
|
_this setDir 89.954651;
|
||||||
|
_this setPos [15295.184, 9288.9482, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_131 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15312.609, 9285.7324, -4.2915344e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_131 = _this;
|
||||||
|
_this setDir 0.15458804;
|
||||||
|
_this setPos [15312.609, 9285.7324, -4.2915344e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_135 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15317.564, 9285.7021, 5.7220459e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_135 = _this;
|
||||||
|
_this setDir 0.15458804;
|
||||||
|
_this setPos [15317.564, 9285.7021, 5.7220459e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_138 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15320.133, 9285.7021, -1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_138 = _this;
|
||||||
|
_this setDir 0.15458804;
|
||||||
|
_this setPos [15320.133, 9285.7021, -1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_142 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15297.771, 9285.7725, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_142 = _this;
|
||||||
|
_this setDir 0.0056765527;
|
||||||
|
_this setPos [15297.771, 9285.7725, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_143 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15302.741, 9285.7744, 2.3841858e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_143 = _this;
|
||||||
|
_this setDir 0.0056765527;
|
||||||
|
_this setPos [15302.741, 9285.7744, 2.3841858e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_147 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15295.184, 9288.4492, 2.8610229e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_147 = _this;
|
||||||
|
_this setDir 89.954651;
|
||||||
|
_this setPos [15295.184, 9288.4492, 2.8610229e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_150 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15317.918, 9253.1533, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_150 = _this;
|
||||||
|
_this setDir 0.64471769;
|
||||||
|
_this setPos [15317.918, 9253.1533, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_154 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15312.97, 9253.2021, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_154 = _this;
|
||||||
|
_this setDir 0.64471769;
|
||||||
|
_this setPos [15312.97, 9253.2021, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_158 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15312.98, 9268.1895, -2.8610229e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_158 = _this;
|
||||||
|
_this setDir 180.91391;
|
||||||
|
_this setPos [15312.98, 9268.1895, -2.8610229e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_159 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15317.93, 9268.127, -3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_159 = _this;
|
||||||
|
_this setDir 180.91391;
|
||||||
|
_this setPos [15317.93, 9268.127, -3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_163 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15310.282, 9255.9424, 4.863739e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_163 = _this;
|
||||||
|
_this setDir 89.864326;
|
||||||
|
_this setPos [15310.282, 9255.9424, 4.863739e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_169 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15310.282, 9265.502, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_169 = _this;
|
||||||
|
_this setDir 89.864326;
|
||||||
|
_this setPos [15310.282, 9265.502, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_171 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [15319.299, 9255.8398, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_171 = _this;
|
||||||
|
_this setDir 180.17828;
|
||||||
|
_this setPos [15319.299, 9255.8398, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_181 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [15316.929, 9255.627, -4.7683716e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_181 = _this;
|
||||||
|
_this setDir 180.17828;
|
||||||
|
_this setPos [15316.929, 9255.627, -4.7683716e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_184 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [15314.323, 9255.6992, 5.6266785e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_184 = _this;
|
||||||
|
_this setDir 180.17828;
|
||||||
|
_this setPos [15314.323, 9255.6992, 5.6266785e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_187 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [15311.896, 9255.707, 8.5830688e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_187 = _this;
|
||||||
|
_this setDir 180.17828;
|
||||||
|
_this setPos [15311.896, 9255.707, 8.5830688e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_191 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15314.607, 9260.7734, 3.7193298e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_191 = _this;
|
||||||
|
_this setPos [15314.607, 9260.7734, 3.7193298e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_193 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_TyreHeapEP1", [15317.385, 9266.2754, 2.3841858e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_193 = _this;
|
||||||
|
_this setDir 27.799181;
|
||||||
|
_this setPos [15317.385, 9266.2754, 2.3841858e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_194 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [15311.478, 9267.0205, -2.8610229e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_194 = _this;
|
||||||
|
_this setDir 82.999619;
|
||||||
|
_this setPos [15311.478, 9267.0205, -2.8610229e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_195 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_TankSmall2_EP1", [15315.854, 9269.958, 4.1007996e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_195 = _this;
|
||||||
|
_this setPos [15315.854, 9269.958, 4.1007996e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_202 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [15298.179, 9260.6738, 6.6757202e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_202 = _this;
|
||||||
|
_this setDir -91.25235;
|
||||||
|
_this setPos [15298.179, 9260.6738, 6.6757202e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_204 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Garbage_can", [15320.297, 9266.7813, 2.1934509e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_204 = _this;
|
||||||
|
_this setPos [15320.297, 9266.7813, 2.1934509e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_206 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15315.349, 9260.9678, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_206 = _this;
|
||||||
|
_this setPos [15315.349, 9260.9678, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_207 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15301.963, 9294.3203, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_207 = _this;
|
||||||
|
_this setPos [15301.963, 9294.3203, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_208 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15314.345, 9292.7852, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_208 = _this;
|
||||||
|
_this setPos [15314.345, 9292.7852, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_209 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15302.717, 9299.2119, 2.4795532e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_209 = _this;
|
||||||
|
_this setPos [15302.717, 9299.2119, 2.4795532e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_210 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15301.023, 9287.915, -3.528595e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_210 = _this;
|
||||||
|
_this setPos [15301.023, 9287.915, -3.528595e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_211 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15317.77, 9287.6494, -4.3869019e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_211 = _this;
|
||||||
|
_this setPos [15317.77, 9287.6494, -4.3869019e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_212 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15317.725, 9302.0684, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_212 = _this;
|
||||||
|
_this setPos [15317.725, 9302.0684, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_213 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15331.033, 9300.7148, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_213 = _this;
|
||||||
|
_this setPos [15331.033, 9300.7148, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_214 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_EP1", [15324.475, 9288.4463, 2.9563904e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_214 = _this;
|
||||||
|
_this setPos [15324.475, 9288.4463, 2.9563904e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_216 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [15313.601, 9305.1094, -1.8119812e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_216 = _this;
|
||||||
|
_this setDir -88.505386;
|
||||||
|
_this setPos [15313.601, 9305.1094, -1.8119812e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_218 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [15319.163, 9305.0117, -2.0027161e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_218 = _this;
|
||||||
|
_this setDir 90.485153;
|
||||||
|
_this setPos [15319.163, 9305.0117, -2.0027161e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_223 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [15312.401, 9305.4805, -3.8146973e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_223 = _this;
|
||||||
|
_this setDir -42.825432;
|
||||||
|
_this setPos [15312.401, 9305.4805, -3.8146973e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_224 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [15315.152, 9305.4971, 4.1007996e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_224 = _this;
|
||||||
|
_this setDir -32.575569;
|
||||||
|
_this setPos [15315.152, 9305.4971, 4.1007996e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_227 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [15320.155, 9304.9365, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_227 = _this;
|
||||||
|
_this setPos [15320.155, 9304.9365, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_230 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_stanek_3", [15296.271, 9287.4238, -3.6239624e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_230 = _this;
|
||||||
|
_this setDir 181.41994;
|
||||||
|
_this setPos [15296.271, 9287.4238, -3.6239624e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_233 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_F_postel_manz_kov", [15295.297, 9290.1885, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_233 = _this;
|
||||||
|
_this setPos [15295.297, 9290.1885, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_234 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_F_postel_manz_kov", [15295.287, 9292.4775, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_234 = _this;
|
||||||
|
_this setPos [15295.287, 9292.4775, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_237 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Sign_1L_Firstaid", [15295.925, 9288.417, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_237 = _this;
|
||||||
|
_this setDir -87.70282;
|
||||||
|
_this setPos [15295.925, 9288.417, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_240 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [15296.111, 9290.9082, 0.55206698], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_240 = _this;
|
||||||
|
_this setDir 171.45128;
|
||||||
|
_this setPos [15296.111, 9290.9082, 0.55206698];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_242 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [15296.297, 9293.3643, 0.53805345], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_242 = _this;
|
||||||
|
_this setDir 75.123222;
|
||||||
|
_this setPos [15296.297, 9293.3643, 0.53805345];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_245 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Bleacher_EP1", [15318.466, 9289.0801, -2.8610229e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_245 = _this;
|
||||||
|
_this setDir 180.45563;
|
||||||
|
_this setVehicleInit "this setVectorUp [0,0,0.1];";
|
||||||
|
_this setPos [15318.466, 9289.0801, -2.8610229e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_246 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [15300.364, 9305.377, -4.7683716e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_246 = _this;
|
||||||
|
_this setPos [15300.364, 9305.377, -4.7683716e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_251 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_kiosk_EP1", [15296.65, 9304.6963, -2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_251 = _this;
|
||||||
|
_this setDir 90.212479;
|
||||||
|
_this setPos [15296.65, 9304.6963, -2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_252 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_meat_EP1", [15296.68, 9301.4561, -1.8119812e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_252 = _this;
|
||||||
|
_this setDir -0.68331623;
|
||||||
|
_this setPos [15296.68, 9301.4561, -1.8119812e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_253 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_small_EP1", [15298.662, 9305.5176, -1.2397766e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_253 = _this;
|
||||||
|
_this setPos [15298.662, 9305.5176, -1.2397766e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_259 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Pile_of_wood", [15305.384, 9305.7676, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_259 = _this;
|
||||||
|
_this setDir 90.25602;
|
||||||
|
_this setPos [15305.384, 9305.7676, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_262 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15301.748, 9303.918, 2.8610229e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_262 = _this;
|
||||||
|
_this setDir 90.249794;
|
||||||
|
_this setPos [15301.748, 9303.918, 2.8610229e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_265 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15302.166, 9303.9102, 2.3841858e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_265 = _this;
|
||||||
|
_this setDir 270.0401;
|
||||||
|
_this setPos [15302.166, 9303.9102, 2.3841858e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_272 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15310.44, 9303.9434, -2.8610229e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_272 = _this;
|
||||||
|
_this setDir 90.249794;
|
||||||
|
_this setPos [15310.44, 9303.9434, -2.8610229e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_273 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Wall_CGry_5", [15310.86, 9303.9355, -6.6757202e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_273 = _this;
|
||||||
|
_this setDir 270.0401;
|
||||||
|
_this setPos [15310.86, 9303.9355, -6.6757202e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_276 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Paleta2", [15302.979, 9303.5957, 9.5367432e-007], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_276 = _this;
|
||||||
|
_this setDir 145.03464;
|
||||||
|
_this setPos [15302.979, 9303.5957, 9.5367432e-007];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_278 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_water", [15300.93, 9304.1191, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_278 = _this;
|
||||||
|
_this setPos [15300.93, 9304.1191, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_279 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["PowerGenerator_EP1", [15309.696, 9302.707, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_279 = _this;
|
||||||
|
_this setPos [15309.696, 9302.707, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_280 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Crates_stack_EP1", [15302.893, 9304.6592, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_280 = _this;
|
||||||
|
_this setPos [15302.893, 9304.6592, -9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_282 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [15303.147, 9301.9033, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_282 = _this;
|
||||||
|
_this setPos [15303.147, 9301.9033, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_283 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Axe_woodblock", [15306.797, 9305.4805, -8.5830688e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_283 = _this;
|
||||||
|
_this setDir 43.506084;
|
||||||
|
_this setPos [15306.797, 9305.4805, -8.5830688e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_284 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_crates_EP1", [15308.728, 9305.1543, 5.0544739e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_284 = _this;
|
||||||
|
_this setDir 2.00386;
|
||||||
|
_this setPos [15308.728, 9305.1543, 5.0544739e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_286 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Bleacher_EP1", [15314.546, 9289.1045, -0.00010871887], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_286 = _this;
|
||||||
|
_this setDir 180.41336;
|
||||||
|
_this setVehicleInit "this setVectorUp [0,0,0.1];";
|
||||||
|
_this setPos [15314.546, 9289.1045, -0.00010871887];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_290 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15295.058, 9285.7393, 9.5367432e-007], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_290 = _this;
|
||||||
|
_this setDir 44.351276;
|
||||||
|
_this setPos [15295.058, 9285.7393, 9.5367432e-007];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_292 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15310.219, 9268.1953, -2.4795532e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_292 = _this;
|
||||||
|
_this setDir 120.49051;
|
||||||
|
_this setPos [15310.219, 9268.1953, -2.4795532e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_294 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15310.172, 9253.2363, 6.8664551e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_294 = _this;
|
||||||
|
_this setDir 42.327377;
|
||||||
|
_this setPos [15310.172, 9253.2363, 6.8664551e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_296 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15319.574, 9285.0781, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_296 = _this;
|
||||||
|
_this setDir -8.1703615;
|
||||||
|
_this setPos [15319.574, 9285.0781, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_298 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15310.622, 9301.2432, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_298 = _this;
|
||||||
|
_this setDir -184.22141;
|
||||||
|
_this setPos [15310.622, 9301.2432, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_301 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15301.944, 9301.1641, 6.6757202e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_301 = _this;
|
||||||
|
_this setDir -184.22141;
|
||||||
|
_this setPos [15301.944, 9301.1641, 6.6757202e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_303 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15294.897, 9306.3242, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_303 = _this;
|
||||||
|
_this setDir -234.82903;
|
||||||
|
_this setPos [15294.897, 9306.3242, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_305 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15321.857, 9306.1865, 0.00010681152], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_305 = _this;
|
||||||
|
_this setDir -127.28098;
|
||||||
|
_this setPos [15321.857, 9306.1865, 0.00010681152];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_307 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15319.846, 9268.7441, 0.0001077652], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_307 = _this;
|
||||||
|
_this setDir -127.23702;
|
||||||
|
_this setPos [15319.846, 9268.7441, 0.0001077652];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_309 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ASC_EU_LHSOld", [15319.739, 9252.4873, 5.1498413e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_309 = _this;
|
||||||
|
_this setDir -28.009544;
|
||||||
|
_this setPos [15319.739, 9252.4873, 5.1498413e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_310 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [15298.046, 9260.6553, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_310 = _this;
|
||||||
|
_this setPos [15298.046, 9260.6553, 6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_312 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [15307.897, 9294.168, -6.5803528e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_312 = _this;
|
||||||
|
_this setPos [15307.897, 9294.168, -6.5803528e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_313 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [15319.734, 9260.5947, 5.7220459e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_313 = _this;
|
||||||
|
_this setDir 91.152237;
|
||||||
|
_this setPos [15319.734, 9260.5947, 5.7220459e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_314 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [15312.367, 9301.5518, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_314 = _this;
|
||||||
|
_this setDir 2.5187917;
|
||||||
|
_this setPos [15312.367, 9301.5518, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_316 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [15319.875, 9301.2529, 5.9127808e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_316 = _this;
|
||||||
|
_this setDir 2.5187917;
|
||||||
|
_this setPos [15319.875, 9301.2529, 5.9127808e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_322 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [15288.68, 9319.8398, 5.3405762e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_322 = _this;
|
||||||
|
_this setDir 89.963875;
|
||||||
|
_this setPos [15288.68, 9319.8398, 5.3405762e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_327 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [15281.566, 9319.8672, -5.1498413e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_327 = _this;
|
||||||
|
_this setDir 89.963875;
|
||||||
|
_this setPos [15281.566, 9319.8672, -5.1498413e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_330 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Cargo2E", [15318.155, 9275.0459, -2.8610229e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_330 = _this;
|
||||||
|
_this setDir -0.46889898;
|
||||||
|
_this setPos [15318.155, 9275.0459, -2.8610229e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_334 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Cargo2E_EP1", [15318.13, 9281.5625, 5.8174133e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_334 = _this;
|
||||||
|
_this setDir -0.8014707;
|
||||||
|
_this setPos [15318.13, 9281.5625, 5.8174133e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_338 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15322.849, 9305.751, -5.6266785e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_338 = _this;
|
||||||
|
_this setPos [15322.849, 9305.751, -5.6266785e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_340 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15324.012, 9305.7412, -3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_340 = _this;
|
||||||
|
_this setPos [15324.012, 9305.7412, -3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_342 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15325.19, 9305.7354, 5.0544739e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_342 = _this;
|
||||||
|
_this setPos [15325.19, 9305.7354, 5.0544739e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_347 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15326.354, 9305.7373, -3.7193298e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_347 = _this;
|
||||||
|
_this setPos [15326.354, 9305.7373, -3.7193298e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_348 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15327.518, 9305.7275, -1.2397766e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_348 = _this;
|
||||||
|
_this setPos [15327.518, 9305.7275, -1.2397766e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_349 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [15328.697, 9305.7217, 7.0571899e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_349 = _this;
|
||||||
|
_this setPos [15328.697, 9305.7217, 7.0571899e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_353 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_palletsfoiled_heap", [15333.793, 9303.8281, -1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_353 = _this;
|
||||||
|
_this setDir -48.139397;
|
||||||
|
_this setPos [15333.793, 9303.8281, -1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_354 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_GContainer_Big", [15323.181, 9299.29, -2.3841858e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_354 = _this;
|
||||||
|
_this setDir 93.068214;
|
||||||
|
_this setPos [15323.181, 9299.29, -2.3841858e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_362 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_acer2s", [15329.487, 9292.1826, -9.4413757e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_362 = _this;
|
||||||
|
_this setDir -39.280922;
|
||||||
|
_this setPos [15329.487, 9292.1826, -9.4413757e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_363 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_betula2w", [15280.789, 9287.6914, -6.0081482e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_363 = _this;
|
||||||
|
_this setPos [15280.789, 9287.6914, -6.0081482e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_366 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_fagus2s", [15332.433, 9233.4629, -4.2915344e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_366 = _this;
|
||||||
|
_this setDir 78.612289;
|
||||||
|
_this setPos [15332.433, 9233.4629, -4.2915344e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_367 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_fagus2W", [15322.291, 9211.5547, -3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_367 = _this;
|
||||||
|
_this setPos [15322.291, 9211.5547, -3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_368 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_fraxinus2W", [15299.166, 9233.8564, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_368 = _this;
|
||||||
|
_this setPos [15299.166, 9233.8564, 6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_369 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_fraxinus2s", [15284.644, 9220.7021], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_369 = _this;
|
||||||
|
_this setPos [15284.644, 9220.7021];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_373 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_pyrus2s", [15316.156, 9232.5186, -4.7683716e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_373 = _this;
|
||||||
|
_this setPos [15316.156, 9232.5186, -4.7683716e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_378 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_salix2s", [15280.138, 9259.5938, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_378 = _this;
|
||||||
|
_this setPos [15280.138, 9259.5938, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_379 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_sorbus2s", [15310.393, 9273.4219, 7.6293945e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_379 = _this;
|
||||||
|
_this setDir -79.565323;
|
||||||
|
_this setPos [15310.393, 9273.4219, 7.6293945e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_380 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_t_malus1s", [15303.567, 9280.6113, -8.5830688e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_380 = _this;
|
||||||
|
_this setDir 55.86935;
|
||||||
|
_this setPos [15303.567, 9280.6113, -8.5830688e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_383 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_PowerGenerator", [15313.835, 9267.5029, 4.7683716e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_383 = _this;
|
||||||
|
_this setDir -269.2923;
|
||||||
|
_this setPos [15313.835, 9267.5029, 4.7683716e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_386 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_leseni4x", [15276.574, 9238.1963, -0.21712506], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_386 = _this;
|
||||||
|
_this setDir -88.721489;
|
||||||
|
_this setPos [15276.574, 9238.1963, -0.21712506];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_388 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Scaffolding", [15336.585, 9263.1348, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_388 = _this;
|
||||||
|
_this setDir -180.16258;
|
||||||
|
_this setPos [15336.585, 9263.1348, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_402 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Misc_Cargo2E", [15280.826, 9232.9629, 3.6239624e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_402 = _this;
|
||||||
|
_this setDir -26.822863;
|
||||||
|
_this setPos [15280.826, 9232.9629, 3.6239624e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_407 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_hut06", [15280.983, 9251.1631, 3.8146973e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_407 = _this;
|
||||||
|
_this setDir -64.635895;
|
||||||
|
_this setPos [15280.983, 9251.1631, 3.8146973e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_411 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Shed_M03", [15324.563, 9288.0449, 3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_411 = _this;
|
||||||
|
_this setDir -89.325211;
|
||||||
|
_this setPos [15324.563, 9288.0449, 3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_413 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Shed_M02", [15293.293, 9309.1162, -2.5749207e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_413 = _this;
|
||||||
|
_this setPos [15293.293, 9309.1162, -2.5749207e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_415 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["MAP_Shed_W02", [15294.364, 9208.4922, -4.1007996e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_415 = _this;
|
||||||
|
_this setDir 109.95302;
|
||||||
|
_this setPos [15294.364, 9208.4922, -4.1007996e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_416 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [15309.999, 9301.1924, -1.2397766e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_416 = _this;
|
||||||
|
_this setDir 12.315737;
|
||||||
|
_this setPos [15309.999, 9301.1924, -1.2397766e-005];
|
||||||
|
};
|
||||||
894
TraderCitySources/13.Tavi/wholesalers.sqf
Normal file
894
TraderCitySources/13.Tavi/wholesalers.sqf
Normal file
@@ -0,0 +1,894 @@
|
|||||||
|
/*---------------------------------------------------------------------------
|
||||||
|
Wholesale Vendors
|
||||||
|
Author: AVendettaForYou
|
||||||
|
Date: 12/11/13
|
||||||
|
If modified && released give credits where due thank you
|
||||||
|
---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
_vehicle_0 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_BoardsPack1", [13344.113, 8610.1904], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_0 = _this;
|
||||||
|
_this setDir 43.984802;
|
||||||
|
_this setPos [13344.113, 8610.1904];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_2 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_concrete_High", [13339.755, 8613.7715], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_2 = _this;
|
||||||
|
_this setDir 226.31941;
|
||||||
|
_this setPos [13339.755, 8613.7715];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_406 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [9866.2803, 7474.228, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_406 = _this;
|
||||||
|
_this setDir 69.263237;
|
||||||
|
_this setPos [9866.2803, 7474.228, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_408 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [9861.501, 7465.1348, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_408 = _this;
|
||||||
|
_this setDir 159.26053;
|
||||||
|
_this setPos [9861.501, 7465.1348, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_411 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier10xTall", [9853.2363, 7469.1172, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_411 = _this;
|
||||||
|
_this setDir 250.24271;
|
||||||
|
_this setPos [9853.2363, 7469.1172, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_416 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier5x", [9860.0977, 7479.7085, -0.10219753], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_416 = _this;
|
||||||
|
_this setDir -20.1182;
|
||||||
|
_this setPos [9860.0977, 7479.7085, -0.10219753];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_418 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier5x", [9860.4102, 7478.8989, 1.1570044], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_418 = _this;
|
||||||
|
_this setDir -21.16807;
|
||||||
|
_this setPos [9860.4102, 7478.8989, 1.1570044];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_421 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Base_WarfareBBarrier5x", [9860.7705, 7478.1689, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_421 = _this;
|
||||||
|
_this setDir -21.868162;
|
||||||
|
_this setPos [9860.7705, 7478.1689, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_424 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Barrels", [9853.8594, 7471.8438, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_424 = _this;
|
||||||
|
_this setPos [9853.8594, 7471.8438, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_425 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_BoardsPack1", [9856.1465, 7466.1768, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_425 = _this;
|
||||||
|
_this setDir -21.363455;
|
||||||
|
_this setPos [9856.1465, 7466.1768, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_426 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_BoardsPack2", [9862.1055, 7476.6934, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_426 = _this;
|
||||||
|
_this setDir 69.966614;
|
||||||
|
_this setPos [9862.1055, 7476.6934, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_427 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Cargo2E_EP1", [9864.0166, 7468.3477, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_427 = _this;
|
||||||
|
_this setDir 69.430077;
|
||||||
|
_this setPos [9864.0166, 7468.3477, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_428 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Coil_EP1", [9859.0078, 7467.1992, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_428 = _this;
|
||||||
|
_this setPos [9859.0078, 7467.1992, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_429 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_concrete_High", [9858.9658, 7475.5132, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_429 = _this;
|
||||||
|
_this setDir 70.7006;
|
||||||
|
_this setPos [9858.9658, 7475.5132, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_430 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [9863.7129, 7471.3906], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_430 = _this;
|
||||||
|
_this setDir 68.63279;
|
||||||
|
_this setPos [9863.7129, 7471.3906];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_444 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HMMWVWreck", [9910.6328, 7528.5273, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_444 = _this;
|
||||||
|
_this setPos [9910.6328, 7528.5273, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_445 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [9915.3955, 7514.9697, -0.17721558], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_445 = _this;
|
||||||
|
_this setPos [9915.3955, 7514.9697, -0.17721558];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_446 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UralWreck", [9898.6436, 7500.2437, -0.073135376], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_446 = _this;
|
||||||
|
_this setDir -94.42276;
|
||||||
|
_this setPos [9898.6436, 7500.2437, -0.073135376];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_447 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9915.208, 7528.54, -0.0077667236], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_447 = _this;
|
||||||
|
_this setPos [9915.208, 7528.54, -0.0077667236];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_448 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9908.1953, 7514.0947, -0.16438293], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_448 = _this;
|
||||||
|
_this setPos [9908.1953, 7514.0947, -0.16438293];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_449 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9923.8896, 7521.7852, -0.15834045], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_449 = _this;
|
||||||
|
_this setPos [9923.8896, 7521.7852, -0.15834045];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_450 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9918.9424, 7520.7158, -0.17095947], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_450 = _this;
|
||||||
|
_this setPos [9918.9424, 7520.7158, -0.17095947];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_451 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9914.2148, 7517.999, -0.17510986], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_451 = _this;
|
||||||
|
_this setPos [9914.2148, 7517.999, -0.17510986];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_452 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9910.002, 7521.0498, -0.14830017], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_452 = _this;
|
||||||
|
_this setPos [9910.002, 7521.0498, -0.14830017];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_453 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9909.877, 7527.0859, -0.027389526], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_453 = _this;
|
||||||
|
_this setPos [9909.877, 7527.0859, -0.027389526];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_454 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9913.1572, 7523.6895, -0.10113525], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_454 = _this;
|
||||||
|
_this setPos [9913.1572, 7523.6895, -0.10113525];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_455 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9927.9014, 7522.0391, -0.16041565], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_455 = _this;
|
||||||
|
_this setPos [9927.9014, 7522.0391, -0.16041565];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_456 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9927.7764, 7528.0752, -0.039489746], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_456 = _this;
|
||||||
|
_this setPos [9927.7764, 7528.0752, -0.039489746];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_471 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [9904.1914, 7513.8794, -0.17556763], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_471 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9904.1914, 7513.8794, -0.17556763];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_472 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UralWreck", [9889.4561, 7511.9502, -0.030487061], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_472 = _this;
|
||||||
|
_this setDir -182.72318;
|
||||||
|
_this setPos [9889.4561, 7511.9502, -0.030487061];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_473 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9890.6191, 7514.0942, -0.0077209473], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_473 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9890.6191, 7514.0942, -0.0077209473];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_474 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9904.8516, 7506.6558, -0.16273499], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_474 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9904.8516, 7506.6558, -0.16273499];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_475 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9897.6299, 7522.5732, -0.07598877], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_475 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9897.6299, 7522.5732, -0.07598877];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_476 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9898.5508, 7517.5942, -0.17094421], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_476 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9898.5508, 7517.5942, -0.17094421];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_477 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9901.126, 7512.79, -0.17344666], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_477 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9901.126, 7512.79, -0.17344666];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_478 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9897.9551, 7508.6694, -0.14828491], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_478 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9897.9551, 7508.6694, -0.14828491];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_479 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9891.916, 7508.7231, -0.02734375], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_479 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9891.916, 7508.7231, -0.02734375];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_480 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9895.4072, 7511.9014, -0.10112], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_480 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9895.4072, 7511.9014, -0.10112];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_481 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9897.4941, 7526.5908, 0.089553833], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_481 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9897.4941, 7526.5908, 0.089553833];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_482 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9891.459, 7526.6445, 0.20524597], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_482 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [9891.459, 7526.6445, 0.20524597];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_496 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HMMWVWreck", [9939.9385, 7542.936, 0.00012207031], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_496 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9939.9385, 7542.936, 0.00012207031];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_497 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [9930.0469, 7532.5107, -0.0082397461], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_497 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9930.0469, 7532.5107, -0.0082397461];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_498 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UralWreck", [9961.1182, 7534.4238, -0.021728516], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_498 = _this;
|
||||||
|
_this setDir -31.570511;
|
||||||
|
_this setPos [9961.1182, 7534.4238, -0.021728516];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_499 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9942.0381, 7538.8711, -0.0078582764], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_499 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9942.0381, 7538.8711, -0.0078582764];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_500 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9925.9814, 7538.52, 0.0045928955], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_500 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9925.9814, 7538.52, 0.0045928955];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_501 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9939.9883, 7528.0625, -0.023361206], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_501 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9939.9883, 7528.0625, -0.023361206];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_502 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9936.7803, 7531.9766, -0.014587402], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_502 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9936.7803, 7531.9766, -0.014587402];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_503 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9932.2051, 7534.9448, -0.0061340332], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_503 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9932.2051, 7534.9448, -0.0061340332];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_504 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9932.9951, 7540.0859, 0.0013885498], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_504 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9932.9951, 7540.0859, 0.0013885498];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_505 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9938.3096, 7542.9512, 0.0015869141], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_505 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9938.3096, 7542.9512, 0.0015869141];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_506 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9936.7842, 7538.4829, -0.0042419434], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_506 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9936.7842, 7538.4829, -0.0042419434];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_507 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9942.043, 7524.6089, -0.030502319], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_507 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9942.043, 7524.6089, -0.030502319];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_508 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [9947.3574, 7527.4751, -0.030303955], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_508 = _this;
|
||||||
|
_this setDir 62.852249;
|
||||||
|
_this setPos [9947.3574, 7527.4751, -0.030303955];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_522 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UH1Wreck", [9927.7949, 7526.7617, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_522 = _this;
|
||||||
|
_this setDir 32.683964;
|
||||||
|
_this setPos [9927.7949, 7526.7617, -3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_523 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["hiluxWreck", [9913.4883, 7504.3281, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_523 = _this;
|
||||||
|
_this setDir 47.905163;
|
||||||
|
_this setPos [9913.4883, 7504.3281, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_524 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["datsun02Wreck", [9883.6523, 7521.2778, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_524 = _this;
|
||||||
|
_this setDir -42.939289;
|
||||||
|
_this setPos [9883.6523, 7521.2778, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_526 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_BoardsPack1", [9854.9219, 7469.5288, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_526 = _this;
|
||||||
|
_this setDir -20.974491;
|
||||||
|
_this setPos [9854.9219, 7469.5288, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_529 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Barrels", [9856.9863, 7468.9097, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_529 = _this;
|
||||||
|
_this setPos [9856.9863, 7468.9097, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_530 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [13342.566, 8614.9238, 0.41473824], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_530 = _this;
|
||||||
|
_this setPos [13342.566, 8614.9238, 0.41473824];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_532 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel_burning", [9862.8281, 7474.4443], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_532 = _this;
|
||||||
|
_this setPos [9862.8281, 7474.4443];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_983 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["76n6ClamShell", [13352.814, 8661.5283, 0.054087326], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_983 = _this;
|
||||||
|
_this setDir -81.131363;
|
||||||
|
_this setPos [13352.814, 8661.5283, 0.054087326];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_995 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UH1Wreck", [13367.243, 8621.4385], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_995 = _this;
|
||||||
|
_this setPos [13367.243, 8621.4385];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_996 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["hiluxWreck", [13397.205, 8626.4434, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_996 = _this;
|
||||||
|
_this setPos [13397.205, 8626.4434, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_997 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HMMWVWreck", [13397.896, 8646.9229, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_997 = _this;
|
||||||
|
_this setDir 177.1848;
|
||||||
|
_this setPos [13397.896, 8646.9229, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_998 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["datsun02Wreck", [13392.606, 8673.1816, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_998 = _this;
|
||||||
|
_this setDir -83.100327;
|
||||||
|
_this setPos [13392.606, 8673.1816, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_999 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UAZWreck", [13443.065, 8636.2051, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_999 = _this;
|
||||||
|
_this setPos [13443.065, 8636.2051, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1000 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["UralWreck", [13430.23, 8613.0166, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1000 = _this;
|
||||||
|
_this setDir -99.586914;
|
||||||
|
_this setPos [13430.23, 8613.0166, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1002 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body1", [13442.112, 8622.8877, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1002 = _this;
|
||||||
|
_this setPos [13442.112, 8622.8877, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1003 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body1", [13413.91, 8621.1582, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1003 = _this;
|
||||||
|
_this setDir 92.6726;
|
||||||
|
_this setPos [13413.91, 8621.1582, 6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1004 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [13407.348, 8654.4043], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1004 = _this;
|
||||||
|
_this setDir 75.475266;
|
||||||
|
_this setPos [13407.348, 8654.4043];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1006 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [13389.887, 8687.1563, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1006 = _this;
|
||||||
|
_this setDir 75.475266;
|
||||||
|
_this setPos [13389.887, 8687.1563, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1009 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body2", [13372.06, 8650.4932], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1009 = _this;
|
||||||
|
_this setDir 152.27715;
|
||||||
|
_this setPos [13372.06, 8650.4932];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1011 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body1", [13385.826, 8659.5811], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1011 = _this;
|
||||||
|
_this setPos [13385.826, 8659.5811];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1013 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Body1", [13411.919, 8668.6914, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1013 = _this;
|
||||||
|
_this setPos [13411.919, 8668.6914, -3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1015 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_stack_EP1", [13342.742, 8625.3506, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1015 = _this;
|
||||||
|
_this setPos [13342.742, 8625.3506, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1016 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_Barricade", [13386.949, 8651.1963], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1016 = _this;
|
||||||
|
_this setPos [13386.949, 8651.1963];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1018 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_Barricade", [13447.97, 8623.2393, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1018 = _this;
|
||||||
|
_this setDir -97.747459;
|
||||||
|
_this setPos [13447.97, 8623.2393, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1026 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13381.251, 8668.7422, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1026 = _this;
|
||||||
|
_this setPos [13381.251, 8668.7422, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1027 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [13377.247, 8668.5273, 0.15328979], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1027 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13377.247, 8668.5273, 0.15328979];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1028 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13371.606, 8672.2422, 0.24867249], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1028 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13371.606, 8672.2422, 0.24867249];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1029 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13374.182, 8667.4375, 0.29978943], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1029 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13374.182, 8667.4375, 0.29978943];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1030 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13368.463, 8666.5488, 0.42675781], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1030 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13368.463, 8666.5488, 0.42675781];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1036 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13407.673, 8663.3984, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1036 = _this;
|
||||||
|
_this setPos [13407.673, 8663.3984, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1037 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [13403.669, 8663.1836, 0.14686584], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1037 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13403.669, 8663.1836, 0.14686584];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1038 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13398.028, 8666.8984, 0.2363739], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1038 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13398.028, 8666.8984, 0.2363739];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1039 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13400.604, 8662.0938, 0.28845215], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1039 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13400.604, 8662.0938, 0.28845215];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1040 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13394.885, 8661.2051, 0.41445923], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1040 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13394.885, 8661.2051, 0.41445923];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1046 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13414.844, 8638.1494, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1046 = _this;
|
||||||
|
_this setPos [13414.844, 8638.1494, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1047 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [13410.84, 8637.9336, 0.1468811], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1047 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13410.84, 8637.9336, 0.1468811];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1048 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13405.199, 8641.6484, 0.23323059], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1048 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13405.199, 8641.6484, 0.23323059];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1049 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13407.774, 8636.8447, 0.28846741], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1049 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13407.774, 8636.8447, 0.28846741];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1050 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13402.056, 8635.9561, 0.40629578], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1050 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13402.056, 8635.9561, 0.40629578];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1056 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13434.634, 8621.7734, 6.1035156e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1056 = _this;
|
||||||
|
_this setPos [13434.634, 8621.7734, 6.1035156e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1057 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [13430.63, 8621.5586, 0.14692688], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1057 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13430.63, 8621.5586, 0.14692688];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1058 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13424.989, 8625.2734, 0.23327637], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1058 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13424.989, 8625.2734, 0.23327637];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1059 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13427.564, 8620.4688, 0.28851318], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1059 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13427.564, 8620.4688, 0.28851318];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1060 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13421.846, 8619.5801, 0.40634155], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1060 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13421.846, 8619.5801, 0.40634155];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1066 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13450.188, 8638.6621, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1066 = _this;
|
||||||
|
_this setPos [13450.188, 8638.6621, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1067 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish4", [13446.184, 8638.4473, 0.14718628], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1067 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13446.184, 8638.4473, 0.14718628];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1068 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13440.543, 8642.1621, 0.23353577], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1068 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13440.543, 8642.1621, 0.23353577];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1069 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13443.118, 8637.3574, 0.28877258], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1069 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13443.118, 8637.3574, 0.28877258];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_1070 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Rubbish3", [13437.399, 8636.4688, 0.40660095], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_1070 = _this;
|
||||||
|
_this setDir -88.30043;
|
||||||
|
_this setPos [13437.399, 8636.4688, 0.40660095];
|
||||||
|
};
|
||||||
1273
TraderCitySources/15.Namalsk/mission.sqf
Normal file
1273
TraderCitySources/15.Namalsk/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
1397
TraderCitySources/16.Panthera2/mission.sqf
Normal file
1397
TraderCitySources/16.Panthera2/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
3120
TraderCitySources/17.Chernarus/mission.sqf
Normal file
3120
TraderCitySources/17.Chernarus/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
1657
TraderCitySources/19.FDF_Isle1_a/mission.sqf
Normal file
1657
TraderCitySources/19.FDF_Isle1_a/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
530
TraderCitySources/2.Utes/mission.sqf
Normal file
530
TraderCitySources/2.Utes/mission.sqf
Normal file
@@ -0,0 +1,530 @@
|
|||||||
|
_vehicle_92 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["CDF_WarfareBVehicleServicePoint", [4025.6907, 2908.1194, 5.1498413e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_92 = _this;
|
||||||
|
_this setDir 258.08118;
|
||||||
|
_this setPos [4025.6907, 2908.1194, 5.1498413e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_102 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [4012.5, 2916.2891, 0.00010299683], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_102 = _this;
|
||||||
|
_this setDir 197.64871;
|
||||||
|
_this setPos [4012.5, 2916.2891, 0.00010299683];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Well_C_EP1", [4021.4529, 2896.2212, 0.0003490448], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_104 = _this;
|
||||||
|
_this setDir 217.9931;
|
||||||
|
_this setPos [4021.4529, 2896.2212, 0.0003490448];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_109 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [4012.4514, 2889.9351, -5.3405762e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_109 = _this;
|
||||||
|
_this setDir 217.9931;
|
||||||
|
_this setPos [4012.4514, 2889.9351, -5.3405762e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_110 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4014.3674, 2895.147, 0.00026893616], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_110 = _this;
|
||||||
|
_this setDir 217.9931;
|
||||||
|
_this setPos [4014.3674, 2895.147, 0.00026893616];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_119 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4015.436, 2888.7407, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_119 = _this;
|
||||||
|
_this setDir 121.70435;
|
||||||
|
_this setPos [4015.436, 2888.7407, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_121 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Campfire", [4050.1423, 2874.9639, -4.7683716e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_121 = _this;
|
||||||
|
_this setDir 220.05432;
|
||||||
|
_this setPos [4050.1423, 2874.9639, -4.7683716e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_122 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_EP1", [4012.9688, 2890.4353, -5.1498413e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_122 = _this;
|
||||||
|
_this setDir 261.60434;
|
||||||
|
_this setPos [4012.9688, 2890.4353, -5.1498413e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_131 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Barrel_water", [4012.0623, 2891.2166, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_131 = _this;
|
||||||
|
_this setDir 217.9931;
|
||||||
|
_this setPos [4012.0623, 2891.2166, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_137 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_small_EP1", [4015.7219, 2893.5242, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_137 = _this;
|
||||||
|
_this setDir 259.97235;
|
||||||
|
_this setPos [4015.7219, 2893.5242, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_142 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Crates_stack_EP1", [4011.8152, 2894.2056, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_142 = _this;
|
||||||
|
_this setDir 169.90182;
|
||||||
|
_this setPos [4011.8152, 2894.2056, -2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_146 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Gunrack2", [4027.1052, 2889.6902, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_146 = _this;
|
||||||
|
_this setDir 384.36307;
|
||||||
|
_this setPos [4027.1052, 2889.6902, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_151 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_stand_meat_EP1", [4012.54, 2892.9128, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_151 = _this;
|
||||||
|
_this setDir 259.97116;
|
||||||
|
_this setPos [4012.54, 2892.9128, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_153 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_crates_EP1", [4029.2156, 2887.863, -1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_153 = _this;
|
||||||
|
_this setDir 161.36229;
|
||||||
|
_this setPos [4029.2156, 2887.863, -1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_157 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [4030.0212, 2894.5513, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_157 = _this;
|
||||||
|
_this setDir 275.12604;
|
||||||
|
_this setPos [4030.0212, 2894.5513, -2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_158 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [4028.688, 2895.6108, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_158 = _this;
|
||||||
|
_this setDir 275.12604;
|
||||||
|
_this setPos [4028.688, 2895.6108, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_159 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Small", [4030.3958, 2892.7344, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_159 = _this;
|
||||||
|
_this setDir 275.12604;
|
||||||
|
_this setPos [4030.3958, 2892.7344, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_165 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Gunrack1", [4028.3096, 2889.3672, 3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_165 = _this;
|
||||||
|
_this setDir 425.41;
|
||||||
|
_this setPos [4028.3096, 2889.3672, 3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_169 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldTable", [4024.6101, 2890.2097, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_169 = _this;
|
||||||
|
_this setDir 305.57144;
|
||||||
|
_this setPos [4024.6101, 2890.2097, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_170 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4026.1899, 2889.1526, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_170 = _this;
|
||||||
|
_this setDir 140.21655;
|
||||||
|
_this setPos [4026.1899, 2889.1526, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_172 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldTable", [4026.8833, 2894.4133, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_172 = _this;
|
||||||
|
_this setDir 290.23499;
|
||||||
|
_this setPos [4026.8833, 2894.4133, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_175 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4028.4377, 2893.2314, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_175 = _this;
|
||||||
|
_this setDir 150.9807;
|
||||||
|
_this setPos [4028.4377, 2893.2314, 1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_178 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [4016.9031, 2885.6904, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_178 = _this;
|
||||||
|
_this setDir 208.17784;
|
||||||
|
_this setPos [4016.9031, 2885.6904, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_187 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Axe_woodblock", [4012.2336, 2895.1296, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_187 = _this;
|
||||||
|
_this setDir 400.72034;
|
||||||
|
_this setPos [4012.2336, 2895.1296, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_188 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Pile_of_wood", [4011.396, 2898.5566, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_188 = _this;
|
||||||
|
_this setDir 356.23578;
|
||||||
|
_this setPos [4011.396, 2898.5566, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_195 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Crates_EP1", [4022.4785, 2889.937, -2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_195 = _this;
|
||||||
|
_this setDir 106.6861;
|
||||||
|
_this setPos [4022.4785, 2889.937, -2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_196 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["WoodChair", [4016.345, 2885.5608, 6.8664551e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_196 = _this;
|
||||||
|
_this setDir 238.8746;
|
||||||
|
_this setPos [4016.345, 2885.5608, 6.8664551e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_197 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Water_pipe_EP1", [4017.0591, 2885.23, -1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_197 = _this;
|
||||||
|
_this setDir 122.34731;
|
||||||
|
_this setPos [4017.0591, 2885.23, -1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_207 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_crates_EP1", [4026.9253, 2886.9719, 2.8610229e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_207 = _this;
|
||||||
|
_this setDir 249.20943;
|
||||||
|
_this setPos [4026.9253, 2886.9719, 2.8610229e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_220 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Desk", [4014.3704, 2903.3914, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_220 = _this;
|
||||||
|
_this setDir 269.05447;
|
||||||
|
_this setPos [4014.3704, 2903.3914, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_221 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4012.9309, 2903.5608, 4.0054321e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_221 = _this;
|
||||||
|
_this setDir 307.32248;
|
||||||
|
_this setPos [4012.9309, 2903.5608, 4.0054321e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_226 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Canister_EP1", [4020.908, 2914.3606, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_226 = _this;
|
||||||
|
_this setDir 490.82101;
|
||||||
|
_this setPos [4020.908, 2914.3606, 2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_236 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_tires_EP1", [4014.2007, 2918.908, 4.3869019e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_236 = _this;
|
||||||
|
_this setDir 301.07266;
|
||||||
|
_this setPos [4014.2007, 2918.908, 4.3869019e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_243 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Hedgehog_EP1", [4026.8149, 2897.3687, 5.9127808e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_243 = _this;
|
||||||
|
_this setDir 264.90128;
|
||||||
|
_this setPos [4026.8149, 2897.3687, 5.9127808e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_255 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Cargo2E_EP1", [3939.6763, 2879.4685, -8.8691711e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_255 = _this;
|
||||||
|
_this setPos [3939.6763, 2879.4685, -8.8691711e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_256 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Cargo1B_military", [3957.731, 2867.2271, 0.0001912117], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_256 = _this;
|
||||||
|
_this setDir -39.256943;
|
||||||
|
_this setPos [3957.731, 2867.2271, 0.0001912117];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_257 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [3933.9258, 2885.6702, 6.9856644e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_257 = _this;
|
||||||
|
_this setPos [3933.9258, 2885.6702, 6.9856644e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_260 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["USMC_WarfareBContructionSite", [3985.821, 2811.6047, 2.5510788e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_260 = _this;
|
||||||
|
_this setPos [3985.821, 2811.6047, 2.5510788e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_261 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["VaultStorageLocked", [4012.2109, 2902.4836, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_261 = _this;
|
||||||
|
_this setDir 242.3795;
|
||||||
|
_this setPos [4012.2109, 2902.4836, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_279 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Hedgehog_EP1", [4016.8569, 2918.5476, -5.531311e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_279 = _this;
|
||||||
|
_this setDir 217.9931;
|
||||||
|
_this setPos [4016.8569, 2918.5476, -5.531311e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_280 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4025.7297, 2892.1794, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_280 = _this;
|
||||||
|
_this setDir 238.901;
|
||||||
|
_this setPos [4025.7297, 2892.1794, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_282 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4019.0789, 2919.3271, 6.6757202e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_282 = _this;
|
||||||
|
_this setDir 302.39758;
|
||||||
|
_this setPos [4019.0789, 2919.3271, 6.6757202e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_288 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4013.6316, 2901.5859, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_288 = _this;
|
||||||
|
_this setDir 402.96042;
|
||||||
|
_this setPos [4013.6316, 2901.5859, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_289 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4019.8628, 2887.5583, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_289 = _this;
|
||||||
|
_this setDir 77.329292;
|
||||||
|
_this setPos [4019.8628, 2887.5583, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_291 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4019.9651, 2886.2117], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_291 = _this;
|
||||||
|
_this setDir 94.467751;
|
||||||
|
_this setPos [4019.9651, 2886.2117];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_294 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4019.6707, 2884.948, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_294 = _this;
|
||||||
|
_this setDir 114.13088;
|
||||||
|
_this setPos [4019.6707, 2884.948, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_297 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Park_bench1", [4016.2471, 2883.8225, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_297 = _this;
|
||||||
|
_this setDir 207.8909;
|
||||||
|
_this setPos [4016.2471, 2883.8225, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_299 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["RoadBarrier_long", [4029.3474, 2898.0195, 5.7220459e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_299 = _this;
|
||||||
|
_this setDir 401.93991;
|
||||||
|
_this setPos [4029.3474, 2898.0195, 5.7220459e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_307 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ACamp", [4047.0884, 2870.7549, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_307 = _this;
|
||||||
|
_this setDir 124.35175;
|
||||||
|
_this setPos [4047.0884, 2870.7549, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_308 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ACamp_EP1", [4054.0229, 2871.2859, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_308 = _this;
|
||||||
|
_this setDir 46.300552;
|
||||||
|
_this setPos [4054.0229, 2871.2859, 1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_309 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_A_tent", [4047.5942, 2878.866, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_309 = _this;
|
||||||
|
_this setDir 31.747168;
|
||||||
|
_this setPos [4047.5942, 2878.866, 4.5776367e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_312 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [4052.3337, 2874.3765], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_312 = _this;
|
||||||
|
_this setDir 90.478432;
|
||||||
|
_this setPos [4052.3337, 2874.3765];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_318 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [4010.7776, 2905.321, 3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_318 = _this;
|
||||||
|
_this setDir 90.798332;
|
||||||
|
_this setPos [4010.7776, 2905.321, 3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_320 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [4010.6704, 2909.3513, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_320 = _this;
|
||||||
|
_this setDir 90.978882;
|
||||||
|
_this setPos [4010.6704, 2909.3513, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_322 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock", [4010.7295, 2913.8123, 8.392334e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_322 = _this;
|
||||||
|
_this setDir 91.328293;
|
||||||
|
_this setPos [4010.7295, 2913.8123, 8.392334e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_324 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CncBlock_D", [4010.54, 2900.9888, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_324 = _this;
|
||||||
|
_this setDir 91.165634;
|
||||||
|
_this setPos [4010.54, 2900.9888, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_325 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_StoneWall_EP1", [4022.833, 2882.9778, 5.3405762e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_325 = _this;
|
||||||
|
_this setDir -17.04833;
|
||||||
|
_this setPos [4022.833, 2882.9778, 5.3405762e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_335 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["T72Wreck", [4022.6077, 2917.0369, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_335 = _this;
|
||||||
|
_this setDir -19.630575;
|
||||||
|
_this setPos [4022.6077, 2917.0369, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_336 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [4012.7329, 2897.3052, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_336 = _this;
|
||||||
|
_this setDir 262.48877;
|
||||||
|
_this setVehicleInit "this allowDamage false;";
|
||||||
|
_this setPos [4012.7329, 2897.3052, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
processInitCommands;
|
||||||
1758
TraderCitySources/20.Fapovo/mission.sqf
Normal file
1758
TraderCitySources/20.Fapovo/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
2629
TraderCitySources/21.Caribou/mission.sqf
Normal file
2629
TraderCitySources/21.Caribou/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
1660
TraderCitySources/22.SMD_Sahrani_A2/mission.sqf
Normal file
1660
TraderCitySources/22.SMD_Sahrani_A2/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
2719
TraderCitySources/24.Napf/mission.sqf
Normal file
2719
TraderCitySources/24.Napf/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
4151
TraderCitySources/25.Sauerland/mission.sqf
Normal file
4151
TraderCitySources/25.Sauerland/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
541
TraderCitySources/3.Shapur_BAF/mission.sqf
Normal file
541
TraderCitySources/3.Shapur_BAF/mission.sqf
Normal file
@@ -0,0 +1,541 @@
|
|||||||
|
_vehicle_14 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Hhedgehog_concreteBig", [511.73267, 1114.7292, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_14 = _this;
|
||||||
|
_this setDir 55.911896;
|
||||||
|
_this setPos [511.73267, 1114.7292, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_18 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_fort_rampart", [483.47153, 1123.3865, 0.024181601], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_18 = _this;
|
||||||
|
_this setDir 119.36551;
|
||||||
|
_this setPos [483.47153, 1123.3865, 0.024181601];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_23 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier5", [471.1268, 1086.1162, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_23 = _this;
|
||||||
|
_this setDir 37.859943;
|
||||||
|
_this setPos [471.1268, 1086.1162, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_34 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [474.22168, 1086.6316, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_34 = _this;
|
||||||
|
_this setPos [474.22168, 1086.6316, 2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_38 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier5", [468.43466, 1101.286, 0.00012207031], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_38 = _this;
|
||||||
|
_this setDir 103.10722;
|
||||||
|
_this setPos [468.43466, 1101.286, 0.00012207031];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_40 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_BoardsPack2", [508.3562, 1088.1545, 6.6757202e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_40 = _this;
|
||||||
|
_this setDir -116.49545;
|
||||||
|
_this setPos [508.3562, 1088.1545, 6.6757202e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_43 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [475.39441, 1087.0691, -0.32856521], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_43 = _this;
|
||||||
|
_this setDir 221.54459;
|
||||||
|
_this setPos [475.39441, 1087.0691, -0.32856521];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_45 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_big_EP1", [471.29294, 1097.9921, -0.32730356], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_45 = _this;
|
||||||
|
_this setDir 278.23465;
|
||||||
|
_this setPos [471.29294, 1097.9921, -0.32730356];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_47 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Barrels", [498.25867, 1086.307, 6.2942505e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_47 = _this;
|
||||||
|
_this setDir -12.955707;
|
||||||
|
_this setPos [498.25867, 1086.307, 6.2942505e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_52 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Coil_EP1", [513.80334, 1095.3474, 0.00010871887], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_52 = _this;
|
||||||
|
_this setPos [513.80334, 1095.3474, 0.00010871887];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_54 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [484.94586, 1121.8016, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_54 = _this;
|
||||||
|
_this setDir -67.642929;
|
||||||
|
_this setPos [484.94586, 1121.8016, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_56 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [485.63959, 1123.0752, 0.00011444092], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_56 = _this;
|
||||||
|
_this setDir -51.612335;
|
||||||
|
_this setPos [485.63959, 1123.0752, 0.00011444092];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_63 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Garbage_can", [470.28525, 1100.3337, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_63 = _this;
|
||||||
|
_this setPos [470.28525, 1100.3337, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_84 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_GuardShed", [510.89642, 1099.217, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_84 = _this;
|
||||||
|
_this setDir 88.352386;
|
||||||
|
_this setPos [510.89642, 1099.217, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_98 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_covering_hut_EP1", [495.60559, 1085.8639, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_98 = _this;
|
||||||
|
_this setDir -20.487799;
|
||||||
|
_this setPos [495.60559, 1085.8639, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_102 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fence_corrugated_plate", [515.89197, 1093.318], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_102 = _this;
|
||||||
|
_this setDir -60.471748;
|
||||||
|
_this setPos [515.89197, 1093.318];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fence_corrugated_plate", [513.56256, 1090.1208, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_104 = _this;
|
||||||
|
_this setDir -49.275043;
|
||||||
|
_this setPos [513.56256, 1090.1208, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_107 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fence_corrugated_plate", [510.62265, 1087.3895, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_107 = _this;
|
||||||
|
_this setDir -38.36425;
|
||||||
|
_this setPos [510.62265, 1087.3895, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_109 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_ConcPipeline_EP1", [511.71506, 1091.6676, -0.32553408], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_109 = _this;
|
||||||
|
_this setDir 38.456047;
|
||||||
|
_this setPos [511.71506, 1091.6676, -0.32553408];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_115 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_small_EP1", [512.4303, 1107.9641, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_115 = _this;
|
||||||
|
_this setPos [512.4303, 1107.9641, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_116 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap", [474.34268, 1085.4969, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_116 = _this;
|
||||||
|
_this setPos [474.34268, 1085.4969, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_120 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Concrete_Wall_EP1", [513.5119, 1099.2961, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_120 = _this;
|
||||||
|
_this setDir -90.839798;
|
||||||
|
_this setPos [513.5119, 1099.2961, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_135 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [508.49933, 1096.7793, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_135 = _this;
|
||||||
|
_this setPos [508.49933, 1096.7793, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_139 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ShootingRange_ACR", [464.41138, 1088.8826], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_139 = _this;
|
||||||
|
_this setDir 163.60194;
|
||||||
|
_this setPos [464.41138, 1088.8826];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_143 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_transport_crates_EP1", [470.33801, 1098.2615, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_143 = _this;
|
||||||
|
_this setDir 17.62133;
|
||||||
|
_this setPos [470.33801, 1098.2615, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_149 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier5", [465.18674, 1095.3278, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_149 = _this;
|
||||||
|
_this setDir 150.351;
|
||||||
|
_this setPos [465.18674, 1095.3278, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_157 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetPopup_ACR", [330.98611, 1041.3842, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_157 = _this;
|
||||||
|
_this setDir -107.06186;
|
||||||
|
_this setPos [330.98611, 1041.3842, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_160 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier5", [468.33167, 1086.3636, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_160 = _this;
|
||||||
|
_this setDir 172.56075;
|
||||||
|
_this setPos [468.33167, 1086.3636, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_166 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetPopup_ACR", [385.03134, 1062.3904, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_166 = _this;
|
||||||
|
_this setDir -107.06186;
|
||||||
|
_this setPos [385.03134, 1062.3904, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_170 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Ins_WarfareBContructionSite1", [471.99814, 1103.5121, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_170 = _this;
|
||||||
|
_this setDir 230.80898;
|
||||||
|
_this setPos [471.99814, 1103.5121, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_172 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Bunker_PMC", [507.10074, 1125.8267, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_172 = _this;
|
||||||
|
_this setDir 38.256611;
|
||||||
|
_this setPos [507.10074, 1125.8267, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_175 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Well_C_EP1", [488.85464, 1104.715, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_175 = _this;
|
||||||
|
_this setPos [488.85464, 1104.715, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_180 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [486.41, 1115.1449, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_180 = _this;
|
||||||
|
_this setPos [486.41, 1115.1449, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_182 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Campfire", [480.60989, 1095.2598, 1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_182 = _this;
|
||||||
|
_this setPos [480.60989, 1095.2598, 1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_184 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [506.37302, 1117.0841, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_184 = _this;
|
||||||
|
_this setPos [506.37302, 1117.0841, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_189 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [485.03888, 1081.0292, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_189 = _this;
|
||||||
|
_this setDir -87.829948;
|
||||||
|
_this setPos [485.03888, 1081.0292, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_198 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ACRE_RadioBox", [470.888, 1112.5718, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_198 = _this;
|
||||||
|
_this setDir 144.19466;
|
||||||
|
_this setPos [470.888, 1112.5718, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_199 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ACRE_OE_303", [469.99954, 1110.0946, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_199 = _this;
|
||||||
|
_this setDir 35.181255;
|
||||||
|
_this setPos [469.99954, 1110.0946, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_201 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_coneLight", [487.48459, 1080.0214, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_201 = _this;
|
||||||
|
_this setPos [487.48459, 1080.0214, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_203 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_coneLight", [494.25458, 1080.4753, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_203 = _this;
|
||||||
|
_this setPos [494.25458, 1080.4753, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_210 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [500.00592, 1088.0131, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_210 = _this;
|
||||||
|
_this setPos [500.00592, 1088.0131, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_212 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [481.16757, 1084.3453, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_212 = _this;
|
||||||
|
_this setPos [481.16757, 1084.3453, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_214 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [476.11716, 1104.422, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_214 = _this;
|
||||||
|
_this setPos [476.11716, 1104.422, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_218 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [469.40225, 1070.2404, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_218 = _this;
|
||||||
|
_this setPos [469.40225, 1070.2404, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_221 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrate_NoInteractive_", [466.73804, 1087.6807, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_221 = _this;
|
||||||
|
_this setPos [466.73804, 1087.6807, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_222 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [462.87369, 1092.1409, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_222 = _this;
|
||||||
|
_this setDir 149.10333;
|
||||||
|
_this setPos [462.87369, 1092.1409, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_224 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Gunrack1", [470.996, 1099.6862, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_224 = _this;
|
||||||
|
_this setDir -77.387787;
|
||||||
|
_this setPos [470.996, 1099.6862, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_226 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["GunrackTK_EP1", [469.74106, 1096.9974, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_226 = _this;
|
||||||
|
_this setPos [469.74106, 1096.9974, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_231 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [463.27432, 1090.8173, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_231 = _this;
|
||||||
|
_this setPos [463.27432, 1090.8173, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_234 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["SmallTable", [465.03403, 1092.0284, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_234 = _this;
|
||||||
|
_this setDir 74.425827;
|
||||||
|
_this setPos [465.03403, 1092.0284, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_237 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldTable", [464.0036, 1088.788, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_237 = _this;
|
||||||
|
_this setDir 73.23188;
|
||||||
|
_this setPos [464.0036, 1088.788, 1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_239 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetPopup_ACR", [267.32697, 1015.8035, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_239 = _this;
|
||||||
|
_this setDir -107.06186;
|
||||||
|
_this setPos [267.32697, 1015.8035, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_241 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetPopUpTarget", [405.04437, 1061.2441, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_241 = _this;
|
||||||
|
_this setDir 49.455299;
|
||||||
|
_this setPos [405.04437, 1061.2441, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_243 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetEpopup", [389.25909, 1060.4641, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_243 = _this;
|
||||||
|
_this setDir 62.035564;
|
||||||
|
_this setPos [389.25909, 1060.4641, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_245 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetEpopup", [384.80383, 1070.8552, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_245 = _this;
|
||||||
|
_this setDir 62.035564;
|
||||||
|
_this setPos [384.80383, 1070.8552, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_247 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetEpopup", [264.39713, 1021.6332, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_247 = _this;
|
||||||
|
_this setDir 62.035564;
|
||||||
|
_this setPos [264.39713, 1021.6332, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_249 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetEpopup", [302.25775, 1020.6349, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_249 = _this;
|
||||||
|
_this setDir 62.035564;
|
||||||
|
_this setPos [302.25775, 1020.6349, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_251 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetEpopup", [347.94974, 1054.9, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_251 = _this;
|
||||||
|
_this setDir 62.035564;
|
||||||
|
_this setPos [347.94974, 1054.9, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_254 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["TargetPopUpTarget", [294.57285, 1030.7554, 0.00033950806], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_254 = _this;
|
||||||
|
_this setDir 67.41069;
|
||||||
|
_this setPos [294.57285, 1030.7554, 0.00033950806];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_255 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["BMP2Wreck", [472.93182, 1069.161, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_255 = _this;
|
||||||
|
_this setDir 54.173702;
|
||||||
|
_this setPos [472.93182, 1069.161, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_257 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_palletsfoiled_heap", [496.07706, 1082.6115, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_257 = _this;
|
||||||
|
_this setDir 62.620384;
|
||||||
|
_this setPos [496.07706, 1082.6115, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_258 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [505.83868, 1119.9965], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_258 = _this;
|
||||||
|
_this setDir 40.265949;
|
||||||
|
_this setVehicleInit "this allowDamage false;";
|
||||||
|
_this setPos [505.83868, 1119.9965];
|
||||||
|
};
|
||||||
|
|
||||||
|
processInitCommands;
|
||||||
922
TraderCitySources/4.Zargabad/mission.sqf
Normal file
922
TraderCitySources/4.Zargabad/mission.sqf
Normal file
@@ -0,0 +1,922 @@
|
|||||||
|
_vehicle_0 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3619.6504, 6807.0913, -0.22997193], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_0 = _this;
|
||||||
|
_this setDir -8.8575258;
|
||||||
|
_this setPos [3619.6504, 6807.0913, -0.22997193];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_2 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3611.3572, 6805.5269, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_2 = _this;
|
||||||
|
_this setDir -8.8575258;
|
||||||
|
_this setPos [3611.3572, 6805.5269, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_4 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3603.0676, 6803.9814, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_4 = _this;
|
||||||
|
_this setDir -8.8575258;
|
||||||
|
_this setPos [3603.0676, 6803.9814, 1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_6 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3594.8894, 6802.5059, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_6 = _this;
|
||||||
|
_this setDir -8.8575258;
|
||||||
|
_this setPos [3594.8894, 6802.5059, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_8 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3586.6299, 6800.978, -1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_8 = _this;
|
||||||
|
_this setDir -8.8575258;
|
||||||
|
_this setPos [3586.6299, 6800.978, -1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_10 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3579.2534, 6801.5601, -8.2015991e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_10 = _this;
|
||||||
|
_this setDir 18.7122;
|
||||||
|
_this setPos [3579.2534, 6801.5601, -8.2015991e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_12 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3571.9233, 6805.2729, -1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_12 = _this;
|
||||||
|
_this setDir 35.828709;
|
||||||
|
_this setPos [3571.9233, 6805.2729, -1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_14 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3565.2769, 6810.458, -6.6757202e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_14 = _this;
|
||||||
|
_this setDir 42.44553;
|
||||||
|
_this setPos [3565.2769, 6810.458, -6.6757202e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_17 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3561.532, 6817.6548, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_17 = _this;
|
||||||
|
_this setDir 81.3722;
|
||||||
|
_this setPos [3561.532, 6817.6548, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_20 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3561.6118, 6826.2344, -3.4332275e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_20 = _this;
|
||||||
|
_this setDir 101.8791;
|
||||||
|
_this setPos [3561.6118, 6826.2344, -3.4332275e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_22 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3563.9333, 6834.4048, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_22 = _this;
|
||||||
|
_this setDir 112.64403;
|
||||||
|
_this setPos [3563.9333, 6834.4048, 2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_24 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3567.6514, 6841.6514, -1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_24 = _this;
|
||||||
|
_this setDir 126.8776;
|
||||||
|
_this setPos [3567.6514, 6841.6514, -1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_27 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3573.0354, 6848.3564, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_27 = _this;
|
||||||
|
_this setDir 134.16328;
|
||||||
|
_this setPos [3573.0354, 6848.3564, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_29 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3579.1101, 6854.4565, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_29 = _this;
|
||||||
|
_this setDir 139.41869;
|
||||||
|
_this setPos [3579.1101, 6854.4565, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_32 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3585.99, 6859.6646, 4.9591064e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_32 = _this;
|
||||||
|
_this setDir 149.58125;
|
||||||
|
_this setPos [3585.99, 6859.6646, 4.9591064e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_35 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3593.3303, 6863.8672, -4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_35 = _this;
|
||||||
|
_this setDir 153.78398;
|
||||||
|
_this setPos [3593.3303, 6863.8672, -4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_38 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3600.9058, 6867.8975, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_38 = _this;
|
||||||
|
_this setDir 153.78398;
|
||||||
|
_this setPos [3600.9058, 6867.8975, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_41 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3608.8655, 6871.3022, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_41 = _this;
|
||||||
|
_this setDir 163.04207;
|
||||||
|
_this setPos [3608.8655, 6871.3022, -9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_44 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3617.1921, 6873.2158, -0.29200044], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_44 = _this;
|
||||||
|
_this setDir 172.47229;
|
||||||
|
_this setPos [3617.1921, 6873.2158, -0.29200044];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_53 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3618.6274, 6868.4688, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_53 = _this;
|
||||||
|
_this setDir 89.080368;
|
||||||
|
_this setPos [3618.6274, 6868.4688, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_55 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3618.7168, 6860.1968, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_55 = _this;
|
||||||
|
_this setDir 91.543221;
|
||||||
|
_this setPos [3618.7168, 6860.1968, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_57 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3618.3564, 6851.7612, 4.7683716e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_57 = _this;
|
||||||
|
_this setDir 96.009705;
|
||||||
|
_this setPos [3618.3564, 6851.7612, 4.7683716e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_60 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3617.8701, 6843.3223, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_60 = _this;
|
||||||
|
_this setDir 98.101555;
|
||||||
|
_this setPos [3617.8701, 6843.3223, -2.6702881e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_62 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3617.0645, 6834.8862, 3.6239624e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_62 = _this;
|
||||||
|
_this setDir 93.693275;
|
||||||
|
_this setPos [3617.0645, 6834.8862, 3.6239624e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_65 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3617.8162, 6829.5425, -0.15799452], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_65 = _this;
|
||||||
|
_this setDir -1.433184;
|
||||||
|
_this setPos [3617.8162, 6829.5425, -0.15799452];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_74 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FlagCarrierWhite_EP1", [3616.7231, 6808.5088], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_74 = _this;
|
||||||
|
_this setDir 199.44739;
|
||||||
|
_this setPos [3616.7231, 6808.5088];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_82 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_HBarrier_large", [3619.3704, 6812.4897, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_82 = _this;
|
||||||
|
_this setDir 86.22435;
|
||||||
|
_this setPos [3619.3704, 6812.4897, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_84 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_TankSmall", [3588.512, 6857.9937, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_84 = _this;
|
||||||
|
_this setDir 146.68636;
|
||||||
|
_this setPos [3588.512, 6857.9937, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_87 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_net1", [3570.7488, 6816.8276, -3.4332275e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_87 = _this;
|
||||||
|
_this setDir 46.842815;
|
||||||
|
_this setPos [3570.7488, 6816.8276, -3.4332275e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_89 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Sign_Direction_EP1", [3984.3796, 5655.8335, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_89 = _this;
|
||||||
|
_this setDir 341.35892;
|
||||||
|
_this setPos [3984.3796, 5655.8335, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_90 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Sign_1L_Firstaid_EP1", [3575.0137, 6828.7744, -3.2424927e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_90 = _this;
|
||||||
|
_this setDir 269.30191;
|
||||||
|
_this setPos [3575.0137, 6828.7744, -3.2424927e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_91 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Sign_1L_Firstaid", [3575.0366, 6828.3428, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_91 = _this;
|
||||||
|
_this setDir 265.23727;
|
||||||
|
_this setPos [3575.0366, 6828.3428, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_92 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["ClutterCutter_small_EP1", [3572.1274, 6826.9717, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_92 = _this;
|
||||||
|
_this setPos [3572.1274, 6826.9717, -3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_93 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrate_NoInteractive_", [3569.4509, 6819.5122, 9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_93 = _this;
|
||||||
|
_this setDir 64.98774;
|
||||||
|
_this setPos [3569.4509, 6819.5122, 9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_94 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [3568.1489, 6818.9932, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_94 = _this;
|
||||||
|
_this setDir -7.5350294;
|
||||||
|
_this setPos [3568.1489, 6818.9932, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_95 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Medium", [3566.7368, 6819.0874, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_95 = _this;
|
||||||
|
_this setDir 18.365669;
|
||||||
|
_this setPos [3566.7368, 6819.0874, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_96 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Small", [3566.1111, 6820.7607, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_96 = _this;
|
||||||
|
_this setDir 49.708145;
|
||||||
|
_this setPos [3566.1111, 6820.7607, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_97 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrate_NoInteractive_", [3565.8303, 6821.9302, -1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_97 = _this;
|
||||||
|
_this setDir -81.317421;
|
||||||
|
_this setPos [3565.8303, 6821.9302, -1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_98 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Antenna", [3571.2444, 6810.4268, 4.196167e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_98 = _this;
|
||||||
|
_this setDir 39.118233;
|
||||||
|
_this setPos [3571.2444, 6810.4268, 4.196167e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_99 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BagFenceRound", [3565.7397, 6818.7793, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_99 = _this;
|
||||||
|
_this setDir 53.682892;
|
||||||
|
_this setPos [3565.7397, 6818.7793, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_101 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_BagFenceRound", [3565.8047, 6823.2207, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_101 = _this;
|
||||||
|
_this setDir 149.98856;
|
||||||
|
_this setPos [3565.8047, 6823.2207, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_104 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldTable", [3574.6931, 6818.1582], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_104 = _this;
|
||||||
|
_this setDir 49.524723;
|
||||||
|
_this setPos [3574.6931, 6818.1582];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_105 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldChair", [3573.677, 6816.6201, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_105 = _this;
|
||||||
|
_this setDir -156.15215;
|
||||||
|
_this setPos [3573.677, 6816.6201, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_108 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Cargo1E_EP1", [3571.3997, 6832.5181, 1.9073486e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_108 = _this;
|
||||||
|
_this setDir 91.893089;
|
||||||
|
_this setPos [3571.3997, 6832.5181, 1.9073486e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_110 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["FoldTable", [3572.8923, 6828.1074, -0.33327994], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_110 = _this;
|
||||||
|
_this setDir 173.03516;
|
||||||
|
_this setPos [3572.8923, 6828.1074, -0.33327994];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_112 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Canister_EP1", [3566.0603, 6825.6143, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_112 = _this;
|
||||||
|
_this setDir 220.33681;
|
||||||
|
_this setPos [3566.0603, 6825.6143, 2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_113 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Rack_EP1", [3566.688, 6826.5151], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_113 = _this;
|
||||||
|
_this setDir 42.265385;
|
||||||
|
_this setPos [3566.688, 6826.5151];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_114 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Sack_EP1", [3566.572, 6825.1714, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_114 = _this;
|
||||||
|
_this setPos [3566.572, 6825.1714, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_116 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["SmallTable", [3568.355, 6825.0063, 1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_116 = _this;
|
||||||
|
_this setDir 136.1368;
|
||||||
|
_this setPos [3568.355, 6825.0063, 1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_117 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fence_corrugated_plate", [3570.8589, 6827.1411, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_117 = _this;
|
||||||
|
_this setDir 247.92216;
|
||||||
|
_this setPos [3570.8589, 6827.1411, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_118 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Shelf_EP1", [3571.811, 6826.1699, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_118 = _this;
|
||||||
|
_this setDir 160.57436;
|
||||||
|
_this setPos [3571.811, 6826.1699, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_120 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fence_corrugated_plate", [3573.5918, 6824.8496, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_120 = _this;
|
||||||
|
_this setDir 192.48637;
|
||||||
|
_this setPos [3573.5918, 6824.8496, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_124 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Boots_EP1", [3565.9695, 6824.5698, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_124 = _this;
|
||||||
|
_this setPos [3565.9695, 6824.5698, -5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_125 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["WoodChair", [3573.0837, 6825.938, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_125 = _this;
|
||||||
|
_this setDir -169.75998;
|
||||||
|
_this setPos [3573.0837, 6825.938, -9.5367432e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_131 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["WoodChair", [3571.3137, 6827.437, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_131 = _this;
|
||||||
|
_this setDir -96.84465;
|
||||||
|
_this setPos [3571.3137, 6827.437, 3.8146973e-006];
|
||||||
|
};
|
||||||
|
_unit_9 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Worker1", [3566.7996, 6822.4268, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_9 = _this;
|
||||||
|
_this setDir 93.120316;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_10 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Dr_Hladik_EP1", [3574.5276, 6826.0088, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_10 = _this;
|
||||||
|
_this setDir 59.318363;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_11 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["CIV_EuroWoman01_EP1", [3567.4998, 6825.6235, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_11 = _this;
|
||||||
|
_this setDir 129.56522;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_134 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Misc_Coil_EP1", [3691.7234, 6718.9058, -0.038574103], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_134 = _this;
|
||||||
|
_this setPos [3691.7234, 6718.9058, -0.038574103];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_135 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Toilet", [3606.0117, 6867.252, -1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_135 = _this;
|
||||||
|
_this setDir 350.56778;
|
||||||
|
_this setPos [3606.0117, 6867.252, -1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_136 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Satelit", [3574.2617, 6811.8213, 1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_136 = _this;
|
||||||
|
_this setDir -62.094868;
|
||||||
|
_this setPos [3574.2617, 6811.8213, 1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_138 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_Crate_wood", [3577.165, 6848.4946, 1.9073486e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_138 = _this;
|
||||||
|
_this setDir -54.405113;
|
||||||
|
_this setPos [3577.165, 6848.4946, 1.9073486e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_140 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Fort_Crate_wood", [3577.1641, 6848.4858, 0.37003109], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_140 = _this;
|
||||||
|
_this setDir -54.405113;
|
||||||
|
_this setPos [3577.1641, 6848.4858, 0.37003109];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_145 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Ind_IlluminantTower", [3614.344, 6866.9233, -0.11500119], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_145 = _this;
|
||||||
|
_this setDir -7.4531207;
|
||||||
|
_this setPos [3614.344, 6866.9233, -0.11500119];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_146 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [3576.6589, 6843.7275, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_146 = _this;
|
||||||
|
_this setDir 10.750704;
|
||||||
|
_this setPos [3576.6589, 6843.7275, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_150 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap_EP1", [3569.3762, 6827.8945, 1.335144e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_150 = _this;
|
||||||
|
_this setDir -132.16229;
|
||||||
|
_this setPos [3569.3762, 6827.8945, 1.335144e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_152 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_cargo_cont_tiny", [3580.7346, 6849.3711, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_152 = _this;
|
||||||
|
_this setDir 39.722672;
|
||||||
|
_this setPos [3580.7346, 6849.3711, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_153 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["VaultStorageLocked", [3578.5283, 6849.5928, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_153 = _this;
|
||||||
|
_this setDir 309.28091;
|
||||||
|
_this setPos [3578.5283, 6849.5928, 2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_13 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["CIV_EuroMan02_EP1", [3577.5337, 6843.0664], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_13 = _this;
|
||||||
|
_this setDir 109.87543;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_14 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["CIV_EuroMan01_EP1", [3578.8706, 6848.2681, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_14 = _this;
|
||||||
|
_this setDir 122.72586;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_154 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["SmallTable", [3579.4656, 6847.8115, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_154 = _this;
|
||||||
|
_this setDir -52.848717;
|
||||||
|
_this setPos [3579.4656, 6847.8115, 1.7166138e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_155 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_ruin_corner_2", [4721.3711, 863.87213, 3.8146973e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_155 = _this;
|
||||||
|
_this setDir 97.510826;
|
||||||
|
_this setPos [4721.3711, 863.87213, 3.8146973e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_156 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_ruin_chimney", [4728.3081, 866.17719, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_156 = _this;
|
||||||
|
_this setDir 98.688805;
|
||||||
|
_this setPos [4728.3081, 866.17719, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_157 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_ruin_01", [4725.5796, 837.61676, -0.30103344], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_157 = _this;
|
||||||
|
_this setDir -83.51609;
|
||||||
|
_this setPos [4725.5796, 837.61676, -0.30103344];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_158 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [4720.1641, 866.26904, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_158 = _this;
|
||||||
|
_this setDir 37.790119;
|
||||||
|
_this setPos [4720.1641, 866.26904, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_159 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_sunshade_EP1", [4722.5566, 866.20782], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_159 = _this;
|
||||||
|
_this setPos [4722.5566, 866.20782];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_160 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Carpet_rack_EP1", [4720.4604, 864.0484, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_160 = _this;
|
||||||
|
_this setPos [4720.4604, 864.0484, -1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_162 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrates_NoInteractive_Large", [4725.0122, 825.40759, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_162 = _this;
|
||||||
|
_this setDir 98.958206;
|
||||||
|
_this setPos [4725.0122, 825.40759, 3.0517578e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_20 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["TK_CIV_Takistani02_EP1", [4725.0669, 827.51367, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_20 = _this;
|
||||||
|
_this setDir 145.13918;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_21 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["TK_CIV_Takistani03_EP1", [4728.353, 830.5683, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_21 = _this;
|
||||||
|
_this setDir 186.02428;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_163 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["AmmoCrate_NoInteractive_", [4727.1094, 830.96069, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_163 = _this;
|
||||||
|
_this setDir 186.55464;
|
||||||
|
_this setPos [4727.1094, 830.96069, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_24 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["TK_CIV_Woman02_EP1", [4722.2773, 864.39056], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_24 = _this;
|
||||||
|
_this setDir 142.1062;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_164 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Misc_Backpackheap", [4721.4741, 865.98175, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_164 = _this;
|
||||||
|
_this setDir 151.36267;
|
||||||
|
_this setPos [4721.4741, 865.98175, -2.2888184e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_165 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["LADAWreck", [4729.5889, 836.64075, -0.028266635], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_165 = _this;
|
||||||
|
_this setDir 311.15881;
|
||||||
|
_this setPos [4729.5889, 836.64075, -0.028266635];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_26 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["TK_CIV_Takistani05_EP1", [4727.292, 834.08929, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_26 = _this;
|
||||||
|
_this setDir 65.476814;
|
||||||
|
_this setVehicleInit "this allowDammage false;this disableAI 'FSM';this disableAI 'MOVE';";
|
||||||
|
_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_86 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Tanny_PMC", [3569.9138, 6818.8462, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_86 = _this;
|
||||||
|
_this setDir 36.478336;
|
||||||
|
_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_166 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHEmpty", [3596.5518, 6835.2969, 0], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_166 = _this;
|
||||||
|
_this setPos [3596.5518, 6835.2969, 0];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_167 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["HeliHCivil", [3591.1506, 6812.2061, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_167 = _this;
|
||||||
|
_this setPos [3591.1506, 6812.2061, 1.5258789e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_169 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Mi8Wreck", [3567.0137, 6852.6924, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_169 = _this;
|
||||||
|
_this setDir -77.291008;
|
||||||
|
_this setPos [3567.0137, 6852.6924, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_171 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CamoNet_NATO_EP1", [3578.2163, 6846.3472, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_171 = _this;
|
||||||
|
_this setDir -60.350491;
|
||||||
|
_this setPos [3578.2163, 6846.3472, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_176 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_CamoNetB_NATO_EP1", [3571.5244, 6822.5771, -0.63208807], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_176 = _this;
|
||||||
|
_this setDir -81.400887;
|
||||||
|
_this setPos [3571.5244, 6822.5771, -0.63208807];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_177 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_bags_EP1", [3567.7971, 6827.8125, 2.0980835e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_177 = _this;
|
||||||
|
_this setDir 69.653908;
|
||||||
|
_this setPos [3567.7971, 6827.8125, 2.0980835e-005];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_93 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["Profiteer4", [3573.853, 6817.5674, -3.6239624e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_93 = _this;
|
||||||
|
_this setDir 42.312424;
|
||||||
|
_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_178 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [3577.1814, 6830.605, 5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_178 = _this;
|
||||||
|
_this setPos [3577.1814, 6830.605, 5.7220459e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_179 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [3612.9917, 6829.2656, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_179 = _this;
|
||||||
|
_this setDir 86.515335;
|
||||||
|
_this setVehicleInit "this allowDamage false;";
|
||||||
|
_this setPos [3612.9917, 6829.2656, 7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
|
_vehicle_180 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Land_Fire_barrel", [4723.3442, 833.23621], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_180 = _this;
|
||||||
|
_this setPos [4723.3442, 833.23621];
|
||||||
|
};
|
||||||
|
|
||||||
|
_unit_95 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createAgent ["TK_CIV_Takistani04_EP1", [4722.1758, 825.21582, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
{_this removeMagazine _x;} count magazines _this;
|
||||||
|
removeAllWeapons _this;
|
||||||
|
_this switchMove "";
|
||||||
|
_unit_95 = _this;
|
||||||
|
_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;
|
||||||
|
};
|
||||||
|
|
||||||
|
processInitCommands;
|
||||||
2602
TraderCitySources/7.Lingor/mission.sqf
Normal file
2602
TraderCitySources/7.Lingor/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
2610
TraderCitySources/8.ProvingGrounds_PMC/mission.sqf
Normal file
2610
TraderCitySources/8.ProvingGrounds_PMC/mission.sqf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user