This commit is contained in:
sethduda 2016-02-03 09:33:52 -05:00
parent 4f68b5d689
commit 2b109be457
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@ class CfgPatches
}; };
}; };
/*
class CfgVehicles class CfgVehicles
{ {
class Logic; class Logic;
@ -53,6 +54,7 @@ class CfgVehicles
}; };
}; };
}; };
*/
class CfgFunctions class CfgFunctions
{ {
@ -61,7 +63,7 @@ class CfgFunctions
class AdvancedSlingLoading class AdvancedSlingLoading
{ {
file = "\SA_AdvancedSlingLoading\functions"; file = "\SA_AdvancedSlingLoading\functions";
class advancedSlingLoadingInit{}; class advancedSlingLoadingInit{postInit=1};
}; };
}; };
}; };

View File

@ -11,6 +11,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*/ */
{ {
if(!isNil "SA_ROPE_INIT" || !hasInterface) exitWith {};
SA_ROPE_INIT = true;
SA_Rope_Get_Lift_Capability = { SA_Rope_Get_Lift_Capability = {
private ["_heli","_heliType"]; private ["_heli","_heliType"];
_heli = [_this,0] call BIS_fnc_param; _heli = [_this,0] call BIS_fnc_param;