fade-BurningSmileglorycan someone link it for me i need to test it
// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)
bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright
alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""
how do you remove it after you decide you want to go back
just delete it out of ur cfg or?
That or you can go into the options in game and manually rebind your wasd to forward back left and right or just put this in your car instead of the script:
bind w +forward
bind s +back
bind a +moveleft
bind d +moveright