mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add toggleable Locate Vehicle by salival to Epoch Core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user