Upvote Upvoted 0 Downvote Downvoted
Null-Cancelling Script Problem
posted in Customization
1
#1
0 Frags +

So, I recently installed a null movement cancelling script and sometimes when I'm holding W it stops working and maybe I'm just button mashing? This never happened before I didn't have this script.

So, I recently installed a null movement cancelling script and sometimes when I'm holding W it stops working and maybe I'm just button mashing? This never happened before I didn't have this script.
2
#2
0 Frags +

can you copy paste the script?

can you copy paste the script?
3
#3
0 Frags +

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 ""

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 ""
4
#4
2 Frags +

You've messed up the quotemarks on checkback

Use this:

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 ""

You've messed up the quotemarks on checkback

Use this:

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 ""
5
#5
0 Frags +

thanks! i'll try that

thanks! i'll try that
Please sign in through STEAM to post a comment.