Advertisement
Sonter

Untitled

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