https://i.imgur.com/raQwuCZ.jpg
Console reads:
(TEAM) m_zzy : **FAKING UBER** 109
] bind mouse3
"mouse3" = "+attack3; voicemenu 1 7; say_team **FAKING UBER**"
Anyone have any clue why this happens? I'm pretty stumped.
https://i.imgur.com/raQwuCZ.jpg
Console reads:
(TEAM) m_zzy : **FAKING UBER** 109
] bind mouse3
"mouse3" = "+attack3; voicemenu 1 7; say_team **FAKING UBER**"
Anyone have any clue why this happens? I'm pretty stumped.
it happens for whatever reason when you have "say_team" at the end of the bind. you should be able to fix it by putting voicemenu 1 7 at the end of the bind instead of the middle.
if you're talking about the 109 part, thats what happens when you have a chat bind to your mouse. i dont remeber what the solution was.
e: my shit thread i made a while ago: http://www.teamfortress.tv/31208/problem-with-binds
alias "fakeuber" "voicemenu 1 7; say_team **FAKING UBER**""
bind mouse3 fakeuber
Using the info provided I've done some messing around, and the random number seems to be the ID of the key/button being pressed for whatever reason.
Not that I see any use for that info, but anyway, problem solved. Thanks guys.