Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. comment "Exported from Arsenal by Ondra4545";
  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 "rhs_uniform_cu_ocp";
  15. for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_JHP";};
  16. this addVest "rhsusf_iotv_ocp_Rifleman";
  17. this addItemToVest "FirstAidKit";
  18. for "_i" from 1 to 7 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_Stanag";};
  19. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  20. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_an_m8hc";};
  21. this addItemToVest "rhs_mag_m18_green";
  22. this addItemToVest "rhs_mag_m18_red";
  23. this addBackpack "rhsusf_assault_eagleaiii_ocp";
  24. this addItemToBackpack "rhs_mag_maaws_HE";
  25. this addItemToBackpack "rhs_mag_maaws_HEAT";
  26. this addHeadgear "rhsusf_ach_helmet_ocp";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "rhs_weap_m4_carryhandle";
  30. this addWeapon "rhs_weap_maaws";
  31. this addSecondaryWeaponItem "rhs_optic_maaws";
  32. this addWeapon "rhsusf_weap_m9";
  33. this addWeapon "Binocular";
  34.  
  35. comment "Add items";
  36. this linkItem "ItemMap";
  37. this linkItem "ItemCompass";
  38. this linkItem "TFAR_microdagr";
  39. this linkItem "TFAR_anprc152";
  40.  
  41. comment "Set identity";
  42. this setFace "asczHead_taurus_A3";
  43. this setSpeaker "male04eng";
  44.  
  45.  
  46.  
  47.  
  48.  
  49. ------------------------------------
  50.  
  51.  
  52. assist AT Gustav
  53.  
  54.  
  55. ------------------------------------
  56.  
  57.  
  58. comment "Exported from Arsenal by Ondra4545";
  59.  
  60. comment "Remove existing items";
  61. removeAllWeapons this;
  62. removeAllItems this;
  63. removeAllAssignedItems this;
  64. removeUniform this;
  65. removeVest this;
  66. removeBackpack this;
  67. removeHeadgear this;
  68. removeGoggles this;
  69.  
  70. comment "Add containers";
  71. this forceAddUniform "rhs_uniform_cu_ocp";
  72. this addItemToUniform "FirstAidKit";
  73. for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_JHP";};
  74. this addVest "rhsusf_iotv_ocp_Rifleman";
  75. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_Stanag";};
  76. this addItemToVest "SmokeShellGreen";
  77. this addItemToVest "SmokeShellRed";
  78. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  79. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_an_m8hc";};
  80. this addItemToVest "rhs_mag_m18_green";
  81. this addItemToVest "rhs_mag_m18_red";
  82. this addBackpack "rhsusf_assault_eagleaiii_ocp";
  83. this addItemToBackpack "rhs_mag_maaws_HEAT";
  84. this addItemToBackpack "rhs_mag_maaws_HE";
  85. this addHeadgear "rhsusf_ach_helmet_ocp";
  86.  
  87. comment "Add weapons";
  88. this addWeapon "rhs_weap_m4_carryhandle";
  89. this addWeapon "rhsusf_weap_m9";
  90. this addWeapon "ACE_VectorDay";
  91.  
  92. comment "Add items";
  93. this linkItem "ItemMap";
  94. this linkItem "ItemCompass";
  95. this linkItem "TFAR_microdagr";
  96. this linkItem "TFAR_anprc152";
  97.  
  98. comment "Set identity";
  99. this setFace "asczHead_taurus_A3";
  100. this setSpeaker "male04eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement