Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Pistols/P38.hpp
A Man 7587f4d748 Add new pistols
Add new pistols from Robert Hammer.

- 23 new pistols
- New sounds for the M9, M1911, PDW
- New magazine icon and model for M1911
- Full attachment support for different pistols
2020-02-19 09:52:01 +01:00

13 lines
429 B
C++

class P38_DZ: M9
{
scope = public;
displayName = $STR_DZ_WPN_P38_NAME;
descriptionShort = $STR_DZ_WPN_P38_DESC;
model = "\RH_de\RH_p38.p3d";
picture = "\RH_de\inv\p38.paa";
begin1[] = {"\RH_de\sound\p38.wss",0.794328,1,700};
soundBegin[] = {"begin1",1};
drySound[] = {"\ca\Weapons\Data\Sound\T33_dry_v1",0.01,1,20};
reloadMagazineSound[] = {"\RH_de\sound\p38_reload.wss",0.1,1,20};
magazines[] = {"8Rnd_9x19_P38"};
};