execute following
```
player setUnitLoadout [[],[],[],[],["V_Chestrig_rgr",[["30Rnd_556x45_Stanag",15,3]]],[],"","",[],["","","","","",""]]
```
//This command should give 3 mags with 15 bullets each. It will give 3 full mags instead.//
**NOTICE!!!!! Adding one magazine will work fine.**
```
player setUnitLoadout [[],[],[],[],["V_Chestrig_rgr",[["30Rnd_556x45_Stanag",15,1]]],[],"","",[],["","","","","",""]]
```