Hi guys, I've been scripting for about a year but this is my first pub release.. You can expect more aswell :D
//Jeza's Mic Playback Script
//Note: Contact me on jezadeza@gmail.com for script req or help. Also Xfire = jezadeza.
echo --- Script Executed ---
echo -=( Jeza's Mic Playback Script )=-
echo
echo Hello good sur :P Thanks for using my script ^_^
echo
echo Press F5 to toggle mic playback on/off. You can check if the playback is on or off by looking in console after pressing F5.
echo -Jeza ^_^
alias e1 "echo [Voice Playback Activated]"
alias e2 "echo [Voice Playback Deactivated]"
alias com "voice_loopback 1"
alias com2 "voice_loopback 0"
alias b1 "com; e1; bind f5 b2"
alias b2 "com2; e2; bind f5 b1"
bind f5 "b1"
Added: 2 years ago
Feedback (3)
Add Feedback
Provide constructive feedback. What is "constructive"? You must login or register to access this!