Skip to content

Instantly share code, notes, and snippets.

@yish91
Created July 23, 2020 17:05
Show Gist options
  • Save yish91/b09e6d605f05b40908335831b172c76c to your computer and use it in GitHub Desktop.
Save yish91/b09e6d605f05b40908335831b172c76c to your computer and use it in GitHub Desktop.
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "alt" "+jumpthrow"
cl_radar_always_centered "0"
cl_radar_scale "0.4"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
//Radar zoom in-out script
bind "KP_plus" "incrementvar cl_radar_scale 0.25 1.0 0.05";
bind "KP_minus" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment