Add check to prevent submarine sink into the ground

This commit is contained in:
AirwavesMan
2021-03-12 11:12:31 +01:00
parent 6d91cea790
commit c4118463dc
3 changed files with 17 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ if (!isDedicated) then {
player_regularSave = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_regularSave.sqf";
player_forceSave = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_forceSave.sqf";
vehicle_getOut = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\vehicle_getOut.sqf";
submarine_surface = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\submarine_surface.sqf";
//Objects
object_setpitchbank = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_setpitchbank.sqf";