mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
finished moving r3f and mission.sqf dynamic vehicle
This commit is contained in:
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
|
||||
};
|
||||
|
||||
if (isServer) then {
|
||||
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
|
||||
|
||||
//Compile vehicle configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_1.Takistan\dynamic_vehicle.sqf";
|
||||
// Add trader citys
|
||||
_nil = [] execVM "mission.sqf";
|
||||
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_1.Takistan\mission.sqf";
|
||||
|
||||
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
||||
};
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
@@ -1,613 +0,0 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
|
||||
BEGIN TRADER PLACEMENT
|
||||
AUTHOR: AVendettaForYou
|
||||
Date: 12/11/2013
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
_this = createCenter resistance;
|
||||
_center_1 = _this;
|
||||
|
||||
_group_1 = createGroup _center_1;
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
|
||||
BEGIN BRANIBOR TRADERS
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
_unit_112 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = _group_1 createUnit ["GUE_Soldier_3", [7344.2422, 4301.9624], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_Sniper_PMC", [15598.164, 16402.732, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Woodlander3", [15579.386, 16376.245], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Soldier_Pilot", [16555.693, 10161.202, -2.6702881e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Worker2", [17503.697, 7155.4609, -1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Worker2", [4075.8738, 7263.9927, -0.15314865], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Reynolds_PMC", [9864.4287, 7471.3115, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
_this = createCenter civilian;
|
||||
_center_2 = _this;
|
||||
|
||||
_group_2 = createGroup _center_2;
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
|
||||
BEGIN LYEPESTOK TRADERS
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
_unit_100 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = _group_2 createUnit ["Doctor", [11710.82, 15222.83, 4.5776367e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_Sniper_KSVK_PMC", [11686.63, 15193.147, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_GL_PMC", [11684.132, 15195.753, 2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Citizen3", [11707.938, 15225.799], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Worker4", [11701.782, 15231.117, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Woodlander4", [11687.524, 15226.847, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Woodlander4", [5552.4077, 8770.1514, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Worker4", [5542.8452, 8758.9189, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Citizen3", [5538.1587, 8755.9873, -2.2888184e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_Sniper_KSVK_PMC", [5531.3525, 8754.4307, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_GL_PMC", [5528.4814, 8753.5547, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Doctor", [5523.5796, 8750.2285, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Citizen3", [7357.0015, 4325.874, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Worker4", [7350.311, 4331.0913, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_GL_PMC", [7361.0786, 4331.8047, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_Sniper_KSVK_PMC", [7358.4722, 4332.5903, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Doctor", [7398.853, 4296.9365, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Doctor", [15295.845, 9287.3516, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_Sniper_KSVK_PMC", [15318.384, 9304.9199, -4.7683716e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["Soldier_GL_PMC", [15313.905, 9304.9209, -5.7220459e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Woodlander4", [15318.999, 9260.8164, 1.7166138e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Citizen3", [15299.092, 9303.5088, 1.6212463e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Worker4", [15306.199, 9303.7803, 2.9563904e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Woodlander1", [10938.677, 651.23663, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Worker1", [10966.954, 654.58276, 0.97554183], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["RU_Farmwife5", [10954.223, 658.16821, 0.22649978], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Dr_Hladik_EP1", [10958.092, 663.19617, 2.0027161e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Damsel5", [15595.011, 16378.547, 0.10890254], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["RU_Doctor", [15576.031, 16377.422, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["UN_CDF_Soldier_Pilot_EP1", [6813.0103, 8539.0498, 0.24721491], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Profiteer2_EP1", [5418.9609, 9503.3301, -8.1300735e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Worker4", [10577.302, 16777.303, 0.00029063225], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Worker4", [17331.977, 12930.315, 0.026711226], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_2 createUnit ["Profiteer2_EP1", [10698.253, 5983.9556, 1.2587931], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Commander", [17503.266, 7163.0801], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Soldier_CO", [17503.395, 7159.9517, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Commander", [4073.061, 7257.9731, 1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Soldier_CO", [4074.7593, 7260.0825, -0.062282562], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_1 createUnit ["GUE_Soldier_2", [13340.847, 8610.9043], [], 0, "CAN_COLLIDE"];
|
||||
_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
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
processInitCommands;
|
||||
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
|
||||
};
|
||||
|
||||
if (isServer) then {
|
||||
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
|
||||
|
||||
//Compile vehicle configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_2.Utes\dynamic_vehicle.sqf";
|
||||
// Add trader citys
|
||||
_nil = [] execVM "mission.sqf";
|
||||
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_2.Utes\mission.sqf";
|
||||
|
||||
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,530 +0,0 @@
|
||||
_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;
|
||||
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
|
||||
};
|
||||
|
||||
if (isServer) then {
|
||||
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
|
||||
|
||||
//Compile vehicle configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_3.Shapur_BAF\dynamic_vehicle.sqf";
|
||||
// Add trader citys
|
||||
_nil = [] execVM "mission.sqf";
|
||||
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_3.Shapur_BAF\mission.sqf";
|
||||
|
||||
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,541 +0,0 @@
|
||||
_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;
|
||||
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -84,10 +84,12 @@ BIS_Effects_startEvent = {
|
||||
};
|
||||
|
||||
if (isServer) then {
|
||||
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
|
||||
|
||||
//Compile vehicle configs
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_4.Zargabad\dynamic_vehicle.sqf";
|
||||
// Add trader citys
|
||||
_nil = [] execVM "mission.sqf";
|
||||
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_4.Zargabad\mission.sqf";
|
||||
|
||||
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,897 +0,0 @@
|
||||
_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];
|
||||
};
|
||||
|
||||
_this = createCenter civilian;
|
||||
_center_1 = _this;
|
||||
|
||||
_group_3 = createGroup _center_1;
|
||||
|
||||
_unit_9 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = _group_3 createUnit ["Worker1", [3566.7996, 6822.4268, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["Dr_Hladik_EP1", [3574.5276, 6826.0088, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["CIV_EuroWoman01_EP1", [3567.4998, 6825.6235, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["CIV_EuroMan02_EP1", [3577.5337, 6843.0664], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["CIV_EuroMan01_EP1", [3578.8706, 6848.2681, -9.5367432e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["TK_CIV_Takistani02_EP1", [4725.0669, 827.51367, -3.0517578e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["TK_CIV_Takistani03_EP1", [4728.353, 830.5683, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["TK_CIV_Woman02_EP1", [4722.2773, 864.39056], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["TK_CIV_Takistani05_EP1", [4727.292, 834.08929, 7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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;
|
||||
};
|
||||
|
||||
_this = createCenter resistance;
|
||||
_center_2 = _this;
|
||||
|
||||
_group_4 = createGroup _center_2;
|
||||
|
||||
_unit_86 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = _group_4 createUnit ["Tanny_PMC", [3569.9138, 6818.8462, -3.8146973e-006], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["Profiteer4", [3573.853, 6817.5674, -3.6239624e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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 = _group_3 createUnit ["TK_CIV_Takistani04_EP1", [4722.1758, 825.21582, 1.5258789e-005], [], 0, "CAN_COLLIDE"];
|
||||
_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;
|
||||
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
@@ -1,114 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",3],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["Fishing_Boat",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["JetSkiYanahui_Case_Blue",1],
|
||||
["JetSkiYanahui_Case_Green",1],
|
||||
["JetSkiYanahui_Case_Red",1],
|
||||
["JetSkiYanahui_Case_Yellow",1],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["PBX",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["RHIB",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["Smallboat_1",3],
|
||||
["Smallboat_2",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3],
|
||||
["Zodiac",3]
|
||||
];
|
||||
@@ -1,104 +0,0 @@
|
||||
AllowedVehiclesList = [
|
||||
["AH6X_DZ",3],
|
||||
["AN2_DZ",2],
|
||||
["ArmoredSUV_PMC_DZE",1],
|
||||
["ATV_CZ_EP1",3],
|
||||
["ATV_US_EP1",3],
|
||||
["C130J_US_EP1",1],
|
||||
["car_hatchback",3],
|
||||
["car_sedan",3],
|
||||
["CH_47F_EP1_DZE",1],
|
||||
["CSJ_GyroC",3],
|
||||
["CSJ_GyroCover",3],
|
||||
["CSJ_GyroP",3],
|
||||
["datsun1_civil_1_open",3],
|
||||
["datsun1_civil_2_covered",3],
|
||||
["datsun1_civil_3_open",3],
|
||||
["GAZ_Vodnik_DZE",1],
|
||||
["GAZ_Vodnik_MedEvac",1],
|
||||
["GLT_M300_LT",3],
|
||||
["GLT_M300_ST",3],
|
||||
["GNT_C185",1],
|
||||
["GNT_C185C",1],
|
||||
["GNT_C185R",1],
|
||||
["GNT_C185U",1],
|
||||
["hilux1_civil_1_open",3],
|
||||
["hilux1_civil_2_covered",3],
|
||||
["hilux1_civil_3_open_EP1",3],
|
||||
["HMMWV_Ambulance",1],
|
||||
["HMMWV_Ambulance_CZ_DES_EP1",1],
|
||||
["HMMWV_DES_EP1",3],
|
||||
["HMMWV_DZ",3],
|
||||
["HMMWV_M1035_DES_EP1",1],
|
||||
["HMMWV_M1151_M2_CZ_DES_EP1_DZE",1],
|
||||
["HMMWV_M998A2_SOV_DES_EP1_DZE",1],
|
||||
["Ikarus",3],
|
||||
["Ikarus_TK_CIV_EP1",3],
|
||||
["Kamaz",3],
|
||||
["KamazRefuel_DZ",1],
|
||||
["Lada1",3],
|
||||
["Lada1_TK_CIV_EP1",3],
|
||||
["Lada2",3],
|
||||
["Lada2_TK_CIV_EP1",3],
|
||||
["LadaLM",3],
|
||||
["LandRover_CZ_EP1",3],
|
||||
["LandRover_MG_TK_EP1_DZE",1],
|
||||
["LandRover_Special_CZ_EP1_DZE",1],
|
||||
["LandRover_TK_CIV_EP1",3],
|
||||
["M1030_US_DES_EP1",3],
|
||||
["MH6J_DZ",3],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZE",3],
|
||||
["MMT_Civ",6],
|
||||
["MtvrRefuel_DES_EP1_DZ",1],
|
||||
["MTVR_DES_EP1",3],
|
||||
["MV22_DZ",1],
|
||||
["Offroad_DSHKM_Gue_DZE",3],
|
||||
["Old_bike_TK_INS_EP1",3],
|
||||
["Old_moto_TK_Civ_EP1",3],
|
||||
["Pickup_PK_GUE_DZE",3],
|
||||
["Pickup_PK_INS_DZE",3],
|
||||
["Pickup_PK_TK_GUE_EP1_DZE",3],
|
||||
["S1203_ambulance_EP1",3],
|
||||
["S1203_TK_CIV_EP1",3],
|
||||
["Skoda",3],
|
||||
["SkodaBlue",3],
|
||||
["SkodaGreen",3],
|
||||
["SkodaRed",3],
|
||||
["SUV_Blue",1],
|
||||
["SUV_Camo",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Green",1],
|
||||
["SUV_Orange",1],
|
||||
["SUV_Pink",1],
|
||||
["SUV_Red",1],
|
||||
["SUV_Silver",1],
|
||||
["SUV_TK_CIV_EP1",1],
|
||||
["SUV_White",1],
|
||||
["SUV_Yellow",1],
|
||||
["tractor",3],
|
||||
["TT650_Civ",3],
|
||||
["TT650_Ins",3],
|
||||
["TT650_TK_CIV_EP1",3],
|
||||
["UAZ_CDF",3],
|
||||
["UAZ_INS",3],
|
||||
["UAZ_MG_TK_EP1_DZE",3],
|
||||
["UAZ_RU",3],
|
||||
["UAZ_Unarmed_TK_CIV_EP1",3],
|
||||
["UAZ_Unarmed_TK_EP1",3],
|
||||
["UAZ_Unarmed_UN_EP1",3],
|
||||
["UH1H_DZE",2],
|
||||
["UH1Y_DZE",2],
|
||||
["UH60M_EP1_DZE",1],
|
||||
["UralRefuel_TK_EP1_DZ",1],
|
||||
["Ural_CDF",3],
|
||||
["Ural_TK_CIV_EP1",3],
|
||||
["Ural_UN_EP1",3],
|
||||
["V3S_Open_TK_CIV_EP1",3],
|
||||
["V3S_Open_TK_EP1",3],
|
||||
["V3S_Refuel_TK_GUE_EP1_DZ",1],
|
||||
["VolhaLimo_TK_CIV_EP1",3],
|
||||
["Volha_1_TK_CIV_EP1",3],
|
||||
["Volha_2_TK_CIV_EP1",3],
|
||||
["VWGolf",3]
|
||||
];
|
||||
Reference in New Issue
Block a user