mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +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:
@@ -28,9 +28,11 @@ AttachmentsUS[] =
|
||||
{Loot_MAGAZINE, 1, Attachment_ACOG},
|
||||
{Loot_MAGAZINE, 1, Attachment_Ghillie},
|
||||
{Loot_MAGAZINE, 1, Attachment_M203},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup68},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup556},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup9},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup10}
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup10},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup45}
|
||||
};
|
||||
|
||||
// Attachments for European Guns
|
||||
@@ -40,10 +42,11 @@ AttachmentsEU[] =
|
||||
{Loot_MAGAZINE, 1, Attachment_Holo},
|
||||
{Loot_MAGAZINE, 1, Attachment_ACOG},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup556},
|
||||
{Loot_MAGAZINE, 3, Attachment_Sup9},
|
||||
{Loot_MAGAZINE, 3, Attachment_Sup10},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup9},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup10},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup45},
|
||||
{Loot_MAGAZINE, 1, Attachment_MFL},
|
||||
{Loot_MAGAZINE, 3, Attachment_MFL_Pist} // G17 only
|
||||
{Loot_MAGAZINE, 1, Attachment_MFL_Pist} // G17 only
|
||||
};
|
||||
|
||||
// Attachments for SA58
|
||||
@@ -53,5 +56,6 @@ AttachmentsCZ[] =
|
||||
{Loot_MAGAZINE, 1, Attachment_Holo},
|
||||
{Loot_MAGAZINE, 1, Attachment_ACOG},
|
||||
{Loot_MAGAZINE, 1, Attachment_SA58RIS},
|
||||
{Loot_MAGAZINE, 1, Attachment_Sup9},
|
||||
{Loot_MAGAZINE, 1, Attachment_MFL}
|
||||
};
|
||||
Reference in New Issue
Block a user