Upvote Upvoted 0 Downvote Downvoted
Odd problem with a simple bind
posted in Customization
1
#1
0 Frags +

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.

[img]https://i.imgur.com/raQwuCZ.jpg[/img]


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.
2
#2
2 Frags +

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.

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.
3
#3
1 Frags +

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

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
4
#4
1 Frags +

alias "fakeuber" "voicemenu 1 7; say_team **FAKING UBER**""
bind mouse3 fakeuber

alias "fakeuber" "voicemenu 1 7; say_team **FAKING UBER**""
bind mouse3 fakeuber
5
#5
-1 Frags +

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.

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.
Please sign in through STEAM to post a comment.