Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. // minimap zoom
  2. bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  3. bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  4. cl_radar_always_centered 0;
  5.  
  6. // jumpthrow
  7. alias +jumpthrow "+jump;-attack"
  8. alias -jumpthrow "-jump"
  9. bind t +jumpthrow
  10.  
  11.  
  12. // have the russians stfu for once
  13. bind "PGUP" "voice_enable 0"
  14. bind "HOME" "voice_enable 1"
  15.  
  16. // show netgraph on tab
  17. alias +statusrpt "+showscores; net_graph 1"
  18. alias -statusrpt "-showscores; net_graph 0"
  19. bind "TAB" "+statusrpt"
  20.  
  21. // my crosshair
  22. cl_crosshaircolor 5;cl_crosshaircolor_r 255;cl_crosshaircolor_b 255;cl_crosshaircolor_g 0;cl_crosshairsize 4;
  23. cl_crosshairgap 0;cl_crosshairthickness 1;cl_crosshairusealpha 1;cl_crosshairalpha 255;
  24. cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 1;cl_crosshairdot 0;cl_crosshairstyle 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement