Posted March 17, 200619 yr I've seen some player that played cool audio file couple of times in the server, something like "can you shut the fuck up?!". I found some script @ counter-script.net, but it's not working. Can you give me some script like this?
March 19, 200619 yr Author I've found this script already: //========= Voice Annoy alias extoggle exon alias exon "voice_inputfromfile 1; voice_loopback 1; +voicerecord; alias extoggle exoff" alias exoff "-voicerecord; voice_inputfromfile 0; voice_loopback 0; alias extoggle exon" bind kp_pgdn "extoggle" //========= http://www.myg0t.com The problem is that when I press this bind, it stops only when I press the bind again. I need some script that will repeat the audio file just one time for each press. :gaysex2:
March 19, 200619 yr Hijacker said: I've found this script already: //========= Voice Annoy alias extoggle exon alias exon "voice_inputfromfile 1; voice_loopback 1; +voicerecord; alias extoggle exoff" alias exoff "-voicerecord; voice_inputfromfile 0; voice_loopback 0; alias extoggle exon" bind kp_pgdn "extoggle" //========= http://www.myg0t.com The problem is that when I press this bind, it stops only when I press the bind again. I need some script that will repeat the audio file just one time for each press. :gaysex2: I don't really think it's possible with scripting to have a song auto repeat. You could just loop the song itself though I guess. The only thing I can think of, (with scripting) is that when the song ends, you can just press the button once (Instead of twice...) to automatically restart the song. As in: Press Button once, Play song, Song ends, Press button once, Play song, Song ends, etc... I would just recommend looping the song for the effect you want to achieve though.