Advertisement
Sonter

Untitled

Feb 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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. this addItemToUniform "ACE_RangeCard";
  25. for "_i" from 1 to 4 do {this addItemToUniform "15Rnd_mas_9x21sd_Mag";};
  26. this addVest "V_PlateCarrier1_PMC_rgr";
  27. this addItemToVest "SMA_supp1TOD_556";
  28. for "_i" from 1 to 6 do {this addItemToVest "ACE_M84";};
  29. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  30. for "_i" from 1 to 8 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  31. for "_i" from 1 to 2 do {this addItemToVest "ACE_20Rnd_762x51_Mk316_Mod_0_Mag";};
  32. this addBackpack "PMC_AssaultPack_Rgr";
  33. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_fieldDressing";};
  34. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_packingBandage";};
  35. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_elasticBandage";};
  36. this addItemToBackpack "ACE_tourniquet";
  37. this addItemToBackpack "ACE_morphine";
  38. this addItemToBackpack "ACE_atropine";
  39. this addItemToBackpack "ACE_epinephrine";
  40. this addItemToBackpack "ACE_salineIV_500";
  41. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_quikclot";};
  42. this addItemToBackpack "SmokeShellPurple";
  43. this addGoggles "G_Shades_Black";
  44.  
  45. comment "Add weapons";
  46. this addWeapon "SMA_HK416CUSTOMCQBafg";
  47. this addPrimaryWeaponItem "SMA_SFPEQ_HKTOP_TAN";
  48. this addPrimaryWeaponItem "ACE_optic_Hamr_PIP";
  49. this addWeapon "tf47_at4_HEDP";
  50. this addWeapon "hgun_mas_glock_F";
  51. this addHandgunItem "muzzle_mas_snds_L";
  52. this addHandgunItem "acc_mas_pointer_gun_IR";
  53. this addHandgunItem "optic_mas_MRD";
  54. this addWeapon "ACE_Vector";
  55.  
  56. comment "Add items";
  57. this linkItem "ItemMap";
  58. this linkItem "ItemCompass";
  59. this linkItem "tf_microdagr";
  60. this linkItem "tf_anprc154_2";
  61. this linkItem "ItemGPS";
  62. this linkItem "pmc_earpiece";
  63.  
  64. comment "Set identity";
  65. this setFace "WhiteHead_08";
  66. this setSpeaker "ACE_NoVoice";
  67. [this,"icomeileave"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement