Advertisement
Guest User

Kit Death

a guest
Jul 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. comment "Exported from Arsenal by Frank Kennedy";
  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 "rds_uniform_priest";
  15. for "_i" from 1 to 3 do {this addItemToUniform "KA_knife_blade";};
  16. this addVest "S_VHO_OV_BLK_4";
  17. this addBackpack "invisible_bergen";
  18. this addItemToBackpack "ToolKit";
  19. this addItemToBackpack "murshun_cigs_cigpack";
  20. this addItemToBackpack "plp_bo_inv_Cigar";
  21. for "_i" from 1 to 8 do {this addItemToBackpack "pop_kiwi";};
  22. this addItemToBackpack "murshun_cigs_lighter";
  23. for "_i" from 1 to 15 do {this addItemToBackpack "pop_vendas_c";};
  24. for "_i" from 1 to 16 do {this addItemToBackpack "6Rnd_00_Buckshot_Magazine";};
  25. this addHeadgear "UR_Skull_Brown";
  26. this addGoggles "G_Goggles_VR";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "bnae_m97_virtual";
  30. this addWeapon "KA_knife";
  31. this addWeapon "Binocular";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "Itemwatch";
  37. this linkItem "ItemRadio";
  38. this linkItem "ItemGPS";
  39. this linkItem "SAN_Headlamp_v2";
  40.  
  41. comment "Set identity";
  42. this setFace "TanoanHead_A3_02";
  43. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement