LRathien

Recruit
  • Posts

    2
  • Joined

  1. are bases available in test yet? How do I get one to play around with?
  2. Forgive me as I try and bring this post to life again.

    I used the keybinds from the initial post here and it works great save for the fact that I added turnlefts and right instead of left or right as I use the arrow keys for travel. Besides that it works great.

    My problem lies in turning it off. WHen I press q it turns it on but when I press q again it turn to plain hover. I then press q again and it turns off, sometimes, but if I move within 5 seconds it makes my fly or hover again.
    What is going on? I will post my codes here....

    <font class="small">Code:[/color]<hr /><pre>
    Powers.txt
    q "powexec_name hover$$bind_load_file c:\flight1.txt"


    FLIGHT1.txt
    q "powexec_name hover$$bind_load_file c:\flight2.txt"
    up "+forward$$powexec_name hover$$powexec_name Fly"
    left "+turnleft$$powexec_name hover$$powexec_name Fly"
    right "+turnright$$powexec_name hover$$powexec_name Fly"
    down "+backward$$powexec_name hover$$powexec_name Fly"
    space "+up$$powexec_name hover$$powexec_name Fly"
    lshift+space "+down$$powexec_name hover$$powexec_name Fly"

    FLIGHT2.txt
    q "powexec_name hover$$bind_load_file c:\flight1.txt"
    up "+forward"
    left "+turnleft"
    right "+turnright"
    down "+backward"
    space "+up" </pre><hr />

    Any help would be deeply appreciated.