dev.cfg 573 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //Alias
  2. alias "freeze" "toggle sv_freezenonclients;echo toggled_freeze"
  3. alias "fullammo" "impulse 9"
  4. alias "quad" "impulse 255"
  5. // binds
  6. bind v noclip
  7. bind n notarget
  8. bind f "toggle r_fullbright"
  9. bind h "toggle r_showbboxes"
  10. bind b "toggle r_showtris"
  11. bind c freeze
  12. bind g god
  13. bind p fullammo
  14. bind l quad
  15. bind k kill
  16. clear
  17. echo v = noclip
  18. echo " "
  19. echo n = notarget
  20. echo " "
  21. echo f = fullbright
  22. echo " "
  23. echo h = hitboxes
  24. echo " "
  25. echo b = showtris
  26. echo " "
  27. echo c = freeze
  28. echo " "
  29. echo g = god
  30. echo " "
  31. echo p = fullammo
  32. echo " "
  33. echo l = quad
  34. echo " "
  35. echo k = kill