Forum
Need bind master
Created 6th April 2012 @ 15:16
Add A Reply Pages: 1
Heyao guys. When i play dm, I only focus in my kd ratio, and sometimes i got frustrated. So yeah I want to unable tab when i’m playing, and then when i want to turn on tab, just do it.
I have the commands but i don’t know how to config it.
When i join to dm server , i want that:
unbind tab > when I type F1
hud_saytext_time 0 > when I type F2
hud_deathnotice_time > when I type F3
Later, when i want to play 6v6 (and have to tab everytime to see any advantage or disavantage):
bind tab +showscores > when I type F1
hud_saytext_time 12 > when I type F2
hud_deathnotice_time > > when I type F3
Is just when i go dm, i want just to focus in aim, movement and stuff and try to do most damage as possible, not who kill me or people who i kill :D
Just if u can do that would be awesome.
Cheerz~
PD: Is not a solution no pressing tab, because yeh, I use to do it everytime in match, so is kinda routine
Last edited by Squirry,
get 2 different cfgs for when you DM and when you 6v6 or whatever with disabled scoreboard and hud text in one and enabled in the other one
alias practise “unbind tab;hud_saytext_time 0;hud_deathnotice_time 0;bind F1 pcw”
alias pcw “bind tab +showscores;hud_saytext_time 12;hud_deathnotice_time 6;bind F1 practise”
bind F1 practise
I realize its not exactly what you asked for, but I had that lying around so figured I’d post.
Havent actually tested the toggle part, but IIRC it should work when done like that.
Last edited by Rake,
Quoted from Rake
alias practise “unbind tab;hud_saytext_time 0;hud_deathnotice_time 0;bind F1 pcw”
alias pcw “bind tab +showscores;hud_saytext_time 12;hud_deathnotice_time 6;bind F1 practise”
bind F1 practiseI realize its not exactly what you asked for, but I had that lying around so figured I’d post.
Havent actually tested the toggle part, but IIRC it should work when done like that.
Or make 2 new .cfg files, PCW and DM. Put the DM commands in the DM cfg and the others in the PCW cfg. Add “exec pcw.cfg” in your autoexec and when you play DM, type in console “exec DM”
Add A Reply Pages: 1