Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. comment "Exported from Arsenal by Stewart";
  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 "fow_u_ija_type98_khakibrown";
  15. this addItemToUniform "30Rnd_9x21_Mag_SMG_02";
  16. this addItemToUniform "30Rnd_45ACP_Mag_SMG_01";
  17. this addBackpack "fow_b_ija_backpack";
  18. for "_i" from 1 to 3 do {this addItemToBackpack "fow_5Rnd_77x58";};
  19. this addHeadgear "fow_h_ija_type90_net";
  20.  
  21. comment "Add weapons";
  22. this addWeapon "fow_w_type99";
  23.  
  24. comment "Add items";
  25. this linkItem "ItemMap";
  26. this linkItem "ItemCompass";
  27.  
  28. comment "Set identity";
  29. this setFace "WhiteHead_16";
  30. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement