Currently we cannot add magazines as cargo with ammo count locally on clients.
We have addMagazineAmmoCargo but this is global.
Could we maybe get a alternate syntax for addMagazineCargo that has param 2 for ammo count?
Im currently creating a game mode where each client has their own private crate.
I do not wish to lock off the crate to other clients as they can drop stuff in other players crates where it is disassembled ( weapons and containers broken down ) and turned into local items only viewable by the owner.
Currently i can add most cargo locally except for magazines with ammo count.