Add 2 more M4A3 versions

This commit is contained in:
A Man
2020-03-12 18:19:12 +01:00
parent cecaaefd63
commit 9cc34b2471
3 changed files with 32 additions and 0 deletions

View File

@@ -126,6 +126,10 @@ class Category_8 {
//GL Holo Green Camo
class M4A1_Camo_Holo_GL_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class M4A1_Camo_Holo_GL_SD_DZ {type = "trade_weapons";buy[] = {12,"ItemGoldBar"};sell[] = {6,"ItemGoldBar"};};
//Camo
class M4A3_Camo_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
//ACOG Camo
class M4A3_Camo_ACOG_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
//CCO FL Desert Camo
class M4A3_DES_CCO_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
//ACOG GL Grey

View File

@@ -128,6 +128,10 @@ class Category_3 {
class M4A1_Camo_Holo_GL_SD_DZ {type = "trade_weapons";buy[] = {12,"ItemGoldBar"};sell[] = {6,"ItemGoldBar"};};
//CCO FL Desert Camo
class M4A3_DES_CCO_DZ {type = "trade_weapons";buy[] = {6,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
//Camo
class M4A3_Camo_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
//ACOG Camo
class M4A3_Camo_ACOG_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
//ACOG GL Grey
class M4A3_ACOG_GL_DZ {type = "trade_weapons";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class FNFAL_ANPVS4_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {1,"ItemGoldBar10oz"};};

View File

@@ -21,3 +21,27 @@ class M4A3_ACOG_GL_DZ: M4A3_RCO_GL_EP1 {
60Rnd_556x45_Stanag_tape_ice_DZE
};
};
class M4A3_EP1;
class M4A3_Camo_DZ: M4A3_EP1 {
magazines[] =
{
30Rnd_556x45_Stanag,
30Rnd_556x45_G36,
100Rnd_556x45_BetaCMag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};
class M4A3_RCO_EP1;
class M4A3_Camo_ACOG_DZ: M4A3_RCO_EP1 {
magazines[] =
{
30Rnd_556x45_Stanag,
30Rnd_556x45_G36,
100Rnd_556x45_BetaCMag,
20Rnd_556x45_Stanag,
60Rnd_556x45_Stanag_tape_ice_DZE
};
};