mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 00:20: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:
@@ -34,4 +34,4 @@
|
||||
#include "NV.hpp"
|
||||
#include "TWS.hpp"
|
||||
#include "Sup762.hpp"
|
||||
#include "Sup_45.hpp"
|
||||
#include "Sup45.hpp"
|
||||
@@ -1,4 +1,4 @@
|
||||
class Attachment_Sup_45 : CA_Magazine {
|
||||
class Attachment_Sup45 : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
@@ -15,5 +15,10 @@ class Attachment_Sup_45 : CA_Magazine {
|
||||
text = $STR_DZ_ATT_ACT_TO_SECONDARY;
|
||||
script = "; [_id,0] call player_attachAttachment";
|
||||
};
|
||||
class AttachToPrimary
|
||||
{
|
||||
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
||||
script = "; [_id,1] call player_attachAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user