Basicly this is going to be giving you things you can do with your netgraph! For noobs the cmd is:
net_graph 1 [thats to get it to show up!!]
But here the real tut!
- CS:Source Netgraph Bind Toggle
- Net Graph Cycle Script
- Net Graph Toggle Script
- Net Graph Viewer Script
As always bind any key your dont use. I just slam the keyboard and whatever letter is first then that is it!
1) CS:Source Netgraph Bind Toggle Description: Easy alternative for viewing the net_graph in CS:Source.
BindToggle z net_graph
2) Net Graph Cycle Script Description: This cycles through the different choices of the Net Graph.
alias graph "graph1" alias graph1 "netgraph 1; alias graph graph2" alias graph2 "netgraph 2; alias graph graph3" alias graph3 "netgraph 3; alias graph graph4" alias graph4 "netgraph 0; alias graph graph1"
bind "v" "graph"
3) Net Graph Toggle Script Description: This is used to toggle the netgraph on and off.
alias graph "graphon" alias graphon "netgraph 3; alias graph graphoff" alias graphoff "netgraph 0; alias graph graphon"
bind "j" "graph"
4) Net Graph Viewer Script Description: This is used to view the netgraph when you press the key.
alias +graph "netgraph 3" alias -graph "netgraph 0"
bind "p" "+graph"
The net_graph, in case you dont know, tells you your FPS, PING, IN/OUT, and much more!!! Check it out some time it is really good!






