Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. comment "Exported from Arsenal by Kingslayer";
  2.  
  3. comment "Remove existing items";
  4. removeAllWeapons this;
  5. removeAllItems this;
  6. removeAllAssignedItems this;
  7. removeUniform this;
  8. removeVest this;
  9. removeBackpack this;
  10. removeHeadgear this;
  11. removeGoggles this;
  12.  
  13. comment "Add containers";
  14. this forceAddUniform "tin_uniform_indus_ocp";
  15. this addVest "V_TacVest_blk_POLICE";
  16. for "_i" from 1 to 3 do {this addItemToVest "16Rnd_9x21_Mag";};
  17. for "_i" from 1 to 7 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  18. this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";
  19. this addHeadgear "rhsusf_ach_bare";
  20.  
  21. comment "Add weapons";
  22. this addWeapon "rhs_weap_m4_carryhandle";
  23. this addPrimaryWeaponItem "rhsusf_acc_compm4";
  24. this addWeapon "tb_p_g17_B";
  25.  
  26. comment "Add items";
  27. this linkItem "ItemMap";
  28. this linkItem "ItemCompass";
  29. this linkItem "ItemWatch";
  30. this linkItem "ACRE_PRC343_ID_1";
  31.  
  32. comment "Set identity";
  33. this setFace "GreekHead_A3_01";
  34. this setSpeaker "Male01ENGB";
  35. [this,"BI"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement