Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. //launch options
  2. -tickrate 128 -high -nod3d9ex1 -autoexec config.cfg -cl_righthand 0
  3.  
  4. //jumpthrow
  5. alias "+jumpthrow" "+jump;-attack";
  6. alias "-jumpthrow" "-jump";
  7. bind "t" "+jumpthrow";
  8.  
  9. //Grenade config
  10. bind "h" "+crosshairmax";
  11. alias "+crosshairmax" "cl_crosshairsize 5000; cl_crosshairgap -10; cl_crosshairthickness 0.5; cl_crosshair_drawoutline 0";
  12. alias "-crosshairmax" "cl_crosshairsize 3; cl_crosshairgap -3; cl_crosshairthickness 1; cl_crosshair_drawoutline 0";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement