mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tripod - use addToInventory
This commit is contained in:
parent
237b5b4e35
commit
732dbd315a
@ -24,7 +24,7 @@ if ((_unit call CBA_fnc_getUnitAnim) select 0 == "stand") then {
|
|||||||
[{
|
[{
|
||||||
PARAMS_2(_tripod,_unit);
|
PARAMS_2(_tripod,_unit);
|
||||||
|
|
||||||
_unit addItem "ACE_Tripod";
|
[_unit, "ACE_Tripod"] call EFUNC(common,addToInventory);
|
||||||
deleteVehicle _tripod;
|
deleteVehicle _tripod;
|
||||||
|
|
||||||
}, [_tripod, _unit], 1, 0]call EFUNC(common,waitAndExecute);
|
}, [_tripod, _unit], 1, 0]call EFUNC(common,waitAndExecute);
|
||||||
|
Loading…
Reference in New Issue
Block a user