Advertisement
Ghostyyy

testa

Nov 17th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. comment "Exported from Arsenal by [FRAC]Ghostyy";
  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 "U_O_FullGhillie_sard";
  15. this addItemToUniform "HandGrenade";
  16. for "_i" from 1 to 3 do {this addItemToUniform "30Rnd_65x39_caseless_green";};
  17. this addItemToUniform "11Rnd_45ACP_Mag";
  18. this addItemToUniform "10Rnd_50BW_Mag_F";
  19. this addVest "V_PlateCarrierGL_blk";
  20. for "_i" from 1 to 4 do {this addItemToVest "30Rnd_65x39_caseless_green";};
  21. for "_i" from 1 to 2 do {this addItemToVest "11Rnd_45ACP_Mag";};
  22. for "_i" from 1 to 3 do {this addItemToVest "10Rnd_50BW_Mag_F";};
  23. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  24. for "_i" from 1 to 3 do {this addItemToVest "MiniGrenade";};
  25. this addBackpack "B_Bergen_tna_F";
  26. this addItemToBackpack "Medikit";
  27. for "_i" from 1 to 5 do {this addItemToBackpack "RPG7_F";};
  28. for "_i" from 1 to 4 do {this addItemToBackpack "10Rnd_50BW_Mag_F";};
  29. for "_i" from 1 to 4 do {this addItemToBackpack "30Rnd_65x39_caseless_green";};
  30. for "_i" from 1 to 8 do {this addItemToBackpack "HandGrenade";};
  31. for "_i" from 1 to 5 do {this addItemToBackpack "MiniGrenade";};
  32. this addHeadgear "H_CrewHelmetHeli_O";
  33. this addGoggles "G_Bandanna_beast";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "arifle_ARX_ghex_F";
  37. this addPrimaryWeaponItem "muzzle_snds_65_TI_ghex_F";
  38. this addPrimaryWeaponItem "optic_ERCO_khk_F";
  39. this addPrimaryWeaponItem "bipod_01_F_khk";
  40. this addWeapon "launch_RPG7_F";
  41. this addWeapon "hgun_Pistol_heavy_01_F";
  42. this addHandgunItem "muzzle_snds_acp";
  43. this addHandgunItem "optic_MRD";
  44. this addWeapon "Rangefinder";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "ItemWatch";
  50. this linkItem "ItemRadio";
  51. this linkItem "ItemGPS";
  52. this linkItem "NVGoggles";
  53.  
  54. comment "Set identity";
  55. this setFace "WhiteHead_17";
  56. this setSpeaker "Male02GRE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement