Add Desert Eagle

Thx @helion4
This commit is contained in:
A Man
2020-04-17 12:39:00 +02:00
parent 2bee3d67fb
commit b36f274925
10 changed files with 58 additions and 4 deletions

View File

@@ -247,8 +247,8 @@ class CfgWeapons
class revolver_EP1;
#include "Pistols\Revolver.hpp"
#include "Pistols\CZ75.hpp"
#include "Pistols\CZ75.hpp"
#include "Pistols\DesertEagle.hpp"
/* MELEE */

View File

@@ -0,0 +1,14 @@
class DesertEagle_DZ: Colt_Python_DZ
{
scope = public;
model = "\z\addons\dayz_epoch_w\deagle\h4_deagle";
modelOptics = "-";
picture = "\z\addons\dayz_epoch_w\deagle\data\w_deagle_CA.paa";
magazines[] = {7Rnd_50AE_Deagle};
displayName = $STR_DZ_WPN_DESERT_EAGLE_NAME;
descriptionShort = $STR_DZ_WPN_DESERT_EAGLE_DESC;
begin1[] = {"rh_de\sound\desert_eagle_shot", db0, 1, 1000};
begin2[] = {"rh_de\sound\desert_eagle_shot1", db0, 1, 1000};
soundBegin[] = {begin1,0.5, begin2,0.5};
reloadMagazineSound[] = {"Ca\Sounds_E\Weapons_E\Glock17\reload1",db0,1, 20};
};

View File

@@ -53,7 +53,6 @@ class Colt_Bull_DZ: Colt_Anaconda_DZ
class Colt_Python_DZ: Colt_Anaconda_DZ
{
scope = 2;
displayName = $STR_DZ_WPN_COLT_PYTHON_NAME;
descriptionShort = $STR_DZ_WPN_COLT_PYTHON_DESC;
model = "\RH_de\RH_python.p3d";