Jump to content

HVBerlin42

Pre Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About HVBerlin42

  • Rank
    Newbie
  1. HVBerlin42

    Respawn with Custom loadout

    hey everyone, please help me! i treid it often but i cant do it right.... i want that this soldier apears if i respawn: it is copy and paste by the virtual arsenal in arma 3 comment "Exported from Arsenal by XXXX"; 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 "U_I_G_Story_Protagonist_F"; for "_i" from 1 to 3 do {this addItemToUniform "17Rnd_mas_9x21_Mag";}; this addVest "V_Chestrig_blk"; for "_i" from 1 to 3 do {this addItemToVest "30Rnd_mas_545x39_T_mag";}; for "_i" from 1 to 9 do {this addItemToVest "30Rnd_mas_545x39_mag";}; for "_i" from 1 to 4 do {this addItemToVest "BWA3_DM51A1";}; this addItemToVest "B_IR_Grenade"; this addBackpack "B_mas_AssaultPack_black"; for "_i" from 1 to 4 do {this addItemToBackpack "FirstAidKit";}; this addItemToBackpack "Medikit"; this addItemToBackpack "SmokeShellBlue"; this addItemToBackpack "SmokeShellRed"; for "_i" from 1 to 6 do {this addItemToBackpack "SmokeShell";}; this addHeadgear "H_Watchcap_blk"; this addGoggles "G_mas_wpn_bala_gog_b"; comment "Add weapons"; this addWeapon "arifle_mas_ak12_sf"; this addPrimaryWeaponItem "optic_Aco_smg"; this addWeapon "hgun_mas_grach_F"; this addHandgunItem "muzzle_mas_snds_LM"; this addHandgunItem "acc_mas_pointer_gun_IR"; this addWeapon "Rangefinder"; comment "Add items"; this linkItem "ItemMap"; this linkItem "ItemCompass"; this linkItem "ItemWatch"; this linkItem "ItemRadio"; this linkItem "BWA3_ItemNaviPad"; this linkItem "NVGoggles_mas_h"; comment "Set identity"; this setFace "WhiteHead_14"; this setSpeaker "Male12ENG"; [this,"BWA3_insignia_03_hauptgefreiter"] call bis_fnc_setUnitInsignia; i would be very happy if anyone can help me! also i need the right description.ext and other files, thanks a lot for help
×