Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. comment "Exported from Arsenal by [FPR]Nikolai Azarov";
  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 "JackFrench_uniformeBD_ML";
  15. this addItemToUniform "Chemlight_blue";
  16. this addItemToUniform "20Rnd_762x51_Mag";
  17. this addVest "JF_D_PlateCarrier_BA1";
  18. this addItemToVest "FirstAidKit";
  19. this addItemToVest "MiniGrenade";
  20. this addItemToVest "SmokeShell";
  21. this addItemToVest "SmokeShellGreen";
  22. this addItemToVest "Chemlight_blue";
  23. this addItemToVest "20Rnd_762x51_Mag";
  24. this addBackpack "B_Respawn_TentA_F";
  25. this addHeadgear "EB_Beret_7";
  26. this addGoggles "G_Bandanna_khk";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "srifle_EBR_F";
  30. this addPrimaryWeaponItem "muzzle_snds_B";
  31. this addPrimaryWeaponItem "CUP_acc_Flashlight";
  32. this addPrimaryWeaponItem "FHQ_optic_ACOG";
  33. this addPrimaryWeaponItem "CUP_bipod_Harris_1A2_L";
  34. this addWeapon "R3F_AT4CS";
  35. this addWeapon "CUP_hgun_Colt1911";
  36.  
  37. comment "Add items";
  38. this linkItem "ItemMap";
  39. this linkItem "ItemCompass";
  40. this linkItem "tf_microdagr";
  41. this linkItem "tf_anprc148jem_1";
  42.  
  43. comment "Set identity";
  44. this setFace "WhiteHead_08";
  45. this setSpeaker "Male01GRE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement