Page 1 of 1

[Help] Strafe Key

Posted: June 2nd, 2010, 2:21 pm
by BMGP
Hey!
I tried to make a Strafe Key, but it doesn't work :(
This is my Command

Code: Select all

bind J "+moveforward +moveleft +breath_sprint"
(Same with moveright)

I put it into mp_config...

Whats the right Command?

BMGP :D

Re: [Help] Strafe Key

Posted: June 3rd, 2010, 8:13 am
by Ajic
It would be

Code: Select all

bind J "+forward; +moveleft; +sprint"
but that makes it move forward and left so long until you type -forward and -moveleft.