Add toggleable Locate Vehicle by salival to Epoch Core

This commit is contained in:
A Man
2021-08-18 09:56:24 +02:00
parent 37bab14685
commit 152ec42dae
4 changed files with 76 additions and 7 deletions

View File

@@ -202,6 +202,10 @@ if (!isDedicated) then {
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";
};
if (DZE_LocateVehicle) then {
locateVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\locateVehicle.sqf";
};
// Weather