x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

LiL' Script for net_graph 3; net_graph 0

Created 10th January 2010 @ 23:20

Add A Reply Pages: 1

danny.

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

Norris

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”

wpminnows

[PG]

a simpler one would be

bind t “toggle net_graph 0 3”

Norris

agreed.

danny.

thanks guys

xtala

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