i've made a Grenade Launcher's ammo,but when i enter the game,always apper this
no entry "bin\config.bin/cfgmagzines.".
i check the sentence,but it has no problem~~~
class CfgMagazines
{
class CA_Magazine;
class CA_LauncherMagazine;
class HandGrenade_West;
class 1Rnd_HE_GL1: CA_Magazine
{
scope = 2;
type = 16;
displayName = "HE_GL1";
picture = "\Ca\weapons\Data\Equip\m_40mmHP_CA.paa";
ammo = "G_35mm_HE";
initSpeed = 80;
count = 1;
nameSound = "grenadelauncher";
descriptionShort = "$STR_DSS_HE_GL1";
};
}ï¼›