Advertisement
Ringo276

medic.cfg

Mar 3rd, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. //ringo's medic config
  2.  
  3. cl_hud_playerclass_use_playermodel 0
  4.  
  5. //-----------\\
  6. //Medic Radar\\
  7. //-----------\\
  8.  
  9. //press this if you need to find nearby teammates
  10. //change the numbers for hud_medicautocallersthreshold under autocall_default to change your original autocall
  11.  
  12. alias "autocall_default" "hud_medicautocallersthreshold "80"
  13. alias "autocall_all" "hud_medicautocallersthreshold "450"
  14. alias "+radar" "autocall_all"
  15. alias "-radar" "autocall_default"
  16.  
  17. //---------------------\\
  18. //Uber and Notification\\
  19. //---------------------\\
  20.  
  21. //covers the ubercharge voiceline and notifies team in text chat that it has been used
  22.  
  23. alias "+uber" "slot2;dropitem;+attack2;say_team UBERCHARGE USED;voicemenu 2 3;+radar"
  24. alias -uber "-attack2; -radar"
  25.  
  26. //---------\\
  27. //Uber Mask\\
  28. //---------\\
  29.  
  30. // use at 98% to cover the voiceline that is triggered by reaching 100% uber
  31.  
  32. alias "randomvoice" "random1"
  33. alias "random1" "voicemenu 2 1;alias randomvoice random2;"
  34. alias "random2" "voicemenu 2 2;alias randomvoice random3;"
  35. alias "random3" "voicemenu 2 3;alias randomvoice random4;"
  36. alias "random4" "voicemenu 2 4;alias randomvoice random5;"
  37. alias "random5" "voicemenu 2 5;alias randomvoice random6;"
  38. alias "random6" "voicemenu 2 6;alias randomvoice random7;"
  39. alias "random7" "voicemenu 2 7;alias randomvoice random1;"
  40.  
  41. //-----\\
  42. //Binds\\
  43. //-----\\
  44.  
  45. bind q "+radar"
  46. bind e "randomvoice"
  47. bind r "reload"
  48. bind t "+uber"
  49. bind 1 "voicemenu 0 0" //says medic!
  50. bind 2 "voicemenu 0 1" //says thanks
  51. bind 3 "voicemenu 2 6" //says nice shot
  52. bind 4 "voicemenu 1 1" //says spy!
  53. bind shift "+duck"
  54. bind w "+mfwd"
  55. bind s "+mback"
  56. bind a "+mleft"
  57. bind d "+mright"
  58. bind v "taunt_by_name Taunt: The Schadenfreude"
  59.  
  60. //-----------------------------\\
  61. //Print QERT Binds Into Console\\
  62. //-----------------------------\\
  63.  
  64. echo "medic binds enabled"
  65. echo "q - radar"
  66. echo "e - randomvoice"
  67. echo "r - reload"
  68. echo "t - uber"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement