mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 23:50:48 +03:00
0.1
This commit is contained in:
7
dayz_code/actions/forcesave.sqf
Normal file
7
dayz_code/actions/forcesave.sqf
Normal file
@@ -0,0 +1,7 @@
|
||||
private["_object"];
|
||||
|
||||
dayzUpdateVehicle = [_this select 3,"all"];
|
||||
publicVariable "dayzUpdateVehicle";
|
||||
if (isServer) then {
|
||||
dayzUpdateVehicle call server_updateObject;
|
||||
};
|
||||
Reference in New Issue
Block a user