mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
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
This commit is contained in:
13
SQF/dayz_code/Configs/CfgWeapons/Pistols/TT33.hpp
Normal file
13
SQF/dayz_code/Configs/CfgWeapons/Pistols/TT33.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
class Tokarew_TT33_DZ: Makarov
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_TT33_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_TT33_DESC;
|
||||
model = "\RH_de\RH_tt33.p3d";
|
||||
picture = "\RH_de\inv\tt33.paa";
|
||||
begin1[] = {"\RH_de\sound\TT33.wss",0.794328,1,700};
|
||||
soundBegin[] = {"begin1",1};
|
||||
drySound[] = {"\ca\Weapons\Data\Sound\T33_dry_v1",0.01,1,20};
|
||||
reloadMagazineSound[] = {"\RH_de\sound\tt33_reload.wss",0.1,1,20};
|
||||
magazines[] = {"8Rnd_762x25_TT33"};
|
||||
};
|
||||
Reference in New Issue
Block a user