Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. comment "Exported from Arsenal by Nikolai Azarov";
  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 "My_retexture7";
  15. this addItemToUniform "FirstAidKit";
  16. for "_i" from 1 to 2 do {this addItemToUniform "6Rnd_45ACP_Cylinder";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "10Rnd_M43_762x39_Ball";};
  18. this addVest "V_PlateCarrierIA2_dgtl";
  19. this addBackpack "B_Carryall_oli";
  20. this addItemToBackpack "Medikit";
  21. this addHeadgear "Payday_GeneralO";
  22. this addGoggles "Mask_M40_OD";
  23.  
  24. comment "Add weapons";
  25. this addWeapon "arifle_KA_SKS_F";
  26. this addWeapon "hgun_Pistol_heavy_02_F";
  27.  
  28. comment "Add items";
  29. this linkItem "ItemMap";
  30. this linkItem "ItemCompass";
  31. this linkItem "ItemWatch";
  32. this linkItem "tf_anprc148jem_1";
  33. this linkItem "ItemGPS";
  34.  
  35. comment "Set identity";
  36. this setFace "AfricanHead_02";
  37. this setSpeaker "Male08ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement