I've been having problems binding a key to switch to a friendly disguise on spy. I want to bind it to r, but I also want r bound to reload and to fast forward while playing demos, so in my autoexec I have the line:
bind "r" "disguiseteam; +reload; +ffw" (+ffw being my alias for fast forwarding)
Unfortunately, it seems those other bindings conflict with disguiseteam. If I just use bind "r" "disguiseteam" then it works fine, but then I'd have to find a new key to use for fast forward. What's going wrong? Why can't I bind more than just disguiseteam?
I've been having problems binding a key to switch to a friendly disguise on spy. I want to bind it to r, but I also want r bound to reload and to fast forward while playing demos, so in my autoexec I have the line:
bind "r" "disguiseteam; +reload; +ffw" (+ffw being my alias for fast forwarding)
Unfortunately, it seems those other bindings conflict with disguiseteam. If I just use bind "r" "disguiseteam" then it works fine, but then I'd have to find a new key to use for fast forward. What's going wrong? Why can't I bind more than just disguiseteam?
i don't see why it would stop disguiseteam from working, but: the bind isn't set up correctly.
-ffw and -reload are never executed, so once you press r, you are basically forever reloading, and are also stuck in +ffw.
so just like (i assume you've done with) +ffw, you'll have to turn this into a "press and release" bind.
i don't see why it would stop disguiseteam from working, but: the bind isn't set up correctly.
-ffw and -reload are never executed, so once you press r, you are basically forever reloading, and are also stuck in +ffw.
so just like (i assume you've done with) +ffw, you'll have to turn this into a "press and release" bind.