Announcement

Collapse
No announcement yet.

Help with a .cfg file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with a .cfg file

    I'm trying to get a .cfg file to work. The commands look like this:

    bind a "impulse 7" "+attack"
    bind s "impulse 8" "+attack"
    bind d "impulse 6" "+attack"

    What I want it to do is... when I press the "a" key I want it to select the RL and fire it. and so forth with the other two. As it is now, it will select the correct weapon but won't fire it. Any help would be appreciated! Thanks!
    *I chose the road less traveled... Now I don't know where the hell I am*
    sigpic

  • #2
    I think this is what you want:
    bind (key) "impulse 7; wait; +attack; wait; -attack"

    Comment


    • #3
      Originally posted by smokey View Post
      I think this is what you want:
      bind (key) "impulse 7; wait; +attack; wait; -attack"
      Exactly... Thank you kind person!
      *I chose the road less traveled... Now I don't know where the hell I am*
      sigpic

      Comment


      • #4
        if u have a high ping add more waits in there
        if u notice
        it not stopping the firing add another -attack too
        www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

        Comment

        Working...
        X