Last active
August 6, 2017 10:19
-
-
Save MRuy/6cab5c075beabb9ae724 to your computer and use it in GitHub Desktop.
CS:GO snippets
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
net_graph 1 | |
net_graphheight 9999 | |
alias "+scorenet" "+showscores; net_graphheight 0" | |
alias "-scorenet" "-showscores; net_graphheight 9999" | |
bind "TAB" "+scorenet" |
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
# Display damage info on top left screen corner | |
developer 1 | |
con_enable 1 | |
con_filter_enable 2 | |
con_filter_text "Damage" | |
con_filter_text_out "Player:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment