No I got it out, looking into the pbo file with notepad++
the weapon classname is "tavor", the magazine is called "tavormag"
Add this initline to a unit to have 6 magazines and the gun just in one line. If you need more mags, just increase the 6 to higher. Didn't test the limit.
removeAllWeapons this; for [{_i = 0},{_i < 6},{_i = _i + 1}] do {this addMagazine "tavormag"}; this addWeapon "tavor"
Theres also a soldier (tavor) within the infantry units having the gun already.
Where is it located ingame?
nvm found it..
How can I add this guns magazines and the gun itself to a soldier?
this addMagazine ???; this addWeapon ???
I wuld love to have the gun and magazines in an ammo box ;)
No I got it out, looking into the pbo file with notepad++
the weapon classname is "tavor", the magazine is called "tavormag"
Add this initline to a unit to have 6 magazines and the gun just in one line. If you need more mags, just increase the 6 to higher. Didn't test the limit.
removeAllWeapons this; for [{_i = 0},{_i < 6},{_i = _i + 1}] do {this addMagazine "tavormag"}; this addWeapon "tavor"
Theres also a soldier (tavor) within the infantry units having the gun already.
The weapons box I create later.
Total comments : 5, displayed on page: 5