Jump to content
Sign in to follow this  
Crimson_Raptor

Amm Filler Script Complete List

Recommended Posts

I've been trying to find all of the weapons used in the game using a simple ammo filler script and this website:

http://browser.dev-heaven.net/cfg_weapons/classlist?=A2+with+OA%3A+1.56&version=37&commit=Change&options%5Bgroup_by%5D=weap_type&options%5Bcustom_type%5D=&options%5Bfaction%5D=

Let me know if anything is missing or is repeated more than once.

I have yet to figure out how to make a backpack selectable in an ammo crate or backpack heap though.

while {alive _this} do

{

clearweaponcargo _this;

clearmagazinecargo _this;

//BIS WEAPONS//

_this addWeaponCargo ["AK_107_kobra",20];

_this addWeaponCargo ["AK_107_GL_kobra",20];

_this addWeaponCargo ["AK_107_GL_pso",20];

_this addWeaponCargo ["AK_107_pso",20];

_this addWeaponCargo ["AK_74",20];

_this addWeaponCargo ["AK_74_GL",20];

_this addWeaponCargo ["AK_47_M",20];

_this addWeaponCargo ["AK_47_S",20];

_this addWeaponCargo ["AKS_74_kobra",20];

_this addWeaponCargo ["AKS_74_pso",20];

_this addWeaponCargo ["AKS_74_U",20];

_this addWeaponCargo ["AKS_74_UN_kobra",20];

_this addWeaponCargo ["bizon",20];

_this addWeaponCargo ["bizon_silenced",20];

_this addWeaponCargo ["FN_FAL",20];

_this addWeaponCargo ["FN_FAL_ANPVS4",20];

_this addWeaponCargo ["G36a",20];

_this addWeaponCargo ["G36C",20];

_this addWeaponCargo ["G36_C_SD_eotech",20];

_this addWeaponCargo ["G36K",20];

_this addWeaponCargo ["M1014",20];

_this addWeaponCargo ["M16A2",20];

_this addWeaponCargo ["M16A2GL",20];

_this addWeaponCargo ["M16A4",20];

_this addWeaponCargo ["M16A4_GL",20];

_this addWeaponCargo ["M16A4_ACG_GL",20];

_this addWeaponCargo ["M16A4_ACG",20];

_this addWeaponCargo ["M4A1",20];

_this addWeaponCargo ["M4A1_HWS_GL",20];

_this addWeaponCargo ["M4A1_HWS_GL_camo",20];

_this addWeaponCargo ["M4A1_HWS_GL_SD_Camo",20];

_this addWeaponCargo ["M4A1_RCO_GL",20];

_this addWeaponCargo ["M4A1_Aim",20];

_this addWeaponCargo ["M4A1_Aim_camo",20];

_this addWeaponCargo ["M4A1_AIM_SD_camo",20];

_this addWeaponCargo ["MP5A5",20];

_this addWeaponCargo ["MP5SD",20];

_this addWeaponCargo ["Saiga12K",20];

_this addWeaponCargo ["VSS_vintorez",20];

_this addWeaponCargo ["M8_carbine",20];

_this addWeaponCargo ["M8_carbineGL",20];

_this addWeaponCargo ["M8_compact",20];

_this addWeaponCargo ["MG36",20];

_this addWeaponCargo ["Mk_48",20];

_this addWeaponCargo ["M240",20];

_this addWeaponCargo ["M249",20];

_this addWeaponCargo ["Pecheneg",20];

_this addWeaponCargo ["PK",20];

_this addWeaponCargo ["RPK_74",20];

_this addWeaponCargo ["M8_SAW",20];

_this addWeaponCargo ["Huntingrifle",20];

_this addWeaponCargo ["DMR",20];

_this addWeaponCargo ["KSVK",20];

_this addWeaponCargo ["M107",20];

_this addWeaponCargo ["m107_TWS_EP1",20];

_this addWeaponCargo ["M24",20];

_this addWeaponCargo ["M40A3",20];

_this addWeaponCargo ["M4SPR",20];

_this addWeaponCargo ["SVD",20];

_this addWeaponCargo ["SVD_CAMO",20];

_this addWeaponCargo ["M8_sharpshooter",20];

_this addWeaponCargo ["Colt1911",20];

_this addWeaponCargo ["M9",20];

_this addWeaponCargo ["M9SD",20];

_this addWeaponCargo ["glock17_EP1",20];

_this addWeaponCargo ["Makarov",20];

_this addWeaponCargo ["MakarovSD",20];

_this addWeaponCargo ["revolver_EP1",20];

_this addWeaponCargo ["revolver_gold_EP1",20];

_this addWeaponCargo ["Igla",20];

_this addWeaponCargo ["Javelin",20];

_this addWeaponCargo ["M136",20];

_this addWeaponCargo ["MAAWS",20];

_this addWeaponCargo ["MetisLauncher",20];

_this addWeaponCargo ["RPG18",20];

_this addWeaponCargo ["RPG7V",20];

_this addWeaponCargo ["SMAW",20];

_this addWeaponCargo ["Stinger",20];

_this addWeaponCargo ["Strela",20];

_this addWeaponCargo ["Binocular",20];

_this addWeaponCargo ["NVGoggles",20];

_this addWeaponCargo ["Laserdesignator",10];

_this addWeaponCargo ["Sa61_EP1",20];

_this addWeaponCargo ["UZI_EP1",20];

_this addWeaponCargo ["UZI_SD_EP1",20];

_this addWeaponCargo ["AKS_74",20];

_this addWeaponCargo ["AKS_74_GOSHAWK",20];

_this addWeaponCargo ["AKS_74_NSPU",20];

_this addWeaponCargo ["AKS_GOLD",20];

_this addWeaponCargo ["G36_C_SD_camo",20];

_this addWeaponCargo ["G36A_camo",20];

_this addWeaponCargo ["G36C_camo",20];

_this addWeaponCargo ["G36K_camo",20];

_this addWeaponCargo ["LeeEnfield",20];

_this addWeaponCargo ["M110_NVG_EP1",20];

_this addWeaponCargo ["M110_TWS_EP1",20];

_this addWeaponCargo ["M14_EP1",20];

_this addWeaponCargo ["m240_scoped_EP1",20];

_this addWeaponCargo ["M249_EP1",20];

_this addWeaponCargo ["M249_m145_EP1",20];

_this addWeaponCargo ["M249_TWS_EP1",20];

_this addWeaponCargo ["M24_des_EP1",20];

_this addWeaponCargo ["M32_EP1",20];

_this addWeaponCargo ["M4A3_CCO_EP1",20];

_this addWeaponCargo ["M4A3_RCO_GL_EP1",20];

_this addWeaponCargo ["M60A4_EP1",20];

_this addWeaponCargo ["M79_EP1",20];

_this addWeaponCargo ["MG36_camo",20];

_this addWeaponCargo ["Mk13_EP1",20];

_this addWeaponCargo ["Mk_48_DES_EP1",20];

//BAF WEAPONS//

_this addWeaponCargo ["BAF_AS50_scoped",100];

_this addWeaponCargo ["BAF_AS50_TWS",100];

_this addWeaponCargo ["BAF_L7A2_GPMG",100];

_this addWeaponCargo ["BAF_L110A1_Aim",100];

_this addWeaponCargo ["BAF_L85A2_RIS_ACOG",100];

_this addWeaponCargo ["BAF_L85A2_RIS_CWS",100];

_this addWeaponCargo ["BAF_L85A2_RIS_Holo",100];

_this addWeaponCargo ["BAF_L85A2_RIS_SUSAT",100];

_this addWeaponCargo ["BAF_L85A2_UGL_ACOG",100];

_this addWeaponCargo ["BAF_L85A2_UGL_Holo",100];

_this addWeaponCargo ["BAF_L85A2_UGL_SUSAT",100];

_this addWeaponCargo ["BAF_L86A2_ACOG",100];

_this addWeaponCargo ["BAF_LRR_scoped",100];

_this addWeaponCargo ["BAF_LRR_scoped_W",100];

_this addWeaponCargo ["BAF_NLAW_Launcher",100];

_this addWeaponCargo ["Sa58P_EP1",20];

_this addWeaponCargo ["Sa58V_CCO_EP1",20];

_this addWeaponCargo ["Sa58V_EP1",20];

_this addWeaponCargo ["Sa58V_RCO_EP1",20];

_this addWeaponCargo ["SCAR_H_CQC_CCO",20];

_this addWeaponCargo ["SCAR_H_CQC_CCO_SD",20];

_this addWeaponCargo ["SCAR_H_LNG_Sniper",20];

_this addWeaponCargo ["SCAR_H_LNG_Sniper_SD",20];

_this addWeaponCargo ["SCAR_H_STD_EGLM_Spect",20];

_this addWeaponCargo ["SCAR_H_STD_TWS_SD",20];

_this addWeaponCargo ["SCAR_L_CQC",20];

_this addWeaponCargo ["SCAR_L_CQC_CCO_SD",20];

_this addWeaponCargo ["SCAR_L_CQC_EGLM_Holo",20];

_this addWeaponCargo ["SCAR_L_CQC_Holo",20];

_this addWeaponCargo ["SCAR_L_STD_EGLM_RCO",20];

_this addWeaponCargo ["SCAR_L_STD_EGLM_TWS",20];

_this addWeaponCargo ["SCAR_L_STD_HOLO",20];

_this addWeaponCargo ["SCAR_L_STD_Mk4CQT",20];

_this addWeaponCargo ["SVD_des_EP1",20];

_this addWeaponCargo ["SVD_NSPU_EP1",20];

_this addWeaponCargo ["Binocular_Vector",20];

//PMC WEAPONS//

_this addWeaponCargo ["AA12_PMC",20];

_this addWeaponCargo ["m8_compact_pmc",20];

_this addWeaponCargo ["m8_carbine_pmc",20];

_this addWeaponCargo ["m8_holo_sd",20];

_this addWeaponCargo ["m8_tws",20];

_this addWeaponCargo ["m8_tws_sd",20];

_this addWeaponCargo ["PMC_AS50_scoped",20];

_this addWeaponCargo ["PMC_AS50_TWS",20];

//BIS AMMO//

_this addMagazineCargo ["30Rnd_9x19_UZI",100];

_this addMagazineCargo ["30Rnd_9x19_UZI_SD",100];

_this addMagazineCargo ["10x_303",100];

_this addMagazineCargo ["20Rnd_762x51_B_SCAR",100];

_this addMagazineCargo ["6Rnd_HE_M203",100];

_this addMagazineCargo ["6Rnd_FlareWhite_M203",100];

_this addMagazineCargo ["6Rnd_FlareGreen_M203",100];

_this addMagazineCargo ["6Rnd_FlareRed_M203",100];

_this addMagazineCargo ["6Rnd_FlareYellow_M203",100];

_this addMagazineCargo ["6Rnd_Smoke_M203",100];

_this addMagazineCargo ["6Rnd_SmokeRed_M203",100];

_this addMagazineCargo ["6Rnd_SmokeGreen_M203",100];

_this addMagazineCargo ["6Rnd_SmokeYellow_M203",100];

_this addMagazineCargo ["30Rnd_545x39_AK",100];

_this addMagazineCargo ["30Rnd_545x39_AKSD",100];

_this addMagazineCargo ["30Rnd_762x39_AK47",100];

_this addMagazineCargo ["64Rnd_9x19_Bizon",100];

_this addMagazineCargo ["64Rnd_9x19_SD_Bizon",100];

_this addMagazineCargo ["20Rnd_762x51_FNFAL",100];

_this addMagazineCargo ["30Rnd_556x45_G36",100];

_this addMagazineCargo ["30Rnd_556x45_G36SD",100];

_this addMagazineCargo ["8Rnd_B_Beneli_74Slug",100];

_this addMagazineCargo ["30Rnd_556x45_Stanag",100];

_this addMagazineCargo ["30Rnd_556x45_StanagSD",100];

_this addMagazineCargo ["30Rnd_9x19_MP5",100];

_this addMagazineCargo ["30Rnd_9x19_MP5SD",100];

_this addMagazineCargo ["8Rnd_B_Saiga12_74Slug",100];

_this addMagazineCargo ["10Rnd_9x39_SP5_VSS",100];

_this addMagazineCargo ["20Rnd_9x39_SP5_VSS",100];

_this addMagazineCargo ["1Rnd_HE_GP25",100];

_this addMagazineCargo ["FlareWhite_GP25",100];

_this addMagazineCargo ["FlareGreen_GP25",100];

_this addMagazineCargo ["FlareRed_GP25",100];

_this addMagazineCargo ["FlareYellow_GP25",100];

_this addMagazineCargo ["1Rnd_SMOKE_GP25",100];

_this addMagazineCargo ["1Rnd_SMOKERED_GP25",100];

_this addMagazineCargo ["1Rnd_SMOKEGREEN_GP25",100];

_this addMagazineCargo ["1Rnd_SMOKEYELLOW_GP25",100];

_this addMagazineCargo ["1Rnd_HE_M203",100];

_this addMagazineCargo ["FlareWhite_M203",100];

_this addMagazineCargo ["FlareGreen_M203",100];

_this addMagazineCargo ["FlareRed_M203",100];

_this addMagazineCargo ["FlareYellow_M203",100];

_this addMagazineCargo ["1Rnd_Smoke_M203",100];

_this addMagazineCargo ["1Rnd_SmokeRed_M203",100];

_this addMagazineCargo ["1Rnd_SmokeGreen_M203",100];

_this addMagazineCargo ["1Rnd_SmokeYellow_M203",100];

_this addMagazineCargo ["100Rnd_556x45_BetaCMag",100];

_this addMagazineCargo ["100Rnd_762x51_M240",100];

_this addMagazineCargo ["200Rnd_556x45_M249",100];

_this addMagazineCargo ["100Rnd_762x54_PK",100];

_this addMagazineCargo ["75Rnd_545x39_RPK",100];

_this addMagazineCargo ["5x_22_LR_17_HMR",100];

_this addMagazineCargo ["20Rnd_762x51_DMR",100];

_this addMagazineCargo ["5Rnd_127x108_KSVK",100];

_this addMagazineCargo ["10Rnd_127x99_m107",100];

_this addMagazineCargo ["5Rnd_762x51_M24",100];

_this addMagazineCargo ["20Rnd_556x45_Stanag",100];

_this addMagazineCargo ["10Rnd_762x54_SVD",100];

_this addMagazineCargo ["7Rnd_45ACP_1911",100];

_this addMagazineCargo ["15Rnd_9x19_M9",100];

_this addMagazineCargo ["15Rnd_9x19_M9SD",100];

_this addMagazineCargo ["17Rnd_9x19_glock17",100];

_this addMagazineCargo ["8Rnd_9x18_Makarov",100];

_this addMagazineCargo ["8Rnd_9x18_MakarovSD",100];

_this addMagazineCargo ["6Rnd_45ACP",20];

_this addMagazineCargo ["10Rnd_B_765x17_Ball",100];

_this addMagazineCargo ["20Rnd_B_765x17_Ball",100];

_this addMagazineCargo ["Igla",20];

_this addMagazineCargo ["Javelin",20];

_this addMagazineCargo ["M136",20];

_this addMagazineCargo ["MAAWS_HEAT",20];

_this addMagazineCargo ["MAAWS_HEDP",20];

_this addMagazineCargo ["AT13",20];

_this addMagazineCargo ["RPG18",20];

_this addMagazineCargo ["PG7V",20];

_this addMagazineCargo ["PG7VL",20];

_this addMagazineCargo ["PG7VR",20];

_this addMagazineCargo ["OG7",20];

_this addMagazineCargo ["SMAW_HEAA",20];

_this addMagazineCargo ["SMAW_HEDP",20];

_this addMagazineCargo ["Stinger",20];

_this addMagazineCargo ["Strela",20];

_this addMagazineCargo ["HandGrenade",50];

_this addMagazineCargo ["HandGrenade_West",50];

_this addMagazineCargo ["HandGrenade_East",50];

_this addMagazineCargo ["SmokeShell",50];

_this addMagazineCargo ["SmokeShellRed",50];

_this addMagazineCargo ["SmokeShellGreen",50];

_this addMagazineCargo ["SmokeShellYellow",50];

_this addMagazineCargo ["TimeBomb",50];

_this addMagazineCargo ["PipeBomb",50];

_this addMagazineCargo ["Mine",50];

_this addMagazineCargo ["MineE",50];

_this addMagazineCargo ["HandGrenade_Stone",50];

_this addMagazineCargo ["Laserbatteries",50];

_this addMagazineCargo ["30Rnd_762x39_SA58",100];

_this addMagazineCargo ["20Rnd_762x51_B_SCAR",100];

_this addMagazineCargo ["20Rnd_762x51_SB_SCAR",100];

//BAF AMMO//

_this addMagazineCargo ["NLAW",100];

_this addMagazineCargo ["200Rnd_556x45_L110A1",100];

_this addMagazineCargo ["200Rnd_762x54_GPMG",100];

_this addMagazineCargo ["5Rnd_86x70_L115A1",100];

_this addMagazineCargo ["12Rnd_CRV7",100];

_this addMagazineCargo ["5Rnd_127x99_as50",100];

_this addMagazineCargo ["SmokeShellBlue",100];

_this addMagazineCargo ["SmokeShellPurple",100];

_this addMagazineCargo ["SmokeShellOrange",100];

//PMC AMMO//

_this addMagazineCargo ["20Rnd_B_AA12_74Slug",100];

_this addMagazineCargo ["20Rnd_B_AA12_HE",100];

_this addMagazineCargo ["20Rnd_B_AA12_Pellets",100];

sleep 1800;

};

