Forum
scoreboard + net_graph 3
Created 12th January 2011 @ 16:32
Add A Reply Pages: 1
Hey, was wondering if someone with more than 2 brain cells could script a way of toggling the net_graph 3 when I press tab and then making it go away again just like the scoreboard? I remember having a similar thing to this back when l4d1 was popular but I’ve forgotten how it worked. Thanks in advance.
this ??
alias +stats “+showscores ; net_graph 3”
alias -stats “-showscores; net_graph 0”
bind “TAB” “+stats”
mine
bind “tab” “+scoreboard”
alias +scoreboard “+showscores ; net_graph 4 ; cl_showfps 2”
alias -scoreboard “-showscores ; net_graph 0 ; cl_showfps 0”
Last edited by AnimaL,
Add A Reply Pages: 1