Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. removeAllWeapons this;
  2. removeAllItems this;
  3. removeAllAssignedItems this;
  4. removeUniform this;
  5. removeVest this;
  6. removeBackpack this;
  7. removeHeadgear this;
  8. removeGoggles this;
  9.  
  10. this forceAddUniform "fow_u_uk_bd40_seac_02_private";
  11. this addItemToUniform "fow_30Rnd_45acp";
  12. this addVest "fow_v_us_ab_carbine_nco";
  13. for "_i" from 1 to 10 do {this addItemToVest "ACE_fieldDressing";};
  14. for "_i" from 1 to 2 do {this addItemToVest "ACE_tourniquet";};
  15. for "_i" from 1 to 2 do {this addItemToVest "ACE_EarPlugs";};
  16. this addItemToVest "ACE_Flashlight_XL50";
  17. for "_i" from 1 to 5 do {this addItemToVest "fow_30Rnd_45acp";};
  18. this addItemToVest "ifa3_1Rnd_signalflare_red";
  19. this addBackpack "B_LIB_GER_Radio";
  20. this addHeadgear "H_LIB_US_Helmet_Tank";
  21. this addGoggles "fow_g_gloves1";
  22.  
  23. this addWeapon "fow_w_m3";
  24. this addWeapon "LIB_FLARE_PISTOL";
  25. this addWeapon "Binocular";
  26.  
  27. this linkItem "ItemMap";
  28. this linkItem "ItemCompass";
  29. this linkItem "ACE_Altimeter";
  30. this linkItem "tf_anprc152_1";
  31.  
  32. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement