mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 23:50:48 +03:00
Add Desert Eagle
Thx @helion4
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
14
SQF/dayz_code/Configs/CfgWeapons/Pistols/DesertEagle.hpp
Normal file
14
SQF/dayz_code/Configs/CfgWeapons/Pistols/DesertEagle.hpp
Normal 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};
|
||||
};
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user