Re: 19/03/15 - [COOP] URSS IS BACK
Posted: 19 Mar 2015, 11:46
Presente.
Forum del Clan Italiano di Arma 3 - 9th Generic Unit
https://9thgenericunit.com/forum/
Code: Select all
comment "Exported from Arsenal by {9GU}LtGen.Jimmy";
comment "Remove existing items";
removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;
comment "Add containers";
this forceAddUniform "TRYK_U_B_wood_CombatUniform";
for "_i" from 1 to 2 do {this addItemToUniform "AGM_Bandage";};
this addItemToUniform "AGM_Morphine";
for "_i" from 1 to 4 do {this addItemToUniform "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
this addVest "V_Chestrig_khk";
for "_i" from 1 to 2 do {this addItemToVest "16Rnd_9x21_Mag";};
this addItemToVest "SmokeShell";
this addItemToVest "SmokeShellGreen";
for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
for "_i" from 1 to 10 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
this addBackpack "rhsusf_assault_eagleaiii_ocp";
this addItemToBackpack "AGM_EarBuds";
this addItemToBackpack "AGM_Morphine";
this addItemToBackpack "AGM_Epipen";
this addItemToBackpack "AGM_Bandage";
this addItemToBackpack "AGM_CableTie";
for "_i" from 1 to 2 do {this addItemToBackpack "16Rnd_9x21_Mag";};
for "_i" from 1 to 3 do {this addItemToBackpack "SUPER_flash";};
this addItemToBackpack "Chemlight_green";
this addItemToBackpack "Chemlight_red";
this addItemToBackpack "Chemlight_yellow";
this addItemToBackpack "Chemlight_blue";
this addHeadgear "rhsusf_opscore_03_ocp";
this addGoggles "TRYK_SPGEAR_Glasses";
comment "Add weapons";
this addWeapon "rhs_weap_mk18_grip2_KAC";
this addPrimaryWeaponItem "rhsusf_acc_rotex5_grey";
this addPrimaryWeaponItem "rhsusf_acc_anpeq15";
this addPrimaryWeaponItem "optic_Arco";
this addWeapon "hgun_P07_F";
this addHandgunItem "muzzle_snds_L";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "tf_microdagr";
this linkItem "tf_anprc152_1";
this linkItem "ItemGPS";
this linkItem "TRYK_Shemagh_shade_N";
comment "Set identity";
this setSpeaker "AGM_NoVoice";
Ho lasciato diverso spazio nello zaino per poter personalizzare il setup .TeamNuke wrote:Mi raccomando di rispettare gli orari, è una missione abbastanza complicata e ogni azione deve essere compiuta in determinati momenti