Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 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 "TRYK_U_B_3CD_Delta_BDU";
  15. this addItemToUniform "R3F_30Rnd_556x45_HK416";
  16. this addVest "Specter_LBT_vest_CB";
  17. this addItemToVest "FirstAidKit";
  18. this addItemToVest "MiniGrenade";
  19. this addItemToVest "SmokeShell";
  20. this addItemToVest "SmokeShellGreen";
  21. this addItemToVest "Chemlight_blue";
  22. for "_i" from 1 to 2 do {this addItemToVest "R3F_30Rnd_556x45_HK416";};
  23. for "_i" from 1 to 3 do {this addItemToVest "7Rnd_50_AE";};
  24. this addBackpack "B_Carryall_cbr";
  25. this addHeadgear "TRYK_H_Helmet_3C";
  26. this addGoggles "T_HoodACUBLK";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "R3F_HK416M_HG";
  30. this addPrimaryWeaponItem "R3F_SILENCIEUX_HK416";
  31. this addPrimaryWeaponItem "R3F_POINTEUR_SURB";
  32. this addPrimaryWeaponItem "R3F_AIMPOINT";
  33. this addPrimaryWeaponItem "bipod_02_F_blk";
  34. this addWeapon "CUP_launch_M136";
  35. this addWeapon "Desert_Eagle";
  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