i just took a swing at emit_sound, didn't work for me
maybe you guys can see what i did wrong
PHP Code:
new const doorbell[] = "sound/misc/doorbell.wav"
public plugin_precache(){
precache_sound(doorbell);
}
//public plugin_init stuff
//other class....
emit_sound(id,CHAN_AUTO,doorbell,VOL_NORM,ATTN_NORM,0,PITCH_NORM);
i hear nothing when this code is executed