You must use scripting....
In the description file put this...
class Weapons
{
class Tokarev
{
count = 1;
};
class Ak74
{
count = 2;
};
};You can enter more weapons here...
Then for the magazines:
class Magazines
{
class ak74
{
count = 12;
};
class HandGrenade
{
count = 10;
};
class TokarevMag
{
count = 4;
};
};Check the unofficial commandreferance for more info...