This commit is contained in:
[VB]AWOL
2013-11-17 14:40:50 -06:00
parent 24c6e75fa9
commit 0062836019

View File

@@ -95,6 +95,8 @@ for "_x" from 1 to _total_trades do {
_qty = {_x == _part_in} count magazines player;
if (_qty >= _qty_in) then {
_part_in = configFile >> "CfgMagazines" >> _part_in;
_removed = _removed + ([player,_part_in,_qty_in] call BIS_fnc_invRemove);
if (_removed == _qty_in) then {