Files
DayZ-Epoch/dayz_code/actions/forcesave.sqf
2012-11-10 08:02:49 -06:00

7 lines
175 B
Plaintext

private["_object"];
dayzUpdateVehicle = [_this select 3,"all"];
publicVariableServer "dayzUpdateVehicle";
if (isServer) then {
dayzUpdateVehicle call server_updateObject;
};