Change:
PHP Code:
client_cmd(0,"spk sound/misc/bfm.mp3");
To:
PHP Code:
client_cmd(0,"mp3 play sound/misc/bfm.mp3");
In bfm_sound_off() you may also want to stop playing the sound immediately, do this by doing:
PHP Code:
client_cmd(0,"mp3 stop");
__________________