Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. comment "Exported from Arsenal by [Maj.] SilentSamuraii";
  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 "TRYK_T_camo_3c";
  15. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  16. for "_i" from 1 to 20 do {this addItemToUniform "ACE_morphine";};
  17. this addVest "milgp_v_jpc_teamleader_belt_cb";
  18. this addItemToVest "ACE_EarPlugs";
  19. for "_i" from 1 to 2 do {this addItemToVest "ACE_CableTie";};
  20. this addItemToVest "ACE_IR_Strobe_Item";
  21. this addItemToVest "ACE_Flashlight_XL50";
  22. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_7x45acp_MHP";};
  23. for "_i" from 1 to 9 do {this addItemToVest "30Rnd_556x45_Stanag";};
  24. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  25. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  26. this addItemToVest "rhs_mag_mk84";
  27. this addHeadgear "VSM_oga_OPS_2";
  28.  
  29. comment "Add weapons";
  30. this addWeapon "SMA_HK416CUSTOMCQBafgB";
  31. this addPrimaryWeaponItem "SMA_MICRO_T2";
  32. this addWeapon "rhsusf_weap_m1911a1";
  33.  
  34. comment "Add items";
  35. this linkItem "ItemMap";
  36. this linkItem "ItemCompass";
  37.  
  38. comment "Set identity";
  39. this setFace "WhiteHead_10";
  40. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement