Guest User

Untitled

a guest
Jan 7th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. CIUCHY
  2. + Plecak powiększyć by pojemnościowo był jak pas z radiem
  3.  
  4. comment "Exported from Arsenal by Saymon Bolec";
  5.  
  6. comment "Remove existing items";
  7. removeAllWeapons this;
  8. removeAllItems this;
  9. removeAllAssignedItems this;
  10. removeUniform this;
  11. removeVest this;
  12. removeBackpack this;
  13. removeHeadgear this;
  14. removeGoggles this;
  15.  
  16. comment "Add containers";
  17. this forceAddUniform "TRYK_U_B_OD_OD_CombatUniform";
  18. this addVest "TAC_V_Sheriff_BA_T2";
  19. this addBackpack "TAC_BP_HSG_AB_OD";
  20. this addHeadgear "TRYK_H_PASGT_OD";
  21. this addGoggles "G_Bandanna_oli";
  22.  
  23. comment "Add weapons";
  24.  
  25. comment "Add items";
  26. this linkItem "ItemMap";
  27. this linkItem "ItemCompass";
  28. this linkItem "Itemwatch";
  29.  
  30. comment "Set identity";
  31. this setFace "ISKW";
  32. this setSpeaker "male05gre";
  33.  
  34.  
  35. ----------------------------------------------------------------------------------------
  36.  
  37. Broń AR15 Sanitised Carbine
  38. + Dodać dodatki takie jakie są zamontowane na broni
  39.  
  40. comment "Exported from Arsenal by Saymon Bolec";
  41.  
  42. comment "Remove existing items";
  43. removeAllWeapons this;
  44. removeAllItems this;
  45. removeAllAssignedItems this;
  46. removeUniform this;
  47. removeVest this;
  48. removeBackpack this;
  49. removeHeadgear this;
  50. removeGoggles this;
  51.  
  52. comment "Add containers";
  53. this forceAddUniform "TRYK_U_B_OD_OD_CombatUniform";
  54. for "_i" from 1 to 3 do {this addItemToUniform "hlc_30rnd_556x45_EPR";};
  55. this addVest "TAC_V_Sheriff_BA_T2";
  56. this addBackpack "TAC_BP_HSG_AB_OD";
  57. this addItemToBackpack "hlc_muzzle_Evo9";
  58. for "_i" from 1 to 3 do {this addItemToBackpack "KA_knife_blade";};
  59. this addHeadgear "TRYK_H_PASGT_OD";
  60. this addGoggles "G_Bandanna_oli";
  61.  
  62. comment "Add weapons";
  63. this addWeapon "hlc_rifle_RU556";
  64. this addPrimaryWeaponItem "hlc_muzzle_snds_AUG";
  65. this addPrimaryWeaponItem "acc_flashlight";
  66. this addPrimaryWeaponItem "optic_Holosight_smg";
  67. this addWeapon "KA_knife";
  68.  
  69. comment "Add items";
  70. this linkItem "ItemMap";
  71. this linkItem "ItemCompass";
  72. this linkItem "Itemwatch";
  73.  
  74. comment "Set identity";
  75. this setFace "ISKW";
  76. this setSpeaker "male05gre";
  77.  
  78. -----------------------------------------------------------------------------------------
  79.  
  80. Broń AWM (OD)
  81. + luneta
  82.  
  83. comment "Exported from Arsenal by Saymon Bolec";
  84.  
  85. comment "Remove existing items";
  86. removeAllWeapons this;
  87. removeAllItems this;
  88. removeAllAssignedItems this;
  89. removeUniform this;
  90. removeVest this;
  91. removeBackpack this;
  92. removeHeadgear this;
  93. removeGoggles this;
  94.  
  95. comment "Add containers";
  96. this forceAddUniform "TRYK_U_B_OD_OD_CombatUniform";
  97. this addVest "TAC_V_Sheriff_BA_T2";
  98. this addItemToVest "hlc_5rnd_300WM_FMJ_AWM";
  99. this addBackpack "TAC_BP_HSG_AB_OD";
  100. this addItemToBackpack "hlc_muzzle_Evo9";
  101. for "_i" from 1 to 3 do {this addItemToBackpack "KA_knife_blade";};
  102. this addHeadgear "TRYK_H_PASGT_OD";
  103. this addGoggles "G_Bandanna_oli";
  104.  
  105. comment "Add weapons";
  106. this addWeapon "hlc_rifle_awmagnum";
  107. this addPrimaryWeaponItem "optic_KHS_blk";
  108. this addWeapon "KA_knife";
  109.  
  110. comment "Add items";
  111. this linkItem "ItemMap";
  112. this linkItem "ItemCompass";
  113. this linkItem "Itemwatch";
  114.  
  115. comment "Set identity";
  116. this setFace "ISKW";
  117. this setSpeaker "male05gre";
  118.  
  119. ----------------------------------------------------------------------------------------
  120.  
  121. TRYK TAC EARMUFF (na slot 'okulary')
  122.  
  123. comment "Exported from Arsenal by Saymon Bolec";
  124.  
  125. comment "Remove existing items";
  126. removeAllWeapons this;
  127. removeAllItems this;
  128. removeAllAssignedItems this;
  129. removeUniform this;
  130. removeVest this;
  131. removeBackpack this;
  132. removeHeadgear this;
  133. removeGoggles this;
  134.  
  135. comment "Add containers";
  136. this addGoggles "TRYK_TAC_EARMUFF_Gs";
  137.  
  138. comment "Add weapons";
  139. this addWeapon "KA_knife";
  140.  
  141. comment "Add items";
  142. this linkItem "ItemMap";
  143. this linkItem "ItemCompass";
  144. this linkItem "Itemwatch";
  145.  
  146. comment "Set identity";
  147. this setFace "ISKW";
  148. this setSpeaker "male05gre";
Advertisement
Add Comment
Please, Sign In to add comment