Page 1 of 1
need movedown+opendoor script
Posted: Fri Mar 26, 2004 8:54 am
by Winball
I had a movedown+opendoor alias, but not anymore
I want this little easy script. Anyone got it?
Posted: Fri Mar 26, 2004 9:32 am
by Flunx
Why the heck do you need to crouch while opening a door? Useless! Just hold down the button you've bound to +movedown at the same time as you press the button you've bound opendoor too. Or just bind the same actions for the same button.
bind x "+movedown;opendoor"
Posted: Sat Mar 27, 2004 4:27 am
by Jazzie
I think it eliminates the fact that you can "get stuck" in the door, correct?
Posted: Sat Mar 27, 2004 6:11 am
by Kurupt
correct
Posted: Sun Mar 28, 2004 3:39 pm
by ShAdY!bR
timerefresh pushing the back key..
izi
Posted: Sun Mar 28, 2004 4:04 pm
by Winball
cl_maxfps "5" or something
Posted: Tue Mar 30, 2004 8:36 am
by Beavisss
Code: Select all
alias "+od" "+movedown;opendoor"
alias "-od" "-movedown"
bind v "+od"