Add Sa61 Epoch version

This commit is contained in:
AirwavesMan
2021-01-25 15:44:20 +01:00
parent 5d3975acc2
commit aae3f3d5ae
7 changed files with 13 additions and 5 deletions

View File

@@ -964,6 +964,7 @@ DesertEagle_DZ
DesertEagle_Gold_DZ
DesertEagle_Silver_DZ
DesertEagle_Modern_DZ
Sa61_DZ
MeleeHatchet
MeleeCrowbar
MeleeMachete

View File

@@ -720,3 +720,4 @@ DesertEagle_DZ
DesertEagle_Gold_DZ
DesertEagle_Silver_DZ
DesertEagle_Modern_DZ
Sa61_DZ

View File

@@ -215,6 +215,7 @@ weaponsCZ[] =
{Loot_WEAPON, 2, CZ75D_DZ},
{Loot_WEAPON, 2, CZ75SP_DZ},
{Loot_WEAPON, 1, CZ75SP_SD_DZ},
{Loot_WEAPON, 5, Sa61_DZ},
// Bolt action rifles and shotguns
{Loot_WEAPON, 5, USAS12_DZ},

View File

@@ -84,7 +84,7 @@ class Category_13 {
//Submachine Guns
class Category_14 {
class Sa61_EP1 {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
class Sa61_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
class Mac10_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
class TEC9_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar"};sell[] = {5,"ItemSilverBar10oz"};};
class PDW_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};

View File

@@ -84,7 +84,7 @@ class Category_13 {
//Submachine Guns
class Category_14 {
class Sa61_EP1 {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
class Sa61_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
class Mac10_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
class TEC9_DZ {type = "trade_weapons";buy[] = {100,"worth"};sell[] = {50,"worth"};};
class PDW_DZ {type = "trade_weapons";buy[] = {400,"worth"};sell[] = {200,"worth"};};

View File

@@ -246,6 +246,7 @@ class CfgWeapons
#include "Pistols\PDW.hpp"
#include "Pistols\TEC9.hpp"
#include "Pistols\MAC10.hpp"
#include "Pistols\SA61.hpp"
class revolver_EP1;
#include "Pistols\Revolver.hpp"

View File

@@ -0,0 +1,4 @@
class Sa61_EP1;
class Sa61_DZ: Sa61_EP1 {
displayName = $STR_DZ_WPN_SA61_NAME;
};