Page 1 of 1

whats wrong with this.. cuz it aint working..

Posted: Wed Jun 02, 2004 12:25 am
by omper

Code: Select all

/keypress ??? hold
/keypress ???
what that does is nothing.. and i mean nothing.. if i am trying to turn left right or move in any direction it doesnt move.. HOWEVER

this does work..

Code: Select all

/keypress ??? hold
/delay ?s
/keypress ???
replace the ??? with any movement and the ? with any time..

is there a problem with /keypress???

Posted: Wed Jun 02, 2004 12:48 am
by ieatacid
That's because without the /delay it's pretty much pressing the keys too fast for you to even notice you moved.

Posted: Wed Jun 02, 2004 10:19 am
by omper
I understand that however they worked before the last two patches.. and if you read through old posts .. it was used quite extensivly without the delay..