mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
revised heli lift
disallow if crew != 0 or detach if crew > 0 DZE_HeliLift = false; disables heli lift
This commit is contained in:
@@ -386,7 +386,21 @@ DZE_HeliAllowTowFrom = [
|
||||
];
|
||||
|
||||
DZE_HeliAllowToTow = [
|
||||
"Car"
|
||||
"hilux1_civil_1_open",
|
||||
"HMMWV_Base",
|
||||
"Lada_base",
|
||||
"Offroad_DSHKM_base",
|
||||
"Pickup_PK_base",
|
||||
"SkodaBase",
|
||||
"tractor",
|
||||
"VWGolf",
|
||||
"Volha_TK_CIV_Base_EP1",
|
||||
"S1203_TK_CIV_EP1",
|
||||
"SUV_Base_EP1",
|
||||
"ArmoredSUV_Base_PMC",
|
||||
"UAZ_Base",
|
||||
"LandRover_Base",
|
||||
"Ship"
|
||||
];
|
||||
|
||||
//Initialize Zombie Variables
|
||||
@@ -564,6 +578,10 @@ if(isServer) then {
|
||||
if(isNil "DZE_CleanNull") then {
|
||||
DZE_CleanNull = false;
|
||||
};
|
||||
|
||||
if(isNil "DZE_HeliLift") then {
|
||||
DZE_HeliLift = true;
|
||||
};
|
||||
|
||||
|
||||
//dayz_flyMonitor = []; //used for monitor flies
|
||||
|
||||
Reference in New Issue
Block a user