Hey forum, i've been looking for an "auto switchhand" script for myself. I have asked fews players, we tried some things which is this:
(using azerty keyboard)
bind "D" "+moveright; hand 0"
bind "Q" "+moveleft; hand 1"
bind "S" "+back; hand 2"
bind "Z" "+forward; hand 2"
Has worked, but not for the strafe jump, probably because it can't work when pressing multiples binds with different orders. So.. the script was about :
MoveRight = Right Hand
MoveLeft = Left Hand
Move Forward = Mid Hand
Move Back = Mid Hand
But there is a problem, the strafe. So i would like to know.. if it was possible to make priorities on binds. And the idea would be to put in priority the Right/left Mouvement. So, whenever i press MoveRight + MoveForward/MoveBackword, the MoveRight bind must be the priority one. Same for the MoveLeft.
Or Maybe there is already someone using this script.
So let me know
ps: Don't bring the default AH script included in PCDP mod here. It is not working as i want.