View Single Post
  #7  
Old 11-27-2001, 07:53 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
just guessing, but wouldn't it be something simple like:

if (playeronhorse&&playerdir=3&&keydown(D-KEYNUMBER)){
putleaps 0,playerx,playery-=1.8;
}
put in that script and maybe put it in a timeout loop to make it do more 'leaps' and see how that turns out.
Reply With Quote