Advertisement
Guest User

demoman_targe

a guest
Feb 25th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. alias pipes_interp "cl_interp .015"
  2. alias melee_interp "cl_interp .033"
  3.  
  4. alias pipes_cross "cl_crosshair_file crosshair5; cl_crosshair_scale 30"
  5. alias melee_cross "cl_crosshair_file crosshair4; cl_crosshair_scale 35"
  6.  
  7. alias modelon "r_drawviewmodel 1"
  8. alias modeloff "r_drawviewmodel 0"
  9.  
  10. alias pipes "slot1;alias wepcycle melee; pipes_interp; modeloff; pipes_cross"
  11. alias melee "slot3;alias wepcycle pipes; melee_interp; modelon; melee_cross"
  12. alias wepcycle melee
  13.  
  14. bind 1 "slot1; alias wepcycle melee; pipes_interp; modeloff; pipes_cross"
  15. bind 2 ""
  16. bind 3 "slot3; alias wepcycle pipes; melee_interp; modelon"
  17.  
  18. pipes //Loads the pipes settings when you spawn
  19. cleargui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement