![]() |
Binding
Hey all! How do I bind lean left and strafe left to the "a" key? I tried "bind a +strafeleft; +leanleft" but in put me in permanent lean. What do I do?
|
I don't think you can combine the two easily, probably best you can do is:
bind A "+leanleft; +moveleft" |
listen up:
bind "a" "+leanleft;+moveleft" bind "d" "+leanright;+moveright" +leanleft = lean to the left +leanright = lean to the right +moveleft = strafe left +moveright = strafe right you must put ; between commands and all input/outputs must be enclosed within "" |
Umm... Rev it didn't work. I tried what u said, bind a +moveleft;+leanleft , and it just kept strafing left without stopping. I couldn't stop strafing. What else can I do? Instead of +moveleft shouldn't it be +Strafeleft?
|
*bump*
|
This is the exact code:
bind a "+moveleft; +leanleft" bind d "+moveright; +leanright" If it doesn't work try typing: unbind d unbind a bind a "+moveleft; +leanleft" bind d "+moveright; +leanright" This only works in muliplayer too. |
Geez u got a long enough sig?
|
Nope. Still have to add [SEALs] once I make it.
|
I mean when zoner makes it.
|
you don't actually need the space after the ;
But anyhoo - as the guy above said - it only works in MP. You can't lean in single player which is a pain in the bum. The unbind command is useful if you have problems, but don't forget to bind again. you must put in the "" eg: bind "a" "+moveleft;+strafeleft" |
where do i put in these commands?
|
You need to enter them in the console
if you've got this activated you can bring it down in game by pressing ` if you haven't got it activated you need to go into advanced options and put a tick in console. |
[quote="Rev Aristotle Jones":f1992]you must put in the "" eg:
bind "a" "+moveleft;+strafeleft"[/quote:f1992] You don't need the quotes. |
the way to do it is this:
unbind "a" bind "a" "+moveleft;+leanleft" unbind "d" bind "d" "+moveright;+leanright" |
All times are GMT -6. The time now is 12:14 PM. |
Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.