Re: Operación Bad Food VIERNES 3/04/2015 22:30H
Publicado: 29 Mar 2015, 19:01
SIC, echaré una mano al Mando Principal en lo que me requiera, Radio y todo eso!
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/
Código: Seleccionar todo
comment "Exported from Arsenal by Churrofighter";
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 "rhs_uniform_cu_ucp_patchless";
for "_i" from 1 to 5 do {this addItemToUniform "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
this addVest "rhsusf_iotv_ucp_Rifleman";
this addItemToVest "AGM_Clacker";
this addItemToVest "AGM_EarBuds";
for "_i" from 1 to 10 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_m67";};
this addItemToVest "RH_15Rnd_9x19_M9";
this addBackpack "rhsusf_assault_eagleaiii_ucp";
for "_i" from 1 to 10 do {this addItemToBackpack "AGM_CableTie";};
for "_i" from 1 to 15 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 6 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 6 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
this addItemToBackpack "DemoCharge_Remote_Mag";
this addHeadgear "rhsusf_ach_helmet_ucp";
this addGoggles "TRYK_US_ESS_Glasses_TAN_BLK";
comment "Add weapons";
this addWeapon "rhs_weap_m4_carryhandle";
this addPrimaryWeaponItem "rhsusf_acc_compm4";
this addWeapon "rhs_weap_M136_hedp";
this addWeapon "RH_m9";
this addWeapon "Binocular";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "tf_microdagr";
this linkItem "tf_anprc152_2";
this linkItem "ItemGPS";
this linkItem "TRYK_US_ESS_Glasses_Cover";
comment "Set identity";
this setSpeaker "AGM_NoVoice";
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 "rhs_uniform_cu_ucp_patchless";
this addVest "rhsusf_iotv_ucp_Rifleman";
this addItemToVest "AGM_EarBuds";
for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
this addBackpack "rhsusf_assault_eagleaiii_ucp";
for "_i" from 1 to 10 do {this addItemToBackpack "AGM_CableTie";};
for "_i" from 1 to 15 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 6 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 6 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
for "_i" from 1 to 3 do {this addItemToBackpack "SmokeShell";};
this addItemToBackpack "SmokeShellRed";
this addItemToBackpack "SmokeShellGreen";
this addHeadgear "rhsusf_ach_helmet_ucp";
this addGoggles "TRYK_US_ESS_Glasses_TAN_BLK";
comment "Add weapons";
this addWeapon "Laserdesignator";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "tf_microdagr";
this linkItem "tf_anprc152_1";
this linkItem "ItemGPS";
this linkItem "TRYK_US_ESS_Glasses_Cover";
comment "Set identity";
this setFace "WhiteHead_05";
this setSpeaker "AGM_NoVoice";