Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. comment "Exported from Arsenal by Anthony Blunt";
  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 "gend_uniform_1";
  15. this addVest "V_Safety_yellow_F";
  16. this addBackpack "gend_sac_invi_1";
  17. this addItemToBackpack "p30invch";
  18. this addItemToBackpack "p50invch";
  19. this addItemToBackpack "baliseinv";
  20. this addItemToBackpack "barriereinvch";
  21. this addItemToBackpack "Item_Orel_Iron_Barrier";
  22. this addItemToBackpack "barriere3invch";
  23. this addItemToBackpack "coneinvch";
  24. this addItemToBackpack "coneflaginvch";
  25. this addItemToBackpack "cone4invch";
  26. this addItemToBackpack "dangerinvch";
  27. this addItemToBackpack "depassinvch";
  28. this addItemToBackpack "devidrinvch";
  29. this addItemToBackpack "devigainvch";
  30. this addItemToBackpack "droiteinvch";
  31. this addItemToBackpack "gaucheinvch";
  32. this addItemToBackpack "douaneinvch";
  33. this addItemToBackpack "feuinvch";
  34. this addItemToBackpack "finintinvch";
  35. this addItemToBackpack "gninvch";
  36. this addItemToBackpack "gpainv";
  37. this addItemToBackpack "pann_temp_30";
  38. this addItemToBackpack "pann_temp_50";
  39. this addItemToBackpack "pann_temp_bouchon";
  40. this addItemToBackpack "pann_temp_danger";
  41. this addItemToBackpack "pann_temp_deviation";
  42. this addItemToBackpack "pann_temp_deviation2";
  43. this addItemToBackpack "dinv";
  44. this addItemToBackpack "paninv";
  45. this addItemToBackpack "pann_temp_gravillon";
  46. this addItemToBackpack "gravinv";
  47. this addItemToBackpack "pann_temp_changement";
  48. this addItemToBackpack "pann_temp_restriction";
  49. this addItemToBackpack "resinv";
  50. this addItemToBackpack "pann_temp_travaux";
  51. this addItemToBackpack "pninvch";
  52. this addItemToBackpack "retritinvch";
  53. this addItemToBackpack "radarinvch";
  54. this addItemToBackpack "routbarrinvch";
  55. this addItemToBackpack "senintrinvch";
  56. this addItemToBackpack "travinvch";
  57. this addItemToBackpack "triangleinvch";
  58. this addHeadgear "SH_Beret_1cl";
  59.  
  60. comment "Add weapons";
  61.  
  62. comment "Add items";
  63. this linkItem "ItemMap";
  64. this linkItem "ItemCompass";
  65. this linkItem "tf_microdagr";
  66.  
  67. comment "Set identity";
  68. this setFace "Custom";
  69. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement