SIMPLE ;D !!!
First, you must be the squad leader (or alone). Second, in your mission folder you must have a text file named description.ext. This file can a certain number of things, but for weapons and ammo it's (example) :
//type commentaries here
class Weapons
{
class Binocular
{
count = 2;
};
class M21
{
count = 1;
};
};
//and the ammo
class Magazines
{
class M21
{
count = 9;
};
};
DONE ! :toocool: