Advertisement
Broud

posádka AČR

Apr 29th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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_OfficerUniform_vz95";
  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. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  21. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  22. this addItemToUniform "ACE_personalAidKit";
  23. this addVest "V_ACR_A3_NPP2006_light_vz95";
  24. for "_i" from 1 to 6 do {this addItemToVest "rhsgref_20rnd_765x17_vz61";};
  25. this addHeadgear "H_ACR_A3_Crew_helmet";
  26. this addGoggles "TRYK_Beard_BK4";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "rhs_weap_savz61";
  30. this addWeapon "ACR_A3_hgun_Duty";
  31. this addWeapon "ACE_Vector";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ACE_Altimeter";
  36. this linkItem "tf_anprc152_2";
  37. this linkItem "ItemGPS";
  38.  
  39. comment "Set identity";
  40. this setFace "asczHead_mctavish_A3";
  41. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement