Advertisement
Sonter

Untitled

Feb 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  17. this addItemToUniform "ACE_IR_Strobe_Item";
  18. this addItemToUniform "ACE_Flashlight_XL50";
  19. this addItemToUniform "ACE_EarPlugs";
  20. this addItemToUniform "ACE_microDAGR";
  21. this addItemToUniform "ACE_key_lockpick";
  22. this addItemToUniform "15Rnd_mas_9x21sd_Mag";
  23. this addVest "V_PlateCarrier1_PMC_rgr";
  24. this addItemToVest "SMA_supp1TOD_556";
  25. for "_i" from 1 to 9 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  26. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  27. for "_i" from 1 to 4 do {this addItemToVest "ACE_M84";};
  28. this addBackpack "B_mas_Bergen_des";
  29. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_fieldDressing";};
  30. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_elasticBandage";};
  31. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_packingBandage";};
  32. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  33. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_atropine";};
  34. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_morphine";};
  35. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_epinephrine";};
  36. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_tourniquet";};
  37. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_salineIV_500";};
  38. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_surgicalKit";};
  39. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_personalAidKit";};
  40. this addItemToBackpack "SmokeShellYellow";
  41. this addHeadgear "H_Watchcap_camo";
  42. this addGoggles "G_Shades_Black";
  43.  
  44. comment "Add weapons";
  45. this addWeapon "SMA_HK416CUSTOMCQBafg";
  46. this addPrimaryWeaponItem "SMA_SFPEQ_HKTOP_TAN";
  47. this addPrimaryWeaponItem "ACE_optic_Hamr_PIP";
  48. this addWeapon "hgun_mas_glock_F";
  49. this addHandgunItem "muzzle_snds_L";
  50. this addHandgunItem "acc_mas_pointer_gun_IR";
  51. this addHandgunItem "optic_mas_MRD";
  52. this addWeapon "ACE_Vector";
  53.  
  54. comment "Add items";
  55. this linkItem "ItemMap";
  56. this linkItem "ItemCompass";
  57. this linkItem "tf_microdagr";
  58. this linkItem "tf_anprc154_1";
  59. this linkItem "ItemGPS";
  60. this linkItem "pmc_earpiece";
  61.  
  62. comment "Set identity";
  63. this setFace "WhiteHead_05";
  64. this setSpeaker "ACE_NoVoice";
  65. [this,"combatmedic"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement