Title: // Clear the console of all that crap before we start. clear // HLSS legacy co Author: gando Pastebin link: http://pastebin.com/nGxUnJTE First Edit: Tuesday 12th of July 2011 11:56:42 PM CDT Last Edit: Tuesday 12th of July 2011 11:56:42 PM CDT // Clear the console of all that crap before we start. clear // HLSS legacy code /////////////////////////////////////////////////////////////////////////////////// //alias hlss-START "voice_inputfromfile 1; +voicerecord; alias ToggleWAV hlss-STOP" //alias hlss-STOP "voice_inputfromfile 0; -voicerecord; alias ToggleWAV hlss-START" //alias ToggleWAV "hlss-START" /////////////////////////////////////////////////////////////////////////////////// //Compatibility commands for micspamming voice_fadeouttime 0 // voice_loopback 1 will allow you to hear the output of // your microphone when you speak on the server. voice_loopback 1   // developer 1 will activate a miniature console display // in the upper-left-hand corner of your screen. developer 1 // the following will filter out most "vertex errors". con_filter_enable 1 con_filter_text_out "rendered" // buffer overflow reduction myinfo_bytes 4096 // net_graph 1, in case we forgot to change it back to this // on last logout. net_graph 1     ///////////////////////////////////////////////////////////////////// //                        executing other configs                 // exec alias.cfg exec toggle.cfg exec echo.cfg exec fortune.cfg //                       end execution of other configs         // /////////////////////////////////////////////////////////////////