Add toggleable Vehicle Service Point by salival

This commit is contained in:
A Man
2021-08-18 13:14:17 +02:00
parent c10a436c71
commit 343128bb0c
5 changed files with 453 additions and 11 deletions

View File

@@ -207,6 +207,10 @@ if (!isDedicated) then {
if (DZE_LocateVehicle) then {
locateVehicle = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\locateVehicle.sqf";
};
if (DZE_Service_Points) then {
execVM "\z\addons\dayz_code\actions\servicePoints\init.sqf";
};
// Weather
if (DZE_Weather in [3,4]) then {