mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 07:02:56 +03:00
Add Desert Eagle
Thx @helion4
This commit is contained in:
12
SQF/dayz_code/Configs/CfgMagazines/Magazines/50AE.hpp
Normal file
12
SQF/dayz_code/Configs/CfgMagazines/Magazines/50AE.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
class 7Rnd_50AE_Deagle: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
type = 16;
|
||||
displayName = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_7RND_50AE_DESERT_EAGLE_DESC;
|
||||
picture = "\z\addons\dayz_epoch_w\deagle\data\m_deagle_ca.paa";
|
||||
model = "\z\addons\dayz_epoch_w\deagle\h4_deagle_mag.p3d";
|
||||
ammo = "B_357mag_Ball";
|
||||
count = 7;
|
||||
initSpeed = 400;
|
||||
};
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "45ACP.hpp" //Colt M1911, Revolver
|
||||
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
|
||||
#include "357Magnum.hpp" //Colt Python
|
||||
#include "50AE.hpp" //Desert Eagle
|
||||
#include "545x39.hpp" //AK74, RPK74
|
||||
#include "556x45.hpp" //M249, STANAG, G36, Steyr Aug, Beta-C-Mag
|
||||
#include "6x35.hpp" //KAC PDW
|
||||
|
||||
Reference in New Issue
Block a user