Re: ICE SHIELD SABADO 28/03 - 23:00
Publicado: 27 Mar 2015, 13:59
Ponedme de granadero o ametrallador donde queráis.
Grupo español de simulación táctica en ARMA 3 y Arma Reforger. Solicita registrarte como usuario en contactosquadalpha@gmail.com
https://foro.squadalpha.es/
[/floatleft]Código: Seleccionar todo
comment "Exported from Arsenal by Trauman";
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_Bts_PCUs";
for "_i" from 1 to 6 do {this addItemToUniform "SmokeShellGreen";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellOrange";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShell";};
this addVest "V_PlateCarrier2_rgr";
for "_i" from 1 to 4 do {this addItemToVest "AGM_CableTie";};
for "_i" from 1 to 30 do {this addItemToVest "AGM_Bandage";};
for "_i" from 1 to 5 do {this addItemToVest "AGM_Bloodbag";};
for "_i" from 1 to 6 do {this addItemToVest "SmokeShell";};
this addItemToVest "Chemlight_green";
this addBackpack "TRYK_B_Medbag_OD";
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_IR_Strobe_Item";};
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
for "_i" from 1 to 23 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 23 do {this addItemToBackpack "AGM_Epipen";};
for "_i" from 1 to 3 do {this addItemToBackpack "AGM_Bandage";};
this addItemToBackpack "AGM_Bloodbag";
for "_i" from 1 to 14 do {this addItemToBackpack "SMA_20Rnd_762x51mm_M80A1_EPR_IR";};
this addHeadgear "rhsusf_mich_bare_tan_headset";
this addGoggles "TRYK_kio_balaclava_ESS";
comment "Add weapons";
this addWeapon "SMA_Mk17";
this addPrimaryWeaponItem "SMA_spSCARtan_762";
this addPrimaryWeaponItem "RH_ta31rmr_tan_2D";
this addWeapon "Laserdesignator";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "AGM_Altimeter";
this linkItem "tf_anprc152_3";
this linkItem "ItemGPS";
this linkItem "A3_GPNVG18b_F";
comment "Set identity";
this setFace "WhiteHead_11";
this setSpeaker "AGM_NoVoice";Trauman escribió:¿ERES MEDICO Y NO TE HA DADO TIEMPO HA HACER EL LOADOUT?
[floatleft][/floatleft]
Código: Seleccionar todo
comment "Exported from Arsenal by Trauman";
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_Bts_PCUs";
for "_i" from 1 to 6 do {this addItemToUniform "SmokeShellGreen";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellOrange";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShell";};
this addVest "V_PlateCarrier2_rgr";
for "_i" from 1 to 4 do {this addItemToVest "AGM_CableTie";};
for "_i" from 1 to 30 do {this addItemToVest "AGM_Bandage";};
for "_i" from 1 to 5 do {this addItemToVest "AGM_Bloodbag";};
for "_i" from 1 to 6 do {this addItemToVest "SmokeShell";};
this addItemToVest "Chemlight_green";
this addBackpack "TRYK_B_Medbag_OD";
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_IR_Strobe_Item";};
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
for "_i" from 1 to 23 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 23 do {this addItemToBackpack "AGM_Epipen";};
for "_i" from 1 to 3 do {this addItemToBackpack "AGM_Bandage";};
this addItemToBackpack "AGM_Bloodbag";
for "_i" from 1 to 14 do {this addItemToBackpack "SMA_20Rnd_762x51mm_M80A1_EPR_IR";};
this addHeadgear "rhsusf_mich_bare_tan_headset";
this addGoggles "TRYK_kio_balaclava_ESS";
comment "Add weapons";
this addWeapon "SMA_Mk17";
this addPrimaryWeaponItem "SMA_spSCARtan_762";
this addPrimaryWeaponItem "RH_ta31rmr_tan_2D";
this addWeapon "Laserdesignator";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "AGM_Altimeter";
this linkItem "tf_anprc152_3";
this linkItem "ItemGPS";
this linkItem "A3_GPNVG18b_F";
comment "Set identity";
this setFace "WhiteHead_11";
this setSpeaker "AGM_NoVoice";