Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
blackabbot

Adding Secondary Primary Weapon To Your Backpack

Recommended Posts

I hope this is the right place to post this thread.

I've been trying for a long time to add a secondary primary weapon to my backpack, searched all the forums with no luck, but I've finally solved it myself.

This is my players loadout, if you hav'nt got these weapons just replace the weapons and magazines with the classnames you want, also delete the flashbang lines if you hav'nt got the mod installed.

I hope it maybe of some use. Just place this in the init field of your unit.

removeallweapons this;

this addmagazines["30Rnd_mas_556x45_T_Stanag",8];

this addmagazines["1Rnd_HE_Grenade_shell",4];

this addweapon "arifle_mas_m4_m203_t";

this addPrimaryWeaponItem "acc_pointer_IR";

this addPrimaryWeaponItem "optic_mrco";

this addPrimaryWeaponItem "muzzle_snds_b";

this addweapon "NVgoggles";

this additem"B_uavterminal";

this removeWeapon "Binocular";

this addWeapon "Rangefinder";

this addweapon "hgun_P07_snds_F";

this addmagazine ["16Rnd_9x21_Mag",3];

this addmagazine ["smokeshell",3];

this addmagazine ["handgrenade",1];

this addmagazines["SUPER_flash",3];

this addbackpack "b_kitbag_base";

(unitBackpack this) additemCargo ["FirstAidKit",3];

(unitBackpack this) addmagazineCargo ["DemoCharge_Remote_Mag",3];

(unitBackpack this) additemCargo ["srifle_mas_m107_d_sd",1];

(unitBackpack this) additemCargo ["5Rnd_mas_127x99_dem_Stanag",3];

(unitBackpack this) additemCargo ["5Rnd_mas_127x99_Stanag",3];

(unitBackpack this) additemCargo ["handgrenade",3];

(unitBackpack this) additemCargo ["smokeshell",3];

Share this post


Link to post
Share on other sites
Sign in to follow this  

×