Mic problem on Counter-Strike 1.6

Help with using HLDJ
Post Reply
chronik
Game DJ
Posts: 1
Joined: Mon Dec 22, 2008 11:44 am

Mic problem on Counter-Strike 1.6

Post by chronik »

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).
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Mic problem on Counter-Strike 1.6

Post by Renegade »

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:

Code: Select all

alias +myplayaudio playaudio_on
alias -myplayaudio playaudio_off
bind F3 myplayaudio
Post Reply