Created
May 16, 2012 14:09
-
-
Save jdecaron/2710621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias forwardspawn_random "join_class "random"" | |
alias forwardspawn_medic "join_class "medic"" | |
bind f1 forwardspawn_random | |
bind f2 forwardspawn_medic | |
bind d "+showscores_netgraph" | |
bind i "hide" | |
bind mouse2 "+attack2;say_team woop woop! that's the sound of da police! move out!" | |
bind r "toggle_without" | |
alias hide "bind_hide;cancel_movement;say_team "fake uber"" | |
alias toggle_with "bind_with;cancel_movement;say_team "++++++++++++";bind r "toggle_without"" | |
alias toggle_without "bind_without;cancel_movement;say_team "____________";bind r "toggle_with"" | |
alias bind_hide "bind g "+moveleft_hide";bind y "+moveforward_hide";bind j "+moveright_hide";bind h "+moveback_hide"" | |
alias bind_with "bind g "+moveleft_with";bind y "+moveforward_with";bind j "+moveright_with";bind h "+moveback_with"" | |
alias bind_without "bind g "+moveleft_without";bind y "+moveforward_without";bind j "+moveright_without";bind h "+moveback_without"" | |
alias +moveback_hide "+back;fullycharged" | |
alias -moveback_hide "-back" | |
alias +moveforward_hide "+forward;fullycharged" | |
alias -moveforward_hide "-forward" | |
alias +moveleft_hide "+moveleft;fullycharged" | |
alias -moveleft_hide "-moveleft" | |
alias +moveright_hide "+moveright;fullycharged" | |
alias -moveright_hide "-moveright" | |
alias +moveback_with "+back;callmedic" | |
alias -moveback_with "-back" | |
alias +moveforward_with "+forward;callmedic" | |
alias -moveforward_with "-forward" | |
alias +moveleft_with "+moveleft;callmedic" | |
alias -moveleft_with "-moveleft" | |
alias +moveright_with "+moveright;callmedic" | |
alias -moveright_with "-moveright" | |
alias +moveback_without "+back" | |
alias -moveback_without "-back" | |
alias +moveforward_without "+forward" | |
alias -moveforward_without "-forward" | |
alias +moveleft_without "+moveleft" | |
alias -moveleft_without "-moveleft" | |
alias +moveright_without "+moveright" | |
alias -moveright_without "-moveright" | |
alias cancel_movement "-moveright;-moveleft;-back;-forward" | |
alias callmedic "voicemenu 0 2" | |
alias fullycharged "voicemenu 1 7" | |
alias +showscores_netgraph "+showscores;net_graph 4" | |
alias -showscores_netgraph "-showscores;net_graph 0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment