Add AKS Gold and Silver

Thx Robert Hammer
This commit is contained in:
A Man
2020-03-05 09:59:29 +01:00
parent 26d636e911
commit 721b23e536
6 changed files with 28 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ Included Custom Addons
* RH Pistol Pack Remake by Robert Hammer - http://www.armaholic.com/page.php?id=12800
* RH SMG pack by Robert Hammer - http://www.armaholic.com/page.php?id=13788
* RH HK416 Pack by Robert Hammer - http://www.armaholic.com/page.php?id=11789
* RH Ak's Pack by Robert Hammer - http://www.armaholic.com/page.php?id=9029
--------------------------
Included Custom Islands

View File

@@ -25,9 +25,9 @@ weaponsRU[] =
{Loot_WEAPON, 7, Bizon_SD_DZ},
// Assault Rifles
{Loot_WEAPON, 6, AK74_Kobra_DZ},
{Loot_WEAPON, 6, AKS74U_DZ},
{Loot_WEAPON, 1, AKS_GOLD},
{Loot_WEAPON, 1, AKS_Gold_DZ},
{Loot_WEAPON, 1, AKS_Silver_DZ},
{Loot_WEAPON, 6, AKM_DZ},
{Loot_WEAPON, 6, AK107_DZ}, // Attachment support added to AK-107 in 1.0.7
{Loot_WEAPON, 6, AK74_DZ},

View File

@@ -6,7 +6,9 @@ class Category_11 {
class AA12_PMC {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
class revolver_gold_EP1 {type = "trade_weapons";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class Colt_Anaconda_Gold_DZ {type = "trade_weapons";buy[] = {9,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar10oz"};};
class AKS_GOLD {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class AKS_GOLD {type = "trade_weapons";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class AKS_Gold_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class AKS_Silver_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class MAAWS {type = "trade_weapons";buy[] = {-8,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar10oz"};};
class 8Rnd_B_Saiga12_74Slug {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};
class 8Rnd_B_Saiga12_Pellets {type = "trade_items";buy[] = {5,"ItemSilverBar"};sell[] = {3,"ItemSilverBar"};};

View File

@@ -46,6 +46,7 @@ class CfgWeapons
class AK_47_M;
#include "Rifles\AKM.hpp"
#include "Rifles\AKS.hpp"
#include "Rifles\RPK.hpp"

View File

@@ -0,0 +1,11 @@
class AKS_Gold_DZ: AKM_DZ {
displayName = $STR_DZ_WPN_AKS_GOLD_NAME;
model = "\RH_aks\RH_aks47g.p3d";
picture = "\RH_aks\inv\aks47g.paa";
};
class AKS_Silver_DZ: AKM_DZ {
displayName = $STR_DZ_WPN_AKS_SILVER_NAME;
model = "\RH_aks\RH_aks47s.p3d";
picture = "\RH_aks\inv\aks47s.paa";
};

View File

@@ -12658,7 +12658,16 @@
<Key ID="STR_DZ_WPN_Masada_ACOG_SD_NAME">
<English>Masada ACOG SD</English>
<Russian>Masada ACOG ПБС</Russian>
</Key>
</Key>
<!-- AKS -->
<Key ID="STR_DZ_WPN_AKS_GOLD_NAME">
<English>AKS Gold</English>
</Key>
<Key ID="STR_DZ_WPN_AKS_SILVER_NAME">
<English>AKS Silver</English>
<German>AKS Silber</German>
</Key>
<!-- **** MAGAZINES **** -->