Advertisement
Guest User

Untitled

a guest
Apr 4th, 2013
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. exec reset
  2. //----------AUTOCALL-----------
  3. alias autocall_initial "hud_medicautocallersthreshold 50"
  4. alias autocall_temp "hud_medicautocallersthreshold 150"
  5. alias +autocall_temp_hit "autocall_temp"
  6. alias -autocall_temp_hit "autocall_initial"
  7. //-------WEAP SWITCHING--------
  8. alias needlegun "slot1;autocall_temp"
  9. alias medigun "slot2;autocall_initial"
  10. alias bonesaw "slot3;autocall_temp"
  11. //--------SPAWNCHANGE----------
  12. alias forwardspawn_random "join_class "random";alias "forwardspawn_toggle" "forwardspawn_medic""
  13. alias forwardspawn_medic "join_class "medic";alias "forwardspawn_toggle" "forwardspawn_random";say_team "*** MOVED SPAWN ***""
  14. alias forwardspawn_toggle "forwardspawn_random"
  15. //---------FAKE UBER-----------
  16. alias fakeuber "voicemenu 1 7;say_team "*** FAKED CHARGE ***""
  17. //---------UBER CALL-----------
  18. alias +uber "+attack2;say_team "***I POPPED UBER, LET'S PUSH***""
  19. alias -uber "-attack2"
  20. //-----------BINDS-------------
  21. bind t "fakeuber"
  22. bind f1 "forwardspawn_toggle"
  23. bind f2 "+autocall_temp_hit"
  24. bind 1 "needlegun"
  25. bind 2 "medigun"
  26. bind 3 "bonesaw"
  27. bind mouse2 "+uber"
  28. //----------OTHER-------------
  29. echo "Medic config loaded."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement