Allright, one of my friends helped me, here's the config. You can add weapons and ammo to your own addon with that...
class TransportWeapons
{
class M16
{
weapon="M16";
count=1
};
};
class TransportMagazines
{
class M16
{
magazine="M16";
count=3
};
};
There's one problem.. Is that Count the quantity of weapons and ammo?
Ps: Sorry that I'm asking things like this.. I'm creating my first addon, that's why :-\