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

@@ -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};
};