Page 1 of 1
Bind a key
Posted: Sat Oct 22, 2005 11:14 pm
by D'Artagnan
Is there a way to bind a key to do vid_restat without having to type it into the console ?
By the way, is there a way to bind special message like in Q3, exemple;
bind F5 "say Thx"
bind F6 "Good Game"
Posted: Sat Oct 22, 2005 11:42 pm
by §ìgñå
riddla wrote:note the use of quotes and single quotes around phrases with spaces in them

ya I noticed that too, but I dont think the use of quotes like that ( "F5" ) is required.
also for binding a key for vid_restart.. probably a bad idea cuz you could accidently hit it when playing. the easist way to do is by console. just drop the console type
vi, hit the tab key to autocomplete the word (vid_restart is the only vid_ command) and hit enter.
Posted: Sun Oct 23, 2005 12:29 am
by Guest
§ìgñå wrote:
just drop the console type vi, hit the tab key to autocomplete the word (vid_restart is the only vid_ command) and hit enter.
I've learned something new today :icon28:
Posted: Sun Oct 23, 2005 12:33 am
by Fjoggs
newb
Posted: Sun Oct 23, 2005 12:58 am
by jayP.lq
I dont think auto-complete is enabled in Q4
...I've tried a number of times and it doesnt do anything
Posted: Sun Oct 23, 2005 1:08 am
by Bdw3
It is, there is no need for a / in Q4 however. 
Posted: Sun Oct 23, 2005 3:05 am
by D'Artagnan
OK, 1 more bind...
Is there a way to bind a key to kill myself, on Q3 it was
bind (KEY) "kill"
Posted: Sun Oct 23, 2005 3:10 am
by D'Artagnan
riddla wrote:bind "X" "kill -1"
WOW, youre the man... :icon14: