I downloaded HLDJ and configured F3 to play songs. It works well, but I have a problem when I want to talk on the mic: Every time I press 'f' which is my +voicerecord key, the song is played. After it's finished, I can talk normally. But every time I press 'f' I need to wait 2~3 seconds to start talking (yes, the song is this short).
I want to play the song ONLY when I press F3, and when I press F, I want to talk normally and not listen to the song.
Any help? Thank you!
PS: I am using HLDJ 1.4.8 and running it on windows sp2 pro (don't know if it helps, anyway).
Mic problem on Counter-Strike 1.6
Forum rules
Read this before posting in this section
Read this before posting in this section
Re: Mic problem on Counter-Strike 1.6
The playaudio key functions like a toggle switch: press it once to activate playback, again to deactivate it. It sounds like you're not deactivating it, possibly since your song is short, just waiting for the song to finish, but note that even if the song has stopped playing, playback is still active, so you'll still need to deactiviate it.
Conversely, if all your songs are short, you can make it a push-to-play system (instead of toggle) through a bit of simple scripting:
Conversely, if all your songs are short, you can make it a push-to-play system (instead of toggle) through a bit of simple scripting:
Code: Select all
alias +myplayaudio playaudio_on
alias -myplayaudio playaudio_off
bind F3 myplayaudio