mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
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:
23
SQF/dayz_code/Configs/CfgWeapons/Rifles/M4A3.hpp
Normal file
23
SQF/dayz_code/Configs/CfgWeapons/Rifles/M4A3.hpp
Normal 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
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user