Share this post


Link to post
Share on other sites

Hi guys ,

I am having a little issue trying to add some BAF toi my ammo crate!

As soon as I add in the following i only get BAF equipment , if it taks it out i get it all - any reason i cannot add the GPMG ?

Cheers Guys

_this addWeaponCargo ["BAF_L7A2_GPMG"_amountWeapon];

//................................
//	Fill Ammo Box Script by Lzryde (v0.2)
//................................

// Settings
_amountWeapon = 20;
_amountAmmo = 100;
_refreshTime = 600; // refill every 120 minutes

_this allowDamage false;

// Loop forever
while {true} do
{

// Clear box
clearWeaponCargo _this;
clearMagazineCargo _this;

// Fill box
// US Army Weapons & Ammo
_this addWeaponCargo ["M14_EP1", _amountWeapon]; _this addMagazineCargo ["20Rnd_762x51_DMR", _amountAmmo];
_this addWeaponCargo ["M16A2", _amountWeapon];
_this addWeaponCargo ["M16A2GL", _amountWeapon]; _this addMagazineCargo ["1Rnd_HE_M203", _amountAmmo];
_this addMagazineCargo ["FlareWhite_M203", _amountAmmo];
_this addMagazineCargo ["FlareGreen_M203", _amountAmmo];
_this addMagazineCargo ["FlareRed_M203", _amountAmmo];
_this addMagazineCargo ["FlareYellow_M203", _amountAmmo];
_this addMagazineCargo ["1Rnd_Smoke_M203", _amountAmmo];
_this addMagazineCargo ["1Rnd_SmokeRed_M203", _amountAmmo];
_this addMagazineCargo ["1Rnd_SmokeGreen_M203", _amountAmmo];
_this addMagazineCargo ["1Rnd_SmokeYellow_M203", _amountAmmo];

_this addWeaponCargo ["M4A1", _amountWeapon];
_this addWeaponCargo ["M4A3_RCO_GL_EP1", _amountWeapon];
_this addWeaponCargo ["M4A3_CCO_EP1", _amountWeapon];
_this addWeaponCargo ["SCAR_L_CQC_CCO_SD", _amountWeapon];
_this addWeaponCargo ["SCAR_L_CQC", _amountWeapon];
_this addWeaponCargo ["SCAR_L_CQC_Holo", _amountWeapon];
_this addWeaponCargo ["SCAR_L_CQC_EGLM_Holo", _amountWeapon];
_this addWeaponCargo ["SCAR_L_STD_EGLM_RCO", _amountWeapon];
_this addWeaponCargo ["SCAR_L_STD_EGLM_TWS", _amountWeapon];
_this addWeaponCargo ["SCAR_L_STD_HOLO", _amountWeapon];
_this addWeaponCargo ["SCAR_L_STD_Mk4CQT", _amountWeapon];
_this addWeaponCargo ["SCAR_H_CQC_CCO", _amountWeapon]; _this addMagazineCargo ["20Rnd_762x51_B_SCAR", _amountAmmo];
_this addWeaponCargo ["SCAR_H_CQC_CCO_SD", _amountWeapon]; _this addMagazineCargo ["20Rnd_762x51_SB_SCAR", _amountAmmo];
_this addWeaponCargo ["SCAR_H_STD_EGLM_Spect", _amountWeapon];
_this addWeaponCargo ["SCAR_H_LNG_Sniper", _amountWeapon];
_this addWeaponCargo ["SCAR_H_LNG_Sniper_SD", _amountWeapon];
_this addWeaponCargo ["SCAR_H_STD_TWS_SD", _amountWeapon];

_this addWeaponCargo ["m240_scoped_EP1", _amountWeapon]; _this addMagazineCargo ["100Rnd_762x51_M240", _amountAmmo];
_this addWeaponCargo ["M249_EP1", _amountWeapon]; _this addMagazineCargo ["200Rnd_556x45_M249", _amountAmmo];
_this addMagazineCargo ["100Rnd_556x45_M249", _amountAmmo];

_this addWeaponCargo ["M249_m145_EP1", _amountWeapon];
_this addWeaponCargo ["M249_TWS_EP1", _amountWeapon];
_this addWeaponCargo ["M60A4_EP1", _amountWeapon];
_this addWeaponCargo ["Mk_48_DES_EP1", _amountWeapon];

_this addWeaponCargo ["m107", _amountWeapon]; _this addMagazineCargo ["10Rnd_127x99_m107", _amountAmmo];
_this addWeaponCargo ["m107_TWS_EP1", _amountWeapon];
_this addWeaponCargo ["M110_NVG_EP1", _amountWeapon];
_this addWeaponCargo ["M110_TWS_EP1", _amountWeapon];
_this addWeaponCargo ["M24_des_EP1", _amountWeapon]; _this addMagazineCargo ["5Rnd_762x51_M24", _amountAmmo];

_this addWeaponCargo ["Colt1911", _amountWeapon]; _this addMagazineCargo ["7Rnd_45ACP_1911", _amountAmmo];
_this addWeaponCargo ["M9", _amountWeapon]; _this addMagazineCargo ["15Rnd_9x19_M9", _amountAmmo];
_this addMagazineCargo ["15Rnd_9x19_M9SD", _amountAmmo];
_this addWeaponCargo ["M9SD", _amountWeapon];

_this addWeaponCargo ["Javelin", _amountWeapon]; _this addMagazineCargo ["Javelin", _amountAmmo];
_this addWeaponCargo ["Stinger", _amountWeapon]; _this addMagazineCargo ["Stinger", _amountAmmo];
_this addWeaponCargo ["M136", _amountWeapon]; _this addMagazineCargo ["M136", _amountAmmo];
_this addWeaponCargo ["M47Launcher_EP1", _amountWeapon]; _this addMagazineCargo ["Dragon_EP1", _amountAmmo];
_this addWeaponCargo ["MAAWS", _amountWeapon]; _this addMagazineCargo ["MAAWS_HEAT", _amountAmmo];
_this addMagazineCargo ["MAAWS_HEDP", _amountAmmo];
_this addWeaponCargo ["Mk13_EP1", _amountWeapon];
_this addWeaponCargo ["M32_EP1", _amountWeapon]; _this addMagazineCargo ["6Rnd_HE_M203", _amountAmmo];
_this addWeaponCargo ["M79_EP1", _amountWeapon];
_this addMagazineCargo ["HandGrenade_West", _amountAmmo];

// German Weapons
_this addWeaponCargo ["G36A_camo", _amountWeapon]; _this addMagazineCargo ["30Rnd_556x45_G36", _amountAmmo];
_this addMagazineCargo ["100Rnd_556x45_BetaCMag", _amountAmmo];
_this addMagazineCargo ["30Rnd_556x45_G36SD", _amountAmmo];
_this addMagazineCargo ["30Rnd_556x45_Stanag", _amountAmmo];
_this addMagazineCargo ["30Rnd_556x45_StanagSD", _amountAmmo];
_this addMagazineCargo ["20Rnd_556x45_Stanag", _amountAmmo];
_this addWeaponCargo ["G36C_camo", _amountWeapon];
_this addWeaponCargo ["G36_C_SD_camo", _amountWeapon];
_this addWeaponCargo ["G36K_camo", _amountWeapon];
_this addWeaponCargo ["MG36_camo", _amountWeapon];
_this addWeaponCargo ["glock17_EP1", _amountWeapon]; _this addMagazineCargo ["17Rnd_9x19_glock17", _amountAmmo];

// Czeck Weapons
_this addWeaponCargo ["Sa58P_EP1", _amountWeapon]; _this addMagazineCargo ["30Rnd_762x39_SA58", _amountAmmo];
_this addWeaponCargo ["Sa58V_EP1", _amountWeapon];
_this addWeaponCargo ["Sa58V_RCO_EP1", _amountWeapon];
_this addWeaponCargo ["Sa58V_CCO_EP1", _amountWeapon];
_this addWeaponCargo ["Sa61_EP1", _amountWeapon]; _this addMagazineCargo ["20Rnd_B_765x17_Ball", _amountAmmo];

// Other Weapons
_this addMagazineCargo ["SmokeShell", _amountAmmo];
_this addMagazineCargo ["SmokeShellRed", _amountAmmo];
_this addMagazineCargo ["SmokeShellGreen", _amountAmmo];
_this addMagazineCargo ["SmokeShellYellow", _amountAmmo];
_this addMagazineCargo ["SmokeShellOrange", _amountAmmo];
_this addMagazineCargo ["SmokeShellPurple", _amountAmmo];
_this addMagazineCargo ["SmokeShellBlue", _amountAmmo];
_this addMagazineCargo ["PipeBomb", _amountAmmo];
_this addMagazineCargo ["Mine", _amountAmmo];
_this addMagazineCargo ["HandGrenade_Stone", _amountAmmo];
_this addWeaponCargo ["Binocular_Vector", _amountWeapon];
_this addWeaponCargo ["Binocular", _amountWeapon];
_this addWeaponCargo ["Laserdesignator", _amountWeapon]; _this addMagazineCargo ["Laserbatteries", _amountAmmo];
_this addWeaponCargo ["NVGoggles", _amountWeapon];
_this addMagazineCargo ["IRStrobe", _amountWeapon];
_this addMagazineCargo ["IR_Strobe_Marker", _amountWeapon];
_this addWeaponCargo ["ItemGPS", _amountWeapon];

/////BAF

//_this addWeaponCargo ["BAF_AS50_scoped"_amountWeapon];
//_this addWeaponCargo ["BAF_AS50_TWS"_amountWeapon];
_this addWeaponCargo ["BAF_L7A2_GPMG"_amountWeapon];
//_this addWeaponCargo ["BAF_L110A1_Aim"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_RIS_ACOG"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_RIS_CWS"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_RIS_Holo"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_RIS_SUSAT"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_UGL_ACOG"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_UGL_Holo"_amountWeapon];
//_this addWeaponCargo ["BAF_L85A2_UGL_SUSAT"_amountWeapon];
//_this addWeaponCargo ["BAF_L86A2_ACOG"_amountWeapon];
//_this addWeaponCargo ["BAF_LRR_scoped"_amountWeapon];
//_this addWeaponCargo ["BAF_LRR_scoped_W"_amountWeapon];
//_this addWeaponCargo ["BAF_NLAW_Launcher"_amountWeapon];
_this addMagazineCargo ["HandGrenade", _amountAmmo];
//_this addMagazineCargo ["HandGrenade_East", _amountAmmo];

// Wait the duration of _refreshTime
sleep _refreshTime;
};

Share this post


Link to post
Share on other sites
Hi guys ,

I am having a little issue trying to add some BAF toi my ammo crate!

Did you miss my post and thread topic? :annoy:

All you need to do is put this in your script:

_this addWeaponCargo ["BAF_L7A2_GPMG",100]

Not "amountWeapon."

Have you found any missing from my script?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×