mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove weapon items player
This commit is contained in:
parent
920b9b8e62
commit
def1d46152
@ -34,6 +34,7 @@ _weapon = (_state select 0) select 0;
|
||||
_items = (_state select 1);
|
||||
|
||||
_unit addWeapon _weapon;
|
||||
removeAllWeapons _unit;
|
||||
|
||||
{
|
||||
_unit addWeaponItem [_weapon, _x];
|
||||
|
Loading…
Reference in New Issue
Block a user