Hello guys can someone help me with neth_graph? I want to bind to one key show net_graph and hide net_graph but no with scoreboard.
bindToggle "whatever key you want" "net_graph 1/0"
could work I think
could work I think
flyingbuddybindToggle "whatever key you want" "net_graph 1/0"
could work I think
Not working :(
could work I think[/quote]
Not working :(
bind "KEY" "incrementvar net_graph 0 4 1"
The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).
This is a toggle, not a hold.
The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).
This is a toggle, not a hold.
Not_Matlockbind "KEY" "incrementvar net_graph 0 4 1"
The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).
This is a toggle, not a hold.
Do u know how to bind this same but with viewmodels?
The first number is off, the second number is net_graph 4, and the third number will toggle between the two with a single button press. Replace the 4 with whatever level of netgraph you want it to display (1-4).
This is a toggle, not a hold.[/quote]
Do u know how to bind this same but with viewmodels?
bind "key" "toggle r_drawviewmodel 0 1"
straight outta my autoexec, yea, and i use the same method for net_graph, cause i dont need the 2/3/4 graphs, also i only really use viewmodels on engi and spy
straight outta my autoexec, yea, and i use the same method for net_graph, cause i dont need the 2/3/4 graphs, also i only really use viewmodels on engi and spy
if you want a hold,
alias "+shownet" "net_graph x" // x being any valid level of net_graph
alias "-shownet" "net_graph 0"
bind "key" "+shownet"
[code]
alias "+shownet" "net_graph x" // x being any valid level of net_graph
alias "-shownet" "net_graph 0"
bind "key" "+shownet"
[/code]
net_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"
if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"
if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.
mdvnet_graph "0"
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"
if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.
He said he doesn't want it with the scoreboard
net_graphpos "2"
bind "TAB" "+showscores"
bind "TAB" "+showgraph"
alias "+showgraph" "+showscores;net_graph 1"
alias "-showgraph" "-showscores;net_graph 0"
if you press tab, gonna show scores + netgraph. lot of people with shit machines used to use it like this, cause net graph means a few minus fps. if you are just interested about your fps, i recommend cl_showfps 1 or 2 (2 shows inputlag as well), or use the steam overlay counter.[/quote]
He said he doesn't want it with the scoreboard