Advertisement
Rendflex

Untitled

Aug 15th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. giveInfectedLoadout(waitAnd)
  2. {
  3. gun = self getcurrentweapon();
  4.  
  5. self takeAllWeapons();
  6.  
  7. if(isdefined(waitand))
  8. {
  9. wait 0.1;
  10. }
  11.  
  12. self takeweapon(self GetCurrentOffhand());
  13. self takeAllWeapons();
  14. self clearperks();
  15. self giveweapon("usp_tactical_mp");
  16. self setWeaponAmmoClip("usp_tactical_mp", 0);
  17. self SetWeaponAmmoStock("usp_tactical_mp", 0);
  18. self setspawnweapon("usp_tactical_mp");
  19. self giveweapon("throwingknife_mp");
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement