Upvote Upvoted 0 Downvote Downvoted
Help with binds and commands
posted in Customization
1
#1
0 Frags +

So basically I want tab bound to every fucking command in tf2.

I want TAB bound to show scoreboard like it normally does
to use the command mp_showrespawntimes to show spawn waves in chat
to show netgraph_1 but only for as long as i hold tab
to show map time left in chat also (im sure this is possible since ive had it with some other huds

Ive tried but failed:( Help is appreciated.

So basically I want tab bound to every fucking command in tf2.

I want TAB bound to show scoreboard like it normally does
to use the command mp_showrespawntimes to show spawn waves in chat
to show netgraph_1 but only for as long as i hold tab
to show map time left in chat also (im sure this is possible since ive had it with some other huds


Ive tried but failed:( Help is appreciated.
2
#2
-1 Frags +

alias +yablow "+showscores;mp_showrespawntimes 1;netgraph_1;maptimeshit 1"
alias -yablow "-showscores;mp_showrespawntimes 0;netgraph_1;maptimeshit 0"

bind tab +yablow

alias +yablow "+showscores;mp_showrespawntimes 1;netgraph_1;maptimeshit 1"
alias -yablow "-showscores;mp_showrespawntimes 0;netgraph_1;maptimeshit 0"

bind tab +yablow
3
#3
1 Frags +

I believe this works

alias "+zootab" "+showscores; net_graph 1; mp_showrespawntimes; timeleft"
alias "-zootab" "-showscores; net_graph 0"

bind "tab" "+zootab"

I believe this works

alias "+zootab" "+showscores; net_graph 1; mp_showrespawntimes; timeleft"
alias "-zootab" "-showscores; net_graph 0"

bind "tab" "+zootab"
4
#4
-1 Frags +

also that wont actually work but its how you need to do it framework-wise

also that wont actually work but its how you need to do it framework-wise
5
#5
1 Frags +
AloSecI believe this works

alias "+zootab" "+showscores; net_graph 1; mp_showrespawntimes; timeleft"
alias "-zootab" "-showscores; net_graph 0"

bind "tab" "+zootab"

Worked perfectly, thank you:)

[quote=AloSec]I believe this works

alias "+zootab" "+showscores; net_graph 1; mp_showrespawntimes; timeleft"
alias "-zootab" "-showscores; net_graph 0"

bind "tab" "+zootab"[/quote]

Worked perfectly, thank you:)
Please sign in through STEAM to post a comment.