Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Exported from Arsenal by KarelMoricky
- _unit = player;
- // Remove existing items
- removeAllWeapons _unit;
- removeAllItems _unit;
- removeAllAssignedItems _unit;
- removeUniform _unit;
- removeVest _unit;
- removeBackpack _unit;
- removeHeadgear _unit;
- removeGoggles _unit;
- // Add containers
- _unit forceAddUniform "U_I_CombatUniform";
- for "_i" from 1 to 4 do {_unit addItemToUniform "30Rnd_556x45_Stanag";};
- _unit addItemToUniform "16Rnd_9x21_Mag";
- _unit addVest "V_PlateCarrierIA2_dgtl";
- for "_i" from 1 to 6 do {_unit addItemToVest "HandGrenade";};
- for "_i" from 1 to 2 do {_unit addItemToVest "I_IR_Grenade";};
- for "_i" from 1 to 2 do {_unit addItemToVest "SmokeShell";};
- for "_i" from 1 to 2 do {_unit addItemToVest "Chemlight_green";};
- for "_i" from 1 to 3 do {_unit addItemToVest "16Rnd_9x21_Mag";};
- _unit addBackpack "B_TacticalPack_oli";
- for "_i" from 1 to 2 do {_unit addItemToBackpack "SatchelCharge_Remote_Mag";};
- for "_i" from 1 to 4 do {_unit addItemToBackpack "DemoCharge_Remote_Mag";};
- _unit addHeadgear "H_Cap_headphones";
- _unit addGoggles "G_Bandanna_oli";
- // Add weapons
- _unit addWeapon "arifle_Mk20C_F";
- _unit addPrimaryWeaponItem "muzzle_snds_M";
- _unit addPrimaryWeaponItem "acc_flashlight";
- _unit addPrimaryWeaponItem "optic_MRCO";
- _unit addWeapon "hgun_P07_F";
- // Add items
- _unit linkItem "ItemMap";
- _unit linkItem "ItemCompass";
- _unit linkItem "ItemWatch";
- _unit linkItem "ItemRadio";
- _unit linkItem "ItemGPS";
- // Set identity
- _unit setFace "GreekHead_A3_03";
- _unit setSpeaker "Male03GRE";
- [_unit,"TFAegis"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement