We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e8e96 commit bb6b765Copy full SHA for bb6b765
addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf
@@ -542,6 +542,7 @@ SA_Take_Tow_Ropes_Action = {
542
543
if(_canTakeTowRopes) then {
544
[_vehicle,player] call SA_Take_Tow_Ropes;
545
+ player removeItem "Exile_Item_Rope";
546
};
547
548
@@ -588,6 +589,7 @@ SA_Put_Away_Tow_Ropes_Action = {
588
589
590
if(_canPutAwayTowRopes) then {
591
[_vehicle,player] call SA_Put_Away_Tow_Ropes;
592
+ player addItem "Exile_Item_Rope";
593
594
595
0 commit comments