mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 15:12:56 +03:00
Add MP7 to the game
Thx @SyNcRoNiCzZ
This commit is contained in:
32
SQF/dayz_code/Configs/CfgMagazines/Magazines/46x30.hpp
Normal file
32
SQF/dayz_code/Configs/CfgMagazines/Magazines/46x30.hpp
Normal file
@@ -0,0 +1,32 @@
|
||||
class 40Rnd_46x30_mp7: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_40RND_MP7_NAME;
|
||||
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
|
||||
model = "\C1987_Mp7\mp7_40_mag.p3d";
|
||||
ammo = "B_46x30_Ball";
|
||||
count = 40;
|
||||
initSpeed = 735;
|
||||
descriptionShort = $STR_DZ_MAG_40RND_MP7_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
class 40Rnd_46x30_sd_mp7: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_40RND_MP7SD_NAME;
|
||||
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
|
||||
model = "\C1987_Mp7\mp7_40_mag.p3d";
|
||||
ammo = "B_46x30_SD_Ball";
|
||||
count = 40;
|
||||
initSpeed = 700;
|
||||
descriptionShort = $STR_DZ_MAG_40RND_MP7SD_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
@@ -14,7 +14,8 @@
|
||||
#include "762x39.hpp" //AK47, SA58
|
||||
#include "762x51.hpp" //M240, FN FAL, DMR, M24
|
||||
#include "762x54r.hpp" //PK, SVD, Mosin
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield, Winchester 1866
|
||||
#include "46x30.hpp" //MP7
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield
|
||||
#include "Shotgun.hpp"
|
||||
#include "Arrows.hpp"
|
||||
#include "LauncherAmmo.hpp"
|
||||
|
||||
Reference in New Issue
Block a user