init.sqf 328 B

1234567891011
  1. params [["_veh",objNull,[objNull]]];
  2. // if (isNull _veh) exitWith {
  3. // };
  4. // if (isClass(configFile >> "CfgPatches" >> "ace_dragging")) then {
  5. // [_veh] call ace_dragging_fnc_initObject;
  6. // [_veh, true, [0,1,1], 0] call ace_dragging_fnc_setCarryable;
  7. // [_veh, true, [0,0,0], 0] call ace_dragging_fnc_setDraggable;
  8. // };