toggle


(Happymonster) #1

hey guys

can anyone make a toggle to toggle netgraph on and off?

ie one key to turn it on and same key to turn it off

surely some off the gurus here could do that in 1 min

thanks ! :slight_smile:


(goat72) #2

Perhaps this?

bind “x” “incrementvar net_graph 1 0”

But I’m sure an expert will be along in a minute to correct me, since i’ve not done this for several years…


(goat72) #3

Maybe this?

bind x toggle net_graph


(Singh400) #4

bind “x” “toggle netgraph”


(Happymonster) #5

oh lol that simple ey

i thought it was like vstr this and vstr that

thx guys :slight_smile:


(Happymonster) #6

eh ok that didnt work

anyone else?


(BMXer) #7

bind “x” “toggle net_graph” ?


(keefy) #8

net_graph doesnt do what it does in source engine i think you want net_clientlagometer


(Happymonster) #9

ye that worked thx
i was getting “unknown command net_graph” before


(Endrew) #10

I’m gonna steal this thread.

Is there any way to turn off run/sprint toggle?

I tried those: in_toggleRun and in_toggleSprint but those don’t work.