Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. comment "Exported from Arsenal by Lapersonnedu56";
  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 "TRYK_U_B_Sage_Tshirt";
  15. for "_i" from 1 to 10 do {this addItemToUniform "ACE_fieldDressing";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  17. this addItemToUniform "ACE_EarPlugs";
  18. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  19. this addItemToUniform "murshun_cigs_cigpack";
  20. for "_i" from 1 to 2 do {this addItemToUniform "KA_SCAR_H_20rnd_Mk319_SOST_mag";};
  21. this addVest "TAC_EI_TACV10_CQB_OD";
  22. this addItemToVest "SmokeShell";
  23. for "_i" from 1 to 10 do {this addItemToVest "KA_SCAR_H_20rnd_Mk319_SOST_mag";};
  24. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  25. this addItemToVest "murshun_cigs_lighter";
  26. this addBackpack "B_Carryall_oli";
  27. this addItemToBackpack "ACE_DefusalKit";
  28. this addItemToBackpack "ACE_M26_Clacker";
  29. this addItemToBackpack "SCAR_20_Inches_Barrel";
  30. this addItemToBackpack "ACE_EntrenchingTool";
  31. for "_i" from 1 to 16 do {this addItemToBackpack "KA_SCAR_H_20rnd_Mk319_SOST_mag";};
  32. for "_i" from 1 to 6 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  33. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  34. this addHeadgear "TRYK_H_Bandana_wig_g";
  35. this addGoggles "murshun_cigs_cig0";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "KA_SCAR_H_Tan_Grip";
  39. this addPrimaryWeaponItem "SCAR_20_Inches_Barrel_Silencer";
  40. this addPrimaryWeaponItem "KA_SCAR_H_Laser_Sand_IR";
  41. this addPrimaryWeaponItem "RKSL_optic_LDS";
  42. this addPrimaryWeaponItem "RH_TD_ACB_g";
  43. this addWeapon "Binocular";
  44.  
  45. comment "Add items";
  46. this linkItem "ItemMap";
  47. this linkItem "ItemCompass";
  48. this linkItem "ACE_Altimeter";
  49. this linkItem "ItemGPS";
  50.  
  51. comment "Set identity";
  52. this setFace "PersianHead_A3_04_l";
  53. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement