Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. STRZELEC
  2.  
  3. comment "Exported from Arsenal by Breniacz";
  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 "U_I_FullGhillie_ard";
  17. this addItemToUniform "ACE_Kestrel4500";
  18. this addItemToUniform "ACE_RangeCard";
  19. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  20. this addItemToUniform "ACE_MapTools";
  21. for "_i" from 1 to 20 do {this addItemToUniform "ACE_elasticBandage";};
  22. this addItemToUniform "ACE_ATragMX";
  23. for "_i" from 1 to 3 do {this addItemToUniform "SmokeShell";};
  24. this addItemToUniform "SmokeShellBlue";
  25. this addItemToUniform "11Rnd_45ACP_Mag";
  26. this addVest "V_PlateCarrierL_CTRG";
  27. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  28. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  29. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_10Rnd_STD_50BMG_mk211";};
  30. for "_i" from 1 to 3 do {this addItemToVest "11Rnd_45ACP_Mag";};
  31. this addBackpack "B_Carryall_cbr";
  32. this addItemToBackpack "ACE_Tripod";
  33. for "_i" from 1 to 2 do {this addItemToBackpack "rhsusf_mag_10Rnd_STD_50BMG_mk211";};
  34. for "_i" from 1 to 2 do {this addItemToBackpack "11Rnd_45ACP_Mag";};
  35. this addGoggles "G_Bandanna_khk";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "rhs_weap_M107_d";
  39. this addPrimaryWeaponItem "acc_pointer_IR";
  40. this addPrimaryWeaponItem "optic_LRPS";
  41. this addWeapon "hgun_Pistol_heavy_01_F";
  42. this addHandgunItem "muzzle_snds_acp";
  43. this addHandgunItem "optic_MRD";
  44. this addWeapon "ACE_VectorDay";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "tf_microdagr";
  50. this linkItem "tf_anprc154_1";
  51. this linkItem "ItemGPS";
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. OBSERWATOR
  59.  
  60. comment "Exported from Arsenal by Breniacz";
  61.  
  62. comment "Remove existing items";
  63. removeAllWeapons this;
  64. removeAllItems this;
  65. removeAllAssignedItems this;
  66. removeUniform this;
  67. removeVest this;
  68. removeBackpack this;
  69. removeHeadgear this;
  70. removeGoggles this;
  71.  
  72. comment "Add containers";
  73. this forceAddUniform "U_I_FullGhillie_ard";
  74. this addItemToUniform "ACE_Kestrel4500";
  75. this addItemToUniform "ACE_RangeCard";
  76. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  77. this addItemToUniform "ACE_MapTools";
  78. for "_i" from 1 to 20 do {this addItemToUniform "ACE_elasticBandage";};
  79. this addItemToUniform "ACE_ATragMX";
  80. for "_i" from 1 to 3 do {this addItemToUniform "SmokeShell";};
  81. this addItemToUniform "SmokeShellBlue";
  82. this addItemToUniform "11Rnd_45ACP_Mag";
  83. this addVest "V_PlateCarrierL_CTRG";
  84. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  85. for "_i" from 1 to 4 do {this addItemToVest "SmokeShellGreen";};
  86. for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
  87. for "_i" from 1 to 8 do {this addItemToVest "20Rnd_762x51_Mag";};
  88. this addBackpack "B_Carryall_cbr";
  89. this addItemToBackpack "ACE_Tripod";
  90. for "_i" from 1 to 4 do {this addItemToBackpack "11Rnd_45ACP_Mag";};
  91. for "_i" from 1 to 5 do {this addItemToBackpack "rhsusf_mag_10Rnd_STD_50BMG_mk211";};
  92. this addGoggles "G_Bandanna_khk";
  93.  
  94. comment "Add weapons";
  95. this addWeapon "srifle_DMR_03_tan_F";
  96. this addPrimaryWeaponItem "muzzle_snds_B_snd_F";
  97. this addPrimaryWeaponItem "optic_AMS_snd";
  98. this addPrimaryWeaponItem "bipod_02_F_hex";
  99. this addWeapon "hgun_Pistol_heavy_01_F";
  100. this addHandgunItem "muzzle_snds_acp";
  101. this addHandgunItem "acc_flashlight_pistol";
  102. this addHandgunItem "optic_MRD";
  103. this addWeapon "ACE_VectorDay";
  104.  
  105. comment "Add items";
  106. this linkItem "ItemMap";
  107. this linkItem "ItemCompass";
  108. this linkItem "tf_microdagr";
  109. this linkItem "tf_anprc154_1";
  110. this linkItem "ItemGPS";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement