Digital Paint Discussion Board
Paintball 2: The Game => Help and Support => Topic started by: Foxhound on September 15, 2012, 02:10:03 PM
-
Sometimes this script fails to produce a double jump. It will work then sometimes you hold space and you only jump once instead of twice.
bind "SPACE" "+doublejump"
alias -doublejump "-moveup"
alias +doublejump "+moveup;waitlong;-moveup;waitlong;+moveup;waitlong"
alias waitlong "wait;wait;wait;wait"
sorry i forgot to put that in. THAT is what my script is. seems the same as yours. BUT for some reason, sometimes it fails to work.
-
This line is missing:
alias waitlong "wait;wait;wait;wait"
-
bind "SPACE" "+dj"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias 4waits "wait;wait;wait;wait"
I use this it works well. As long as your cl_maxfps isnt 1 - 27.
-
bind "SPACE" "+dj"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias 4waits "wait;wait;wait;wait"
I use this it works well. As long as your cl_maxfps isnt 1 - 27.
It's the exact same as what Fox/Chef posted.
"4waits" = "waitlong"
-
oh didn't realise. LOL
-
only newbs use a dj script *cough* myers *cough*
-
Sometimes this script fails to produce a double jump. It will work then sometimes you hold space and you only jump once instead of twice.
bind "SPACE" "+doublejump"
alias -doublejump "-moveup"
alias +doublejump "+moveup;waitlong;-moveup;waitlong;+moveup;waitlong"
alias waitlong "wait;wait;wait;wait"
sorry i forgot to put that in. THAT is what my script is. seems the same as yours. BUT for some reason, sometimes it fails to work.
-
That happened to me in quake 2.
i just changed the:
alias waitlong "wait;wait;wait;wait"
to:
alias waitlong "wait;wait"
and that seemed to work...
-
I dont think its the amount of waits. No matter how many I remove or add, sometimes it just doesnt jump twice.
-
yeah doesnt work for me either NO WAIT I CAN CLICK SPACE TWICE no wait i cant yeah script wont work wtf need new script omg cant jump
-
Oh wait. Missed abit.
bind "SPACE" "+dj"
alias waiting "4waits;4waits;4waits;4waits;4waits;4waits"
alias 4waits "wait;wait;wait;wait"
alias -dj "-moveup"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
Try that
-
Oh wait. Missed abit.
bind "SPACE" "+dj"
alias waiting "4waits;4waits;4waits;4waits;4waits;4waits"
alias 4waits "wait;wait;wait;wait"
alias -dj "-moveup"
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
Try that
What does the "alias waiting" line actually do?
Pretty sure it's useless as it's not even called for in +dj.
-
I seriously don't remember.