![]() |
A fast code
Hello.Does someone know how to bind with one key long jump?(forward+force speed+jump)?
I tryed Code:
bind Y "+forward" ; wait ;"force_speed" ; wait ; "+moveup"Help would be apreciated.:) |
I think wait needs a time period, like wait .5 or .05.
|
Quote:
|
Try this:
bind Y "+forward; wait 1; force_speed; wait 1; +moveup" Also try chaning the order. speed, forward, up; or speed, up, forward. |
Quote:
Quote:
Quote:
|
So one version made the character do the correct jump, but after the jump the character kept walking forward?
If that is the case put a [B]wait 1[B] after the +forward and +up. |
Quote:
Code:
"force_speed; wait 1; +moveup; [B]wait 1[B]; +forward; [B]wait 1[B]"Code:
"force_speed; wait 1; +moveup; [B]wait 1[B]; +forward" |
Okay the wait 1 command might be messing things up.
Does anybody know the command to release a button? |
Quote:
Code:
-forward |
Okay. If "+" means push the button and "-" means release the button, then try this:
bind x "force_speed; +moveup; +forward; wait 5; -moveup; -forward" |
Quote:
|
Glad it worked out for you!
Thanks Fighter298 for that piece of information! |
| All times are GMT -4. The time now is 07:03 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
LFNetwork, LLC ©2002-2011 - All rights reserved.