Binding keys help

Status
Not open for further replies.
Thanks that really helps
Edit: Darn it did not work dose it work only for 2.0 or dose it work for old and new?
 
Last edited:
It should work for both versions What are you trying to bind? I could just tell you the code to bind it.
Code:
Bind c "Toggle Chasecam"
IIRC that's how it works Type bind (whatever key you want) "whatever command you want" Just remember the quotation marks are necessary.
 
Yes, but you need to use an alias to do it.

alias example say "message goes here"
bind f example

Essentially, the bind command can't take command parameters that require quotes, since it uses quotes to handle commands with parameters (bind f "chasecam off", for example). By making an alias of your command, you can get around the lack of nested quotation marks.
 
You can't make " on console? That means you have different keyboard. I can get " by pressing shift and Ä at same time.
 
Weird i get it pressing shift and 2.
 
Last edited:
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top