Advertisement
iThinkiWin

Untitled

Dec 30th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. //Voice toggle
  2. alias disablevoice "v_chat"
  3. alias v_chat "chat_1"
  4. alias chat_1 "voice_enable 1; alias v_chat chat_0" //playvol buttons\blip2 0.5;
  5. alias chat_0 "voice_enable 0; alias v_chat chat_1" //playvol buttons\blip1 0.5;
  6.  
  7. //fleet footed
  8. alias +walkmute "chat_0; +speed; snd_tensecondwarning_volume 0.15";
  9. alias -walkmute "chat_1; -speed; snd_tensecondwarning_volume 0.50";
  10. bind shift "+walkmute"
  11.  
  12. //bomb defuse/finder
  13. alias +defes "+use;gameinstructor_enable 1"
  14. alias -defes "-use;gameinstructor_enable 0"
  15. alias defe bind e +defes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement