Page 1 of 1

how do i set command binds

Posted: September 13th, 2011, 10:51 am
by OneMoreShot
hey guys is there a way to set like example F11 to like use as like noclip or godmode for some servers or even when i use CodJumper /devmap

thanks Josh :lol:

Image

Re: how do i set command binds

Posted: September 13th, 2011, 10:56 am
by Mirko
/bind 3(or whatever key you want to use) noclip
that works for everthing pretty much.

Re: how do i set command binds

Posted: September 13th, 2011, 11:21 am
by Goro92
bind "key" "command"

ex:

bind f11 noclip
bind 9 say rup
bind F6 "+gostand;wait 2;gocrouch;wait 2;+gostand"
bind X "toggle cg_fov 65 80"
bind Y "toggle com_maxfps 125 250"
bind L "toggle r_gamma 0.8 1 1.2 1.4 1.6 1.8 2"
bind O "+moveright wait 0.1"

Re: how do i set command binds

Posted: September 13th, 2011, 11:43 am
by OneMoreShot
serveaiuto wrote:bind "key" "command"

ex:

bind f11 noclip
bind 9 say rup
bind F6 "+gostand;wait 2;gocrouch;wait 2;+gostand"
bind X "toggle cg_fov 65 80"
bind Y "toggle com_maxfps 125 250"
bind L "toggle r_gamma 0.8 1 1.2 1.4 1.6 1.8 2"
bind O "+moveright wait 0.1"
ok now what is
bind F6 "+gostand;wait 2;gocrouch;wait 2;+gostand"
bind L "toggle r_gamma 0.8 1 1.2 1.4 1.6 1.8 2"
bind O "+moveright wait 0.1"[/quote]

Re: how do i set command binds

Posted: September 13th, 2011, 12:10 pm
by megazor
wait cant be fractional

wait 1 = wait one frame. for example, with com_maxfps being 125, wait 125 = wait one second.

Re: how do i set command binds

Posted: September 13th, 2011, 12:16 pm
by megazor
bind F6 "+gostand;wait 2;gocrouch;wait 2;-gostand" //crouches just after a jump
bind L "toggle r_gamma 0.8 1 1.2 1.4 1.6 1.8 2" //by turn, changes brightness to set values
bind O "+moveright;wait 1" //moves to the right a little