minorthreat23 Posted April 10, 2002 Share Posted April 10, 2002 Can anyone show me how to bind forward and jump so I dont have to push 2 keys so therefore i only push one key to do that two functions? Thanks. Link to comment Share on other sites More sharing options...
scoobz Posted April 10, 2002 Share Posted April 10, 2002 Not exactly sure... but the normal way to bind multiple things to one key is <bind # "xxx; xxx; xxx; xxx"> So yours may be <bind # "+forward;+jump> The only problem you have is when you put multiple commands to one key, when you push that key it reads the commands in the order you wrote and when it gets to the next command, it negates the first. Meaning... if you say +forward;+jump, it will read the +forward and then move to the +jump so you will always be +forward because you haven't stopped it. When you let go of the key - it will stop the jump, not the forward. Perhaps a work around would be; <bind # "+forward;+jump;wait 20;-forward;-jump> But you would only recreate the same jump everytime. You couldn't hold the key down for the length of the jump. Once pressed, it runs by itself! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.