Created
July 23, 2020 17:05
-
-
Save yish91/b09e6d605f05b40908335831b172c76c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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