Hi all,
I fail to find a sqf command that will fetch me the capacity of a magazine, something like
_classname = "100Rnd_762x51_M240"; _maxRnd = GetAmmoCapacity(_classname);
with a result of 100 in the _maxRnd variable.
Surely there must be a way to do this without resorting to string analysis.