mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 03:16:27 +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:
@@ -73,6 +73,11 @@ if(_finished) then {
|
||||
if(((getPos _liftHeli) select 2) < 5) then {
|
||||
r_doLoop = false;
|
||||
};
|
||||
|
||||
if ((count (crew _vehicle)) > 0) then {
|
||||
r_doLoop = false;
|
||||
};
|
||||
|
||||
if(typeName _attached == typeName false) then {
|
||||
r_doLoop = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user