Advertisement
TimePath

Show volume on screen

Mar 23rd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. bind kp_plus "VlmUP; play player/recharged.wav"
  2. bind kp_minus "VlmDN; play misc/talk.wav"
  3.  
  4. alias VlmUP "incrementvar volume 0.01 0.3 0.01; volume"
  5. alias VlmDN "incrementvar volume 0.01 0.3 -0.01; volume"
  6.  
  7. developer 1
  8. contimes 1
  9. con_filter_text "volume"
  10. con_filter_enable 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement