Advertisement
etlon

Untitled

Jun 9th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. alias "clutch" "clutchon"
  2. alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; alias clutch clutchoff"
  3. alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; alias clutch clutchon"
  4. clutchoff
  5.  
  6.  
  7. bind "F2" clutch
  8.  
  9.  
  10. alias "clutchsoundon" "volume 0.5; 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"
  11. alias "clutchsoundoff" "volume 0.2; 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"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement