Lowering ropes to prevent damage to heli

This commit is contained in:
sethduda
2016-06-22 20:50:24 -04:00
parent 740c4af87c
commit a0977d086e

View File

@ -56,6 +56,7 @@ ASL_Get_Sling_Load_Points = {
};
} forEach _surfaces;
if(count _intersectionASL > 0) then {
_intersectionASL = _intersectionASL vectorAdd (( _surfaceIntersectStartASL vectorFromTo _surfaceIntersectEndASL ) vectorMultiply 0.2);
_slingLoadPoints pushBack (_vehicle worldToModelVisual (ASLToAGL _intersectionASL));
} else {
_slingLoadPoints pushBack [];
@ -1174,4 +1175,3 @@ diag_log "Advanced Sling Loading Loaded";
if(isServer) then {
[] call ASL_Advanced_Sling_Loading_Install;
};