Advertisement
Guest User

clutch script

a guest
Feb 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. //*************CLUTCH****************
  2. //Skazzy3's epic clutch bind - START
  3. //Remake by Maxim
  4.  
  5. //Don't touch this
  6. alias "clutch" "clutchon"
  7. alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff"
  8. alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice Enabled, I can hear you now; alias clutch clutchon"
  9. clutchoff
  10.  
  11. //Bind this to a key (this will turn on & off the clutch)
  12. bind "alt" clutch
  13.  
  14. //Clutch audio options.
  15. //Feel free to edit these how you like.
  16. alias "clutchsoundon" "volume 0.6; snd_musicvolume 0.2; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1"
  17. alias "clutchsoundoff" "volume 0.5; snd_musicvolume 0; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 0"
  18. //Skazzy3's epic clutch bind - END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement