Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. comment "Exported from Arsenal by Tisax190";
  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. this addVest "TAC_EI_RRV27_OD";
  16. for "_i" from 1 to 10 do {this addItemToVest "ACE_30Rnd_556x45_Stanag_Mk262_mag";};
  17. for "_i" from 1 to 4 do {this addItemToVest "CSW_20Rnd_57x28_Sb193";};
  18. this addBackpack "TRYK_B_Medbag_OD";
  19. for "_i" from 1 to 60 do {this addItemToBackpack "ACE_fieldDressing";};
  20. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_bloodIV_250";};
  21. for "_i" from 1 to 7 do {this addItemToBackpack "ACE_bloodIV_500";};
  22. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV";};
  23. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_epinephrine";};
  24. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_morphine";};
  25. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bodyBag";};
  26. this addItemToBackpack "ACE_EarPlugs";
  27. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_CableTie";};
  28. this addItemToBackpack "USSR_GuitarA";
  29. for "_i" from 1 to 10 do {this addItemToBackpack "SmokeShellGreen";};
  30. this addItemToBackpack "murshun_cigs_lighter";
  31. this addItemToBackpack "murshun_cigs_cigpack";
  32. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_HandFlare_Green";};
  33. this addHeadgear "LOP_H_Turban";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "arifle_Mk20_plain_F";
  37. this addPrimaryWeaponItem "muzzle_snds_M";
  38. this addPrimaryWeaponItem "rhs_acc_2dpZenit_ris";
  39. this addPrimaryWeaponItem "optic_ERCO_blk_F";
  40. this addWeapon "CSW_FN57_Ballistic_Shield";
  41. this addHandgunItem "CSW_FN57_silencer3";
  42. this addHandgunItem "CSW_FN57_Shield";
  43.  
  44. comment "Add items";
  45. this linkItem "ItemMap";
  46. this linkItem "ItemCompass";
  47. this linkItem "ItemWatch";
  48. this linkItem "tf_anprc152_28";
  49.  
  50. comment "Set identity";
  51. this setFace "TanoanHead_A3_02";
  52. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement