M mikey388 Newbie Joined Dec 25, 2004 Messages 98 Reaction score 0 Mar 29, 2005 #1 Is it possible to do a script to do the high jump where you crouch and then jump if so can someone tell me how the line should be written,I cuurently use my left ctrl to crouch and right shift to jump Thanks Mike
Is it possible to do a script to do the high jump where you crouch and then jump if so can someone tell me how the line should be written,I cuurently use my left ctrl to crouch and right shift to jump Thanks Mike
E Exclamatio Newbie Joined Dec 15, 2004 Messages 622 Reaction score 0 Mar 29, 2005 #2 use right mouse to jump then
R RamenFiend Newbie Joined Jan 14, 2005 Messages 44 Reaction score 0 Mar 29, 2005 #3 Crouchjump you mean? Or the hl1-inspired longjump thats in a few deathmatch mods? Crouchjump: alias +cj "+jump; wait; +duck" alias -cj "-jump; wait; -duck" bind <key> +cj Longjump: alias +lj "+duck; wait; wait; wait; +jump" alias -lj "-jump; wait; -duck" bind <key> +lj
Crouchjump you mean? Or the hl1-inspired longjump thats in a few deathmatch mods? Crouchjump: alias +cj "+jump; wait; +duck" alias -cj "-jump; wait; -duck" bind <key> +cj Longjump: alias +lj "+duck; wait; wait; wait; +jump" alias -lj "-jump; wait; -duck" bind <key> +lj
M mikey388 Newbie Joined Dec 25, 2004 Messages 98 Reaction score 0 Mar 29, 2005 #4 Thanks for that it works a treat