Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. comment "Exported from Arsenal by Rizzet";
  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 "UK3CB_BAF_U_Smock_DPMW";
  15. for "_i" from 1 to 3 do {this addItemToUniform "29rnd_300BLK_STANAG";};
  16. this addVest "TAC_V_CTBA";
  17. this addHeadgear "BWA3_OpsCore_Fleck_Patch";
  18. this addGoggles "PBW_Balaclava_schwarzR";
  19.  
  20. comment "Add weapons";
  21. this addWeapon "hlc_rifle_honeybadger";
  22. this addPrimaryWeaponItem "muzzle_HBADGER";
  23. this addPrimaryWeaponItem "rhs_acc_1p87";
  24. this addWeapon "PSZ_Wist94L";
  25.  
  26. comment "Add items";
  27. this linkItem "ItemMap";
  28. this linkItem "ItemCompass";
  29. this linkItem "ItemWatch";
  30. this linkItem "ItemRadioAcreFlagged";
  31.  
  32. comment "Set identity";
  33. this setFace "WhiteHead_20";
  34. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement