Re: GHOST RECON MARTES 23/12/14 22h. NO OFICIAL
Publicado: 23 Dic 2014, 13:02
ME apunto...
aunque creo que ya llego tarde...
aunque creo que ya llego tarde...
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 lupago";
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 "SMA_UNIFORMS_TAN";
this addItemToUniform "AGM_MapTools";
this addItemToUniform "AGM_EarBuds";
for "_i" from 1 to 2 do {this addItemToUniform "16Rnd_9x21_Mag";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellGreen";};
for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellRed";};
for "_i" from 1 to 4 do {this addItemToUniform "SmokeShell";};
for "_i" from 1 to 3 do {this addItemToUniform "SMA_30Rnd_556x45_M855A1";};
this addVest "SMA_UNIFORMS_TAN_VEST";
for "_i" from 1 to 15 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
this addBackpack "SMA_BackPack_Tan";
for "_i" from 1 to 20 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 10 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 10 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
this addHeadgear "SMA_Helmet_Tan";
this addGoggles "LCG_Shemagh_Tan";
comment "Add weapons";
this addWeapon "SMA_MK16";
this addPrimaryWeaponItem "SMA_supp2btanSCAR_556";
this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_TAN";
this addWeapon "hgun_P07_F";
this addWeapon "Trixie_SOFLAM";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "AGM_Altimeter";
this linkItem "tf_anprc152_2";
this linkItem "ItemGPS";
this linkItem "NVGoggles";
comment "Set identity";
this setFace "WhiteHead_17";
this setSpeaker "Male01ENGVR";
Kandalf escribió:Demasiado tarde para apuntarme?