Advertisement
varden

Untitled

Dec 7th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // jumpthrow
  2. alias "+jumpthrow" "+jump;-attack"
  3. alias "-jumpthrow" "-jump"
  4. bind "v" "+jumpthrow"
  5.  
  6. // CROSSHAIR
  7. cl_crosshairstyle 5;
  8. cl_crosshairdot 0;
  9. cl_crosshairusealpha 1;
  10. cl_crosshairalpha 200;
  11. cl_crosshaircolor 5;
  12. cl_crosshaircolor_r 255;
  13. cl_crosshaircolor_g 100;
  14. cl_crosshaircolor_b 255;
  15. cl_crosshairgap 0;
  16. cl_crosshairthickness 1;
  17. cl_crosshairsize 2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement