Files
DayZ-Epoch/dayz_code/actions/forcesave.sqf
Aaron Clark 76e9a0582e 0.1
2012-11-04 20:28:50 -06:00

7 lines
169 B
Plaintext

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