Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. comment "Exported from Arsenal by Crabz";
  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 "NLD_WLD_Camo";
  15. for "_i" from 1 to 20 do {this addItemToUniform "AGM_Bandage";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "AGM_Epipen";};
  17. for "_i" from 1 to 6 do {this addItemToUniform "AGM_Morphine";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "AGM_IR_Strobe_Item";};
  19. this addItemToUniform "AGM_EarBuds";
  20. this addVest "NLD_MTP_PlateCarrier";
  21. for "_i" from 1 to 6 do {this addItemToVest "30Rnd_65x39_caseless_mag";};
  22. for "_i" from 1 to 2 do {this addItemToVest "30Rnd_65x39_caseless_mag_Tracer";};
  23. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  24. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  25. for "_i" from 1 to 2 do {this addItemToVest "16Rnd_9x21_Mag";};
  26. this addBackpack "B_Kitbag_rgr";
  27. this addItemToBackpack "AGM_MapTools";
  28. this addItemToBackpack "AGM_Bloodbag";
  29. for "_i" from 1 to 6 do {this addItemToBackpack "AGM_Morphine";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "AGM_Epipen";};
  31. for "_i" from 1 to 10 do {this addItemToBackpack "AGM_Bandage";};
  32. this addItemToBackpack "AGM_IR_Strobe_Item";
  33. this addItemToBackpack "AGM_DefusalKit";
  34. this addItemToBackpack "AGM_M26_Clacker";
  35. for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
  36. this addItemToBackpack "optic_Hamr";
  37. this addItemToBackpack "optic_Aco";
  38. this addItemToBackpack "muzzle_snds_H";
  39. this addItemToBackpack "acc_pointer_IR";
  40. this addItemToBackpack "AGM_NVG_Wide";
  41. for "_i" from 1 to 4 do {this addItemToBackpack "AGM_CableTie";};
  42. for "_i" from 1 to 3 do {this addItemToBackpack "AGM_M84";};
  43. this addItemToBackpack "MiniGrenade";
  44. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  45. this addItemToBackpack "SmokeShellRed";
  46. this addItemToBackpack "SmokeShellGreen";
  47. for "_i" from 1 to 5 do {this addItemToBackpack "Chemlight_green";};
  48. this addHeadgear "NLD_MTP_ECH";
  49.  
  50. comment "Add weapons";
  51. this addWeapon "arifle_MX_Black_F";
  52. this addPrimaryWeaponItem "optic_MRCO";
  53. this addWeapon "hgun_P07_F";
  54. this addWeapon "Rangefinder";
  55.  
  56. comment "Add items";
  57. this linkItem "ItemMap";
  58. this linkItem "ItemCompass";
  59. this linkItem "ItemWatch";
  60. this linkItem "tf_anprc152_4";
  61. this linkItem "ItemGPS";
  62.  
  63. comment "Set identity";
  64. this setFace "GreekHead_A3_09";
  65. this setSpeaker "AGM_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement