Hmmm, now i found another method to add it, but it works only for .wav files. But i can convert it.
PHP Code:
// audio countdown
if( !( get_pcvar_num( cvar_soundsMute ) & SOUND_COUNTDOWN ) )
{
new word[ 6 ];
num_to_word( real_number, word, 5 );
client_cmd( 0, "spk ^"sound/5united/%s^"", word );
}
Does this works too? And if code is wrong, please fix it for me.
__________________