diff --git a/ACE_MPD_SlingLoad/init.sqf b/ACE_MPD_SlingLoad/init.sqf index bea00b1..19e8377 100644 --- a/ACE_MPD_SlingLoad/init.sqf +++ b/ACE_MPD_SlingLoad/init.sqf @@ -21,7 +21,7 @@ _ccargo = [ ]; // ====================== Don't Touch Anything Below this line ====================== -_acargo = entities [[], ["Air","Man","Tank","Logic"], true];; // Maybe Better way of Doing This???? +_acargo = entities [[], ["Air","Man","Tank","Logic","Cars"], true];; // Maybe Better way of Doing This???? _acargo append _ccargo; { _action = [ diff --git a/ACE_MPD_SlingLoad/sling.sqf b/ACE_MPD_SlingLoad/sling.sqf index 6674796..a5c226c 100644 --- a/ACE_MPD_SlingLoad/sling.sqf +++ b/ACE_MPD_SlingLoad/sling.sqf @@ -37,10 +37,10 @@ _frontCorner = [(_centerOfMass select 0) + _widthOffset, (_centerOfMass select 1) + _lengthOffset, (_centerOfMass select 2)+_heightOffset]; _frontCorner2 = [(_centerOfMass select 0) - _widthOffset, (_centerOfMass select 1) + _lengthOffset, (_centerOfMass select 2)+_heightOffset]; - _Rope1 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)]; - _Rope2 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)]; - _Rope3 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)]; - _Rope4 = ropeCreate [_nObject, [0,1.1,-2], _heightOffset + (_cargo distance _nObject)]; + _Rope1 = ropeCreate [_nObject, [0,1.1,-2], 5]; + _Rope2 = ropeCreate [_nObject, [0,1.1,-2], 5]; + _Rope3 = ropeCreate [_nObject, [0,1.1,-2], 5]; + _Rope4 = ropeCreate [_nObject, [0,1.1,-2], 5]; [_cargo , _rearCorner, [0,0,-1]] ropeAttachTo (_Rope1); [_cargo , _rearCorner2, [0,0,-1]] ropeAttachTo (_Rope2);