mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
missing setposatl
This commit is contained in:
@@ -206,6 +206,9 @@ if (_proceed) then {
|
|||||||
};
|
};
|
||||||
_item addMagazineCargoGlobal [_itemOut,_countOut];
|
_item addMagazineCargoGlobal [_itemOut,_countOut];
|
||||||
} forEach _selectedRemoveOutput;
|
} forEach _selectedRemoveOutput;
|
||||||
|
|
||||||
|
_item setposATL _iPos;
|
||||||
|
|
||||||
player reveal _item;
|
player reveal _item;
|
||||||
|
|
||||||
player action ["Gear", _item];
|
player action ["Gear", _item];
|
||||||
|
|||||||
Reference in New Issue
Block a user