Add Salivals Remote Vehicle to Epoch Core

Functions getting only loaded if DZE_Remote_Vehicle is true.
This commit is contained in:
A Man
2021-08-17 21:53:54 +02:00
parent c4919d65e5
commit a9500b4e6e
6 changed files with 528 additions and 0 deletions

View File

@@ -198,6 +198,11 @@ if (!isDedicated) then {
fnc_radioState = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\radioState.sqf"; // Toggle radio on and off
fnc_localizeMessage = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_localizeMessage.sqf";
fnc_remoteMessage = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_remoteMessage.sqf";
if (DZE_Remote_Vehicle) then {
remoteVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\remoteVehicle\remoteVehicle.sqf";
rv_vehicleInfo = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\remoteVehicle\vehicleInfo.sqf";
};
// Weather
if (DZE_Weather in [3,4]) then {