Advertisement
Broud

Pilot AČR

Apr 29th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. comment "Exported from Arsenal by Broud";
  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_ACR_A3_HeliPilotCoveralls_rgr";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  17. this addItemToUniform "ACE_MapTools";
  18. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  19. for "_i" from 1 to 5 do {this addItemToUniform "ACE_quikclot";};
  20. this addVest "FIR_pilot_vest";
  21. this addItemToVest "ACE_personalAidKit";
  22. for "_i" from 1 to 6 do {this addItemToVest "rhsgref_20rnd_765x17_vz61";};
  23. for "_i" from 1 to 2 do {this addItemToVest "16Rnd_9x21_Mag";};
  24. this addHeadgear "rhs_zsh7a_mike_green";
  25. this addGoggles "TRYK_Beard_BK4";
  26.  
  27. comment "Add weapons";
  28. this addWeapon "rhs_weap_savz61";
  29. this addWeapon "ACR_A3_hgun_Duty";
  30. this addWeapon "ACE_Vector";
  31.  
  32. comment "Add items";
  33. this linkItem "ItemMap";
  34. this linkItem "ACE_Altimeter";
  35. this linkItem "tf_anprc152_2";
  36. this linkItem "ItemGPS";
  37.  
  38. comment "Set identity";
  39. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement