Binding commands.

Quak_66

Newbie
Joined
Oct 14, 2005
Messages
67
Reaction score
0
I want to know how to bind the L key to the sv_cheats 1 command. When i enter the
bind l sv_cheats 1
command it doesn't work.
 
because you have to do this :

bind "|" "sv_cheats 1"

Have fun ;)
 
isn't it:
bind l "sv_cheats 1"

you don't need the "'s around 'l' :)
 
dekstar said:
isn't it:
bind l "sv_cheats 1"

you don't need the "'s around 'l' :)
Indeed, but standard config does this anyway.
 
Back
Top