PDA

View Full Version : Has anyone experimented with CfgAmmo?



charonos
Dec 7 2006, 13:14
Out of curiosity, i have tried to declare individual ammo settings in the config of an addon, but to no effect.
Even just using the same code from the ArmA weapons config in
a magazine class with the same class inheritance would not work.
It seems like that specific class inheritance has to be different for addons.
Anyone else got that working?

charonos
Dec 7 2006, 15:51
I fixed it,
using the exact code from the ArmA weapon config was the issue,
those classes have a slightly different syntax than the one used in an addon config.