Jump to content
Sign in to follow this  
falconx1

Green Uniforms and loadouts

Recommended Posts

Does anyone have the Green factions uniforms and loadouts on hand you can post for me?

would hate to spend the day configing it, if someone has it please share!:yay:

Like the uniform and gear etc

just need

Rifleman

Autorifle

GL

AT

Medic

Explosives

sniper

EXAMPLE:

removeallweapons _unit;

removeallassigneditems _unit;

removeallcontainers _unit;

_unit addUniform "U_B_CombatUniform_mcam_vest";

_unit addbackpack "B_Kitbag_Base";

_unit addvest "V_Chestrig_khk";

_unit addheadgear "H_HelmetB_light";

_unit addmagazines ["200Rnd_65x39_cased_Box", 3]; //<- it is addmagazines ["string", number] or addmagazine "string"!

_unit addmagazines ["200Rnd_65x39_cased_Box_Tracer", 2];

_unit addweapon "LMG_Mk200_F";

_unit addMagazines ["SmokeShell", 2];

_unit addMagazines ["Chemlight_green", 2];

_unit addMagazines ["HandGrenade", 2];

_unit addweapon "ItemCompass";

_unit addweapon "ItemGPS";

_unit addweapon "ItemMap";

_unit addweapon "ItemRadio";

_unit addweapon "ItemWatch";

_unit addItem "FirstAidKit";

_unit addPrimaryWeaponItem "optic_Hamr";

_unit addPrimaryWeaponItem "acc_flashlight";

_unit addMagazines ["16Rnd_9x21_Mag", 4];

_unit addweapon "hgun_P07_F";

_unit addweapon "Binocular";

_unit assignItem "Binocular";

_unit addItem "NVGoggles";

_unit assignItem "NVGoggles";

Share this post


Link to post
Share on other sites

hahaha yah but i have to go searching and config it all thats wat i was trying not to do

Share this post


Link to post
Share on other sites

ah yeah i didnt read all your post lol my bad.

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  

×