I think that webcompilers doesn't support the original SMA file from the plugin. It gives me 10 errors without getting modified. So i will try with a local compiler.
And about the code, it should be something like this?:
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, "mp3 play ^"sound/5united/%s^"", word );
}
__________________