mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
@@ -97,10 +97,10 @@ if (_startMaintenance) then {
|
|||||||
r_doLoop = false;
|
r_doLoop = false;
|
||||||
|
|
||||||
if (_finished) then {
|
if (_finished) then {
|
||||||
|
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
|
||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
PVDZ_veh_Save call server_updateObject;
|
PVDZ_veh_Save call server_updateObject;
|
||||||
} else {
|
} else {
|
||||||
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
|
|
||||||
publicVariableServer "PVDZ_veh_Save";
|
publicVariableServer "PVDZ_veh_Save";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user