Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. comment "Exported from Arsenal by StRiKeR";
  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 "rhsgref_uniform_specter";
  15. for "_i" from 1 to 3 do {this addItemToUniform "rhs_30Rnd_545x39_AK";};
  16. this addVest "rhs_6b23_6sh116_od";
  17. this addItemToVest "rhs_rshg2_mag";
  18. this addHeadgear "rhs_altyn_bala";
  19.  
  20. comment "Add weapons";
  21. this addWeapon "rhs_weap_ak105_zenitco01_b33";
  22. this addPrimaryWeaponItem "rhs_acc_dtk2";
  23. this addPrimaryWeaponItem "rhsusf_acc_anpeq15_bk";
  24. this addPrimaryWeaponItem "rhs_acc_1p87";
  25. this addPrimaryWeaponItem "rhs_acc_grip_ffg2";
  26. this addWeapon "rhs_weap_rshg2";
  27.  
  28. comment "Add items";
  29. this linkItem "ItemMap";
  30. this linkItem "ItemCompass";
  31. this linkItem "ItemWatch";
  32. this linkItem "ItemRadioAcreFlagged";
  33.  
  34. comment "Set identity";
  35. this setFace "WhiteHead_22_l";
  36. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement