Forum
LiL' Script for net_graph 3; net_graph 0
Created 10th January 2010 @ 23:20
Add A Reply Pages: 1
Is there a possibility that when u press “T” net_graph 3 appears and when u press “T” again net_graph is disabled ?
Would be cool if someone could post a lil script =)
I tried it with bind “T” “net_graph 3; net_graph 0” but i didnt work :D
As u can see iam a huge noob in scripting and i hope that someone can make me this lil script :D
Thanks in advance
alias abc1 “net_graph 3;alias abc abc2”
alias abc2 “net_graph 0;alias abc abc1”
alias abc “abc1”
bind x abc
or how about this one:
alias abc “incrementvar net_graph 0 1 1”
bind x “abc”
agreed.
thanks guys
I find it usefull to use this with the scoreboard.
Saves you a bind, and if you place/size the net graph correctly it won’t be in the way :)
Add A Reply Pages: 1