Advertisement
Sentinelfag

classes

Aug 22nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. AUS DESERT GL SASR ------
  2.  
  3. comment "Exported from Arsenal by Garshne";
  4.  
  5. comment "Remove existing items";
  6. removeAllWeapons this;
  7. removeAllItems this;
  8. removeAllAssignedItems this;
  9. removeUniform this;
  10. removeVest this;
  11. removeBackpack this;
  12. removeHeadgear this;
  13. removeGoggles this;
  14.  
  15. comment "Add containers";
  16. this forceAddUniform "USP_uniform_oficial_aor14";
  17. this addItemToUniform "NVGoggles_OPFOR";
  18. for "_i" from 1 to 5 do {this addItemToUniform "AGM_Bandage";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "AGM_Morphine";};
  20. this addItemToUniform "AGM_EarBuds";
  21. this addVest "lbt_weapons_OCP";
  22. for "_i" from 1 to 5 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  23. for "_i" from 1 to 5 do {this addItemToVest "rhsusf_mag_15Rnd_9x19_JHP";};
  24. for "_i" from 1 to 5 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  25. this addBackpack "USP_backpack_aor1";
  26. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeBlue_Grenade_shell";};
  27. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeGreen_Grenade_shell";};
  28. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeOrange_Grenade_shell";};
  29. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokePurple_Grenade_shell";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";};
  31. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_Smoke_Grenade_shell";};
  32. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeYellow_Grenade_shell";};
  33. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareYellow_F";};
  34. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareWhite_F";};
  35. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareRed_F";};
  36. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareGreen_F";};
  37. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareCIR_F";};
  38. for "_i" from 1 to 4 do {this addItemToBackpack "1Rnd_HE_Grenade_shell";};
  39. this addHeadgear "US_Helmet_81";
  40. this addGoggles "SMA_Goggles_Tan";
  41.  
  42. comment "Add weapons";
  43. this addWeapon "SMA_MK18TAN_GL_SM";
  44. this addPrimaryWeaponItem "optic_Hamr";
  45. this addWeapon "rhsusf_weap_m9";
  46. this addWeapon "Binocular";
  47.  
  48. comment "Add items";
  49. this linkItem "ItemCompass";
  50. this linkItem "Itemwatch";
  51. this linkItem "ItemRadio";
  52. this linkItem "ItemGPS";
  53.  
  54. comment "Set identity";
  55. this setFace "Default";
  56. this setSpeaker "AGM_NoVoice";
  57.  
  58. ------
  59.  
  60. AUS DESERT SCOUT SASR
  61.  
  62. comment "Exported from Arsenal by Garshne";
  63.  
  64. comment "Remove existing items";
  65. removeAllWeapons this;
  66. removeAllItems this;
  67. removeAllAssignedItems this;
  68. removeUniform this;
  69. removeVest this;
  70. removeBackpack this;
  71. removeHeadgear this;
  72. removeGoggles this;
  73.  
  74. comment "Add containers";
  75. this forceAddUniform "USP_uniform_oficial_marinets1";
  76. this addItemToUniform "NVGoggles_OPFOR";
  77. for "_i" from 1 to 5 do {this addItemToUniform "AGM_Bandage";};
  78. for "_i" from 1 to 2 do {this addItemToUniform "AGM_Morphine";};
  79. this addItemToUniform "AGM_EarBuds";
  80. for "_i" from 1 to 2 do {this addItemToUniform "MiniGrenade";};
  81. this addItemToUniform "SmokeShell";
  82. this addItemToUniform "SmokeShellGreen";
  83. this addVest "lbt_operator_OCP";
  84. for "_i" from 1 to 8 do {this addItemToVest "SMA_20Rnd_762x51mm_M80A1_EPR";};
  85. this addBackpack "USP_backpack_AOR12";
  86. for "_i" from 1 to 7 do {this addItemToBackpack "11Rnd_45ACP_Mag";};
  87. this addHeadgear "USP_boonie";
  88. this addGoggles "G_Bandanna_tan";
  89.  
  90. comment "Add weapons";
  91. this addWeapon "SMA_HK417_16in_afg_tan";
  92. this addPrimaryWeaponItem "rhsusf_acc_LEUPOLDMK4_2_d";
  93. this addPrimaryWeaponItem "bipod_01_F_snd";
  94. this addWeapon "hgun_Pistol_heavy_01_F";
  95. this addWeapon "lerca_1200_tan";
  96.  
  97. comment "Add items";
  98. this linkItem "ItemMap";
  99. this linkItem "ItemCompass";
  100. this linkItem "Itemwatch";
  101. this linkItem "ItemRadio";
  102. this linkItem "ItemGPS";
  103.  
  104. comment "Set identity";
  105. this setFace "Default";
  106. this setSpeaker "AGM_NoVoice";
  107.  
  108. ------
  109.  
  110. AUS DESERT MEDIC SASR
  111.  
  112. comment "Exported from Arsenal by Garshne";
  113.  
  114. comment "Remove existing items";
  115. removeAllWeapons this;
  116. removeAllItems this;
  117. removeAllAssignedItems this;
  118. removeUniform this;
  119. removeVest this;
  120. removeBackpack this;
  121. removeHeadgear this;
  122. removeGoggles this;
  123.  
  124. comment "Add containers";
  125. this forceAddUniform "USP_uniform_oficial_aor14";
  126. this addItemToUniform "NVGoggles_OPFOR";
  127. this addItemToUniform "AGM_EarBuds";
  128. for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_FMJ";};
  129. this addVest "lbt_medical_OCP";
  130. this addItemToVest "AGM_IR_Strobe_Item";
  131. for "_i" from 1 to 5 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  132. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  133. for "_i" from 1 to 3 do {this addItemToVest "SmokeShellGreen";};
  134. this addBackpack "USP_backpack_AOR13";
  135. for "_i" from 1 to 50 do {this addItemToBackpack "AGM_Bandage";};
  136. for "_i" from 1 to 5 do {this addItemToBackpack "AGM_Bloodbag";};
  137. for "_i" from 1 to 5 do {this addItemToBackpack "AGM_Epipen";};
  138. this addHeadgear "US_Helmet_81";
  139. this addGoggles "G_Bandanna_tan";
  140.  
  141. comment "Add weapons";
  142. this addWeapon "SMA_MK18afgTAN_SM";
  143. this addPrimaryWeaponItem "SMA_ANPEQ15_TAN";
  144. this addPrimaryWeaponItem "SMA_AIMPOINT";
  145. this addWeapon "rhsusf_weap_m9";
  146. this addWeapon "Binocular";
  147.  
  148. comment "Add items";
  149. this linkItem "ItemMap";
  150. this linkItem "ItemCompass";
  151. this linkItem "Itemwatch";
  152. this linkItem "ItemRadio";
  153. this linkItem "ItemGPS";
  154. this linkItem "SMA_Goggles_Tan_Clearnv";
  155.  
  156. comment "Set identity";
  157. this setFace "Default";
  158. this setSpeaker "AGM_NoVoice";
  159.  
  160. ------
  161.  
  162. AUS DESERT M136 SASR
  163.  
  164. comment "Exported from Arsenal by Garshne";
  165.  
  166. comment "Remove existing items";
  167. removeAllWeapons this;
  168. removeAllItems this;
  169. removeAllAssignedItems this;
  170. removeUniform this;
  171. removeVest this;
  172. removeBackpack this;
  173. removeHeadgear this;
  174. removeGoggles this;
  175.  
  176. comment "Add containers";
  177. this forceAddUniform "USP_uniform_oficial_aor12";
  178. this addItemToUniform "NVGoggles_OPFOR";
  179. for "_i" from 1 to 2 do {this addItemToUniform "AGM_Morphine";};
  180. this addItemToUniform "AGM_EarBuds";
  181. for "_i" from 1 to 5 do {this addItemToUniform "AGM_Bandage";};
  182. this addVest "lbt_pouchless_OCP";
  183. for "_i" from 1 to 5 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  184. for "_i" from 1 to 5 do {this addItemToVest "11Rnd_45ACP_Mag";};
  185. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m67";};
  186. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  187. this addItemToVest "SmokeShellRed";
  188. this addItemToVest "SmokeShellGreen";
  189. this addBackpack "USP_backpack_AOR12";
  190. this addHeadgear "US_Helmet_D";
  191. this addGoggles "SMA_Goggles_Tan_Clear";
  192.  
  193. comment "Add weapons";
  194. this addWeapon "SMA_MK18afgTAN_SM";
  195. this addPrimaryWeaponItem "optic_Hamr";
  196. this addWeapon "tf47_at4_HP";
  197. this addWeapon "hgun_Pistol_heavy_01_F";
  198. this addWeapon "lerca_1200_tan";
  199.  
  200. comment "Add items";
  201. this linkItem "ItemMap";
  202. this linkItem "ItemCompass";
  203. this linkItem "Itemwatch";
  204. this linkItem "ItemRadio";
  205. this linkItem "ItemGPS";
  206.  
  207. comment "Set identity";
  208. this setFace "Default";
  209. this setSpeaker "AGM_NoVoice";
  210.  
  211. -----
  212.  
  213. AUS DESERT AT SASR
  214.  
  215. comment "Exported from Arsenal by Garshne";
  216.  
  217. comment "Remove existing items";
  218. removeAllWeapons this;
  219. removeAllItems this;
  220. removeAllAssignedItems this;
  221. removeUniform this;
  222. removeVest this;
  223. removeBackpack this;
  224. removeHeadgear this;
  225. removeGoggles this;
  226.  
  227. comment "Add containers";
  228. this forceAddUniform "USP_uniform_oficial_aor1";
  229. this addItemToUniform "NVGoggles_OPFOR";
  230. for "_i" from 1 to 3 do {this addItemToUniform "AGM_Bandage";};
  231. for "_i" from 1 to 2 do {this addItemToUniform "AGM_Morphine";};
  232. this addItemToUniform "AGM_EarBuds";
  233. this addVest "USP_vest_aor1";
  234. for "_i" from 1 to 4 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  235. this addBackpack "USP_backpack_AOR13";
  236. this addItemToBackpack "tf47_m3maaws_HEAT";
  237. this addItemToBackpack "tf47_m3maaws_HEDP";
  238. this addGoggles "G_Bandanna_beast";
  239.  
  240. comment "Add weapons";
  241. this addWeapon "SMA_MK18afgTAN";
  242. this addPrimaryWeaponItem "optic_MRCO";
  243. this addWeapon "tf47_m3maaws";
  244. this addSecondaryWeaponItem "tf47_optic_m3maaws";
  245. this addWeapon "lerca_1200_tan";
  246.  
  247. comment "Add items";
  248. this linkItem "ItemMap";
  249. this linkItem "ItemCompass";
  250. this linkItem "Itemwatch";
  251. this linkItem "ItemRadio";
  252. this linkItem "ItemGPS";
  253. this linkItem "SMA_Goggles_Tannv";
  254.  
  255. comment "Set identity";
  256. this setFace "TanoanHead_A3_02";
  257. this setSpeaker "AGM_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement