Advertisement
Guest User

Medic

a guest
May 5th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. // ----------------------------------------------------------------------------
  2. // BASIC MEDIC CONFIG FOR A MAN WITH BASIC NEEDS! (by Jake) | v. 1.0
  3. // ----------------------------------------------------------------------------
  4.  
  5. // ----------------------------------------------------------------------------
  6. // Autocall changer
  7. // ----------------------------------------------------------------------------
  8. // An autocall changer is useful to get a 'radar' like effect to visualise the
  9. // location of players around you.
  10. // ----------------------------------------------------------------------------
  11. alias autocall_initial "hud_medicautocallersthreshold 50" // Initial autocall
  12. // percentage
  13. alias autocall_temp "hud_medicautocallersthreshold 150" // Autocall percentage
  14. // when getting out
  15. // blutsauger/syringe
  16. alias +autocall_temp_hit "autocall_temp"
  17. alias -autocall_temp_hit "autocall_initial"
  18.  
  19. // ----------------------------------------------------------------------------
  20. // Fake ubercharge
  21. // ----------------------------------------------------------------------------
  22. alias fake ""voicemenu 1 7";say_team "*** FAKED THE UBES ***""
  23.  
  24. // ----------------------------------------------------------------------------
  25. // Masking
  26. // ----------------------------------------------------------------------------
  27.  
  28. alias mask ""voicemenu 2 4";say_team "*** UBES READY ***""
  29.  
  30. // ----------------------------------------------------------------------------
  31. // Ubercharge
  32. // ----------------------------------------------------------------------------
  33. alias +charge "+attack2;slot2;dropitem;voicemenu 2 4;say_team "(>^.^)> POPPING THE UBES <(^.^<)""
  34. alias -charge "-attack2"
  35.  
  36.  
  37. // ----------------------------------------------------------------------------
  38. // Bindings
  39. // ----------------------------------------------------------------------------
  40.  
  41. bind mouse2 "+charge"
  42. bind mouse3 "mask"
  43. bind v "fake"
  44. bind f "+autocall_temp_hit"
  45.  
  46. // Print to console
  47. echo "*** JAKES' COMPETITIVE MEDIC CONFIG LOADED ***"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement