sovietpolarbear 11 Posted July 11, 2016 For my mission, I'm trying to add a reduced amount bullets in each magazine not only to the player's uniform but also to their vests, backpacks and containers in the mission. I can add the reduced magazines to the player's uniform but not to their vests, backpacks and containers. The command to already add reduced magazines to a unit's uniform is player addMagazine ["30Rnd_556x45_STANAG", 15]; Notice that addmagazine is different from addmagazines which adds a number of magazines with full ammo. Is it possible to add magazines with reduced number of bullets in a gearscript or in the actual init of the unit? Share this post Link to post Share on other sites
pedeathtrian 99 Posted July 11, 2016 Use addMagazineAmmoCargo (aG/eG) command to put mags with specific ammo counts to cargospaces and uniformContainer, vestContainer and backpackContainer to access unit's correspondent containers. Share this post Link to post Share on other sites