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.
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
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"
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
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:)