revised heli lift

disallow if crew != 0 or detach if crew > 0
DZE_HeliLift = false; disables heli lift
This commit is contained in:
[VB]AWOL
2014-01-22 14:48:57 -06:00
parent 4549a5189f
commit d4edea2be4
3 changed files with 70 additions and 39 deletions

View File

@@ -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