mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
CFG WEAPONS DONE
This commit is contained in:
18
SQF/dayz_code/Configs/CfgWeapons/Rifles/M16A2.hpp
Normal file
18
SQF/dayz_code/Configs/CfgWeapons/Rifles/M16A2.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
//no attachments on either of the M16A2s.
|
||||
class M16A2_DZ : M16A2
|
||||
{
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
};
|
||||
|
||||
class M16A2_GL_DZ : M16A2GL
|
||||
{
|
||||
magazines[] =
|
||||
{
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user