Forum
Bind help?
Created 3rd January 2010 @ 12:08
Add A Reply Pages: 1
How do I bind so when im clicking M2 as scout I say with voice command
“need a dispenser here!”
: )
And
How to fake an über by saying Ubercharge Ready and at the same time type fake-über in team chatt?
I had these before, but it was just some random config i downloaded, so I have no idea how to bind stuff ><,
bind “key” “voicemenu x y”
x = the menu the command is in (z, x or c) from 0 – 2 respectively
y = the number of the command in the menu, you’ll have to subtract one from this number to get it to work because 0 is the first number, not 1.
thanks guys!
and I guess its just to put this in like a class cfg then?
thanks guys!
and I guess its just to put this in like a class cfg then?
yep, pretty much.
sweet! :D
How do I bind so when im clicking M2 as scout I say with voice command
“need a dispenser here!”
…
Also, another one you might want to do is bind for when you use uber, its actually slightly more complicated than it sounds so heres the code:
bind “+mouse2” “+attack2 ; say_team I AM SHINY NAOW!”
the plus’s are important. ;)
bind “+mouse” “+attack2” in every other class cfg
Also, another one you might want to do is bind for when you use uber, its actually slightly more complicated than it sounds so heres the code:
bind “+mouse2” “+attack2 ; say_team I AM SHINY NAOW!”
the plus’s are important. ;)
bind “+mouse” “+attack2” in every other class cfg
Now that won’t work.
This is how you do it:
alias +uber “+attack2; say_team blahblah”
alias -uber “-attack2”
bind mouse2 +uber
Remember “bind mouse2 +attack2” in every other class config. This avoids saying UBERED everytime you det stickies for example. Oh and you don’t need a minus for at least +attack2, so you don’t need an alias Skyride was right (OMFG) bind mouse2 “+attack2;say_team Jellytots” is all you need. Hmm well I could be wrong lack of playing… Hmm
EDIT: Na the balance of life is restored Skyride wasn’t right you don’t need a + on mouse2 infact I don’t think it will work if you do. Also don’t put quotations on it.
Last edited by daithi1,
AH IM GETTING CONFUSED
Some medic binds:
Fake uber:
bind "i" "say_team FAKING UBER; voicemenu 1 7"
Activating ubercharge:
alias "+faked" "+attack2; say_team BLOWING UBER LIKE A MEDICINAL WHORE; voicemenu 2 2"
alias "-faked" "-attack2"
bind "i" "+faked"
Uber ready:
bind "i" "say_team UBER FULL, GET READY TO PUSH YOU USELESS FUCKS; voicemenu 2 2"
Last edited by klu,
Add A Reply Pages: 1