71 lines
1.1 KiB
C++
71 lines
1.1 KiB
C++
class CfgMagazineWells
|
|
{
|
|
class BRAF_Stanag_556
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_30Rnd_556x45",
|
|
"braf_20Rnd_556x45",
|
|
"braf_20Rnd_556x45_red",
|
|
"braf_30Rnd_556x45_red",
|
|
"braf_30Rnd_556x45_green",
|
|
"braf_30Rnd_556x45_yellow",
|
|
"braf_30Rnd_556x45_Blank"
|
|
};
|
|
};
|
|
class braf_9x19mm_carbine
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_30Rnd_9x19"
|
|
};
|
|
};
|
|
class BRAF_LapaMag_556
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_Lapa30Rnd_556x45",
|
|
"braf_Lapa30Rnd_556x45_red"
|
|
};
|
|
};
|
|
class BRAF_FAL_762
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_20Rnd_762x51",
|
|
"braf_20Rnd_762x51_green",
|
|
"braf_20Rnd_762x51_red",
|
|
"braf_20Rnd_762x51_yellow",
|
|
"braf_20Rnd_762x51_Blank",
|
|
"braf_40Rnd_762x51",
|
|
"braf_40Rnd_762x51_red"
|
|
};
|
|
};
|
|
class BRAF_RifleGrenade
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_FAL_granada_mag"
|
|
};
|
|
};
|
|
class BRAF_HK_556
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_30Rnd_556x45_HK",
|
|
"braf_30Rnd_556x45_HK_Mix_red",
|
|
"braf_30Rnd_556x45_HK_Mix_green",
|
|
"braf_30Rnd_556x45_HK_festim"
|
|
};
|
|
};
|
|
class BRAF_Sig_556
|
|
{
|
|
BI_Magazines[]=
|
|
{
|
|
"braf_sig_556x45",
|
|
"braf_sig_556x45_Mix_red",
|
|
"braf_sig_556x45_Mix_green",
|
|
"braf_sig_556x45_festim"
|
|
};
|
|
};
|
|
}; |