Add DZ versions of a few M4s

- M4A1 CCO and M4A1 Holo Camo have attachemnt support for a silencer now
This commit is contained in:
A Man
2020-02-25 20:04:46 +01:00
parent 4290ed51de
commit 2641b4fe77
8 changed files with 119 additions and 18 deletions

View File

@@ -0,0 +1,23 @@
class M4A3_CCO_EP1;
class M4A3_DES_CCO_DZ: M4A3_CCO_EP1 {
magazines[] =
{
30Rnd_556x45_Stanag,
30Rnd_556x45_G36,
100Rnd_556x45_BetaCMag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};
class M4A3_RCO_GL_EP1;
class M4A3_ACOG_GL_DZ: M4A3_RCO_GL_EP1 {
magazines[] =
{
30Rnd_556x45_Stanag,
30Rnd_556x45_G36,
100Rnd_556x45_BetaCMag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};