Page 1 of 1

NET_GRAPH

Posted: Sun Jul 11, 2021 5:17 am
by SΛLO POWEЯ
Many players have enabled net_graph in their configs to see FPS, network statistics e.g. current ping. Very useful thing but it looks not pretty good. With this simple trick you can see net_graph table only when you look scores table when pressed TAB button.
You need just copy and paste this code in yours autoexec.cfg

Code: Select all

alias "+score" "+showscores; net_graph 1"
alias "-score" "-showscores; net_graph 0"
bind "TAB" "+score"