Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. comment "Exported from Arsenal by George Benitez";
  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 "sl_client_c_subzero_W";
  15. this addItemToUniform "FirstAidKit";
  16. this addItemToUniform "Chemlight_green";
  17. for "_i" from 1 to 3 do {this addItemToUniform "RH_7Rnd_50_AE";};
  18. this addVest "V_PlateCarrierSpec_mtp";
  19. this addBackpack "sl_client_c_carryall_invisible";
  20. this addItemToBackpack "hlc_500rnd_762x51_Belt";
  21. for "_i" from 1 to 2 do {this addItemToBackpack "RPG32_F";};
  22. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellBlue";};
  23. for "_i" from 1 to 2 do {this addItemToBackpack "cl3_Gas_flash";};
  24. for "_i" from 1 to 2 do {this addItemToBackpack "HandGrenade";};
  25. for "_i" from 1 to 3 do {this addItemToBackpack "RH_7Rnd_50_AE";};
  26. this addHeadgear "H_HelmetSpecB_blk";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "HLC_wp_M134Painless";
  30. this addWeapon "launch_RPG32_F";
  31. this addWeapon "RH_Deagleg";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "Mattaust_Keys";
  37. this linkItem "ItemRadio";
  38. this linkItem "ItemGPS";
  39. this linkItem "TRYK_Headset_NV";
  40.  
  41. comment "Set identity";
  42. this setFace "asczHead_hammond_A3";
  43. this setSpeaker "male10eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement