Advertisement
Guest User

G.I.G.N

a guest
May 2nd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. comment "Exported from Arsenal by Killian Elnouille";
  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 "U_C_GIGN";
  15. this addItemToUniform "pmc_earpiece";
  16. this addItemToUniform "DDOPP_3Rnd_X3";
  17. this addVest "gign_BlackVest";
  18. for "_i" from 1 to 2 do {this addItemToVest "DDOPP_3Rnd_X3";};
  19. for "_i" from 1 to 3 do {this addItemToVest "R3F_30Rnd_556x45_HK416";};
  20. this addHeadgear "gign_helm";
  21. this addGoggles "Mask_M40";
  22.  
  23. comment "Add weapons";
  24. this addWeapon "R3F_HK416M";
  25. this addPrimaryWeaponItem "optic_Hamr";
  26. this addWeapon "DDOPP_X3";
  27.  
  28. comment "Add items";
  29. this linkItem "ItemMap";
  30. this linkItem "ItemCompass";
  31. this linkItem "tf_microdagr";
  32. this linkItem "tf_anprc152_1";
  33. this linkItem "pmc_earpiece";
  34.  
  35. comment "Set identity";
  36. this setFace "WhiteHead_12";
  37. this setSpeaker "Male01GRE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement