Hi, i have a problem that emit_sound don`t play sound.
Help me , please.
Here is a part of code:
Code:
new const sounds[] = "sound/mysound.wav"
public plugin_init() {
//...
//only for test
register_clcmd("say /test","music")
}
public music(id) {
emit_sound(id,CHAN_STREAM,sounds,VOL_NORM,ATTN_NORM,0,PITCH_NORM)
}