Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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 "rhs_uniform_vdv_emr";
  15. for "_i" from 1 to 3 do {this addItemToUniform "rhs_30Rnd_545x39_AK";};
  16. this addVest "rhs_6b23_6sh116";
  17. this addItemToVest "rhs_rpg26_mag";
  18. this addHeadgear "rhs_6b28_ess_bala";
  19.  
  20. comment "Add weapons";
  21. this addWeapon "rhs_weap_ak74m_2mag_camo";
  22. this addPrimaryWeaponItem "rhs_acc_dtk";
  23. this addPrimaryWeaponItem "rhs_acc_ekp8_02d";
  24. this addWeapon "rhs_weap_rpg26";
  25.  
  26. comment "Add items";
  27. this linkItem "ItemMap";
  28. this linkItem "ItemCompass";
  29. this linkItem "ItemWatch";
  30. this linkItem "ItemRadioAcreFlagged";
  31.  
  32. comment "Set identity";
  33. this setFace "WhiteHead_22_l";
  34. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement