Advertisement
Sonter

Untitled

Feb 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. comment "Exported from Arsenal by Cpl. Sonter";
  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 "U_PMC_IndUniformLS_GSTPTB";
  15. this addItemToUniform "ACE_MapTools";
  16. this addItemToUniform "ACE_microDAGR";
  17. this addItemToUniform "ACE_key_lockpick";
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  19. this addItemToUniform "ACE_IR_Strobe_Item";
  20. this addItemToUniform "ACE_Flashlight_XL50";
  21. this addItemToUniform "ACE_EarPlugs";
  22. this addItemToUniform "ACE_ATragMX";
  23. this addItemToUniform "ACE_Kestrel4500";
  24. for "_i" from 1 to 3 do {this addItemToUniform "40Rnd_mas_46x30sd_Mag";};
  25. this addItemToUniform "ACE_M84";
  26. this addVest "V_PlateCarrier1_PMC_rgr";
  27. this addItemToVest "RH_fa762_tg";
  28. for "_i" from 1 to 2 do {this addItemToVest "ACE_M84";};
  29. for "_i" from 1 to 10 do {this addItemToVest "ACE_20Rnd_762x51_Mk316_Mod_0_Mag";};
  30. this addItemToVest "SmokeShellRed";
  31. this addBackpack "PMC_AssaultPack_Rgr";
  32. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_fieldDressing";};
  33. this addItemToBackpack "ACE_morphine";
  34. this addItemToBackpack "ACE_optic_Hamr_PIP";
  35. this addItemToBackpack "optic_mas_Holosight_blk";
  36. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_packingBandage";};
  37. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_elasticBandage";};
  38. this addItemToBackpack "ACE_tourniquet";
  39. this addItemToBackpack "ACE_atropine";
  40. this addItemToBackpack "ACE_epinephrine";
  41. this addItemToBackpack "ACE_salineIV_500";
  42. this addItemToBackpack "Laserdesignator";
  43. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  44. for "_i" from 1 to 3 do {this addItemToBackpack "40Rnd_mas_46x30sd_Mag";};
  45. this addItemToBackpack "Laserbatteries";
  46. for "_i" from 1 to 2 do {this addItemToBackpack "HandGrenade";};
  47. this addGoggles "G_Shades_Black";
  48.  
  49. comment "Add weapons";
  50. this addWeapon "srifle_DMR_06_camo_F";
  51. this addPrimaryWeaponItem "optic_mas_LRPS";
  52. this addPrimaryWeaponItem "RH_TD_ACB_g";
  53. this addWeapon "hgun_mas_mp7p_F";
  54. this addHandgunItem "muzzle_mas_snds_MP7";
  55. this addHandgunItem "acc_pointer_IR";
  56. this addWeapon "ACE_Vector";
  57.  
  58. comment "Add items";
  59. this linkItem "ItemMap";
  60. this linkItem "ItemCompass";
  61. this linkItem "tf_microdagr";
  62. this linkItem "tf_anprc154_2";
  63. this linkItem "ItemGPS";
  64. this linkItem "pmc_earpiece";
  65.  
  66. comment "Set identity";
  67. this setFace "WhiteHead_11";
  68. this setSpeaker "ACE_NoVoice";
  69. [this,"infidelnation"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement