Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. comment "Exported from Arsenal by Pte. Auzza";
  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_PMC_IndUniformLS_BSGPBB";
  15. for "_i" from 1 to 25 do {this addItemToUniform "ACE_fieldDressing";};
  16. for "_i" from 1 to 15 do {this addItemToUniform "ACE_morphine";};
  17. this addVest "ADFU_PlateCarrier_Green";
  18. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag";};
  19. this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";
  20. for "_i" from 1 to 4 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  21. for "_i" from 1 to 4 do {this addItemToVest "9Rnd_45ACP_Mag";};
  22. this addBackpack "ADFU_kitbag_green";
  23. this addItemToBackpack "ACE_microDAGR";
  24. this addItemToBackpack "ACE_Clacker";
  25. this addItemToBackpack "MineDetector";
  26. for "_i" from 1 to 5 do {this addItemToBackpack "HandGrenade";};
  27. for "_i" from 1 to 5 do {this addItemToBackpack "SmokeShell";};
  28. this addItemToBackpack "Chemlight_blue";
  29. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_M84";};
  30. for "_i" from 1 to 5 do {this addItemToBackpack "SLAMDirectionalMine_Wire_Mag";};
  31. for "_i" from 1 to 3 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  32. this addHeadgear "H_HelmetSpecB";
  33. this addGoggles "G_mas_wpn_bala_mask";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "ADFU_m4a5_m203fg";
  37. this addPrimaryWeaponItem "ADFU_f88_muzzle_snds";
  38. this addPrimaryWeaponItem "ACE_acc_pointer_green";
  39. this addPrimaryWeaponItem "optic_MRCO";
  40. this addWeapon "hgun_ACPC2_F";
  41. this addWeapon "ACE_Vector";
  42.  
  43. comment "Add items";
  44. this linkItem "ItemMap";
  45. this linkItem "ItemCompass";
  46. this linkItem "tf_microdagr";
  47. this linkItem "tf_anprc154_3";
  48. this linkItem "EODS_Talon_Remote";
  49. this linkItem "ACE_NVG_Gen4";
  50.  
  51. comment "Set identity";
  52. this setFace "WhiteHead_20";
  53. this setSpeaker "Male10ENG";
  54. [this,"grimreaper"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement