Upvote Upvoted 1 Downvote Downvoted
Help me with my binds!:C
posted in Q/A Help
1
#1
0 Frags +

Can anyone make me a bind that when i play med and when i used uber.. that it says ubercharge used in chat?

Can anyone make me a bind that when i play med and when i used uber.. that it says ubercharge used in chat?
2
#2
3 Frags +

Place this script into your medic notepad file

bind "mouse2" "+attack2;say_team **UBERCHARGE/KRITZ USED**"

And place this script into your other class configs to reset the function of mouse2

bind "mouse2" "+attack2"
Place this script into your medic notepad file
[code]bind "mouse2" "+attack2;say_team **UBERCHARGE/KRITZ USED**"[/code]

And place this script into your other class configs to reset the function of mouse2
[code]bind "mouse2" "+attack2"[/code]
3
#3
5 Frags +
bind mouse2 +uber

alias +uber "+attack2; say_team UBERCHARGE USED"
alias -uber "-attack2"
[code]bind mouse2 +uber

alias +uber "+attack2; say_team UBERCHARGE USED"
alias -uber "-attack2"[/code]
4
#4
2 Frags +

literally beaten by a second

oh also pete's bind will also put the number 102 in chat whenever you press that. for some reason you can't directly bind say things to a mouse button or it prints a number with it, which is why I used an alias

literally beaten by a second

oh also pete's bind will also put the number 102 in chat whenever you press that. for some reason you can't directly bind say things to a mouse button or it prints a number with it, which is why I used an alias
5
#5
0 Frags +

Strange; the more you know. I could fix mine but you have a perfectly working script right there :)

Strange; the more you know. I could fix mine but you have a perfectly working script right there :)
6
#6
0 Frags +
SBARROHOTTOPIC
bind mouse2 +uber

alias +uber "+attack2; say_team UBERCHARGE USED"
alias -uber "-attack2"

where do i paste this? autoexec or my medic notepad?

[quote=SBARROHOTTOPIC][code]bind mouse2 +uber

alias +uber "+attack2; say_team UBERCHARGE USED"
alias -uber "-attack2"[/code][/quote]
where do i paste this? autoexec or my medic notepad?
7
#7
-2 Frags +

in your medic.cfg.

be sure to put "bind mouse2 +attack" in all your other class's .cfgs so they don't declare "uber used" whenever you right click.

in your medic.cfg.

be sure to put "bind mouse2 +attack" in all your other class's .cfgs so they don't declare "uber used" whenever you right click.
Please sign in through STEAM to post a comment.