Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //ringo's medic config
- cl_hud_playerclass_use_playermodel 0
- //-----------\\
- //Medic Radar\\
- //-----------\\
- //press this if you need to find nearby teammates
- //change the numbers for hud_medicautocallersthreshold under autocall_default to change your original autocall
- alias "autocall_default" "hud_medicautocallersthreshold "80"
- alias "autocall_all" "hud_medicautocallersthreshold "450"
- alias "+radar" "autocall_all"
- alias "-radar" "autocall_default"
- //---------------------\\
- //Uber and Notification\\
- //---------------------\\
- //covers the ubercharge voiceline and notifies team in text chat that it has been used
- alias "+uber" "slot2;dropitem;+attack2;say_team UBERCHARGE USED;voicemenu 2 3;+radar"
- alias -uber "-attack2; -radar"
- //---------\\
- //Uber Mask\\
- //---------\\
- // use at 98% to cover the voiceline that is triggered by reaching 100% uber
- alias "randomvoice" "random1"
- alias "random1" "voicemenu 2 1;alias randomvoice random2;"
- alias "random2" "voicemenu 2 2;alias randomvoice random3;"
- alias "random3" "voicemenu 2 3;alias randomvoice random4;"
- alias "random4" "voicemenu 2 4;alias randomvoice random5;"
- alias "random5" "voicemenu 2 5;alias randomvoice random6;"
- alias "random6" "voicemenu 2 6;alias randomvoice random7;"
- alias "random7" "voicemenu 2 7;alias randomvoice random1;"
- //-----\\
- //Binds\\
- //-----\\
- bind q "+radar"
- bind e "randomvoice"
- bind r "reload"
- bind t "+uber"
- bind 1 "voicemenu 0 0" //says medic!
- bind 2 "voicemenu 0 1" //says thanks
- bind 3 "voicemenu 2 6" //says nice shot
- bind 4 "voicemenu 1 1" //says spy!
- bind shift "+duck"
- bind w "+mfwd"
- bind s "+mback"
- bind a "+mleft"
- bind d "+mright"
- bind v "taunt_by_name Taunt: The Schadenfreude"
- //-----------------------------\\
- //Print QERT Binds Into Console\\
- //-----------------------------\\
- echo "medic binds enabled"
- echo "q - radar"
- echo "e - randomvoice"
- echo "r - reload"
- echo "t - uber"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement