Advertisement
Guest User

SERT

a guest
Dec 5th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. comment "Exported from Arsenal by Carlos Lopez";
  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 "A3L_EC_SERTK";
  15. for "_i" from 1 to 3 do {this addItemToUniform "29rnd_300BLK_STANAG";};
  16. this addVest "kaelvest_sert2_Fix";
  17. this addHeadgear "CG_sert_H3";
  18. this addGoggles "Mask_M40";
  19.  
  20. comment "Add weapons";
  21. this addWeapon "hlc_rifle_vendimus";
  22. this addPrimaryWeaponItem "muzzle_snds_B";
  23.  
  24. comment "Add items";
  25. this linkItem "tf_microdagr";
  26.  
  27. comment "Set identity";
  28. this setFace "WhiteHead_09";
  29. this setSpeaker "Male01GRE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement