or do I maybe have to do it like
Code:
if(key == 0) {
emit_sound(id, CHAN_AUTO, "Pimplordz/Music/austin2.mp3", 1.0, ATTN_NORM, 0, PITCH_NORM)
}
//or with the client_cmd
if(key == 1) {
client_cmd(0,"spk ^"Pimplordz/Music/austin2.mp3^"")
}
// are mp3 files possible at all?
// and does the sound play for people around this guy also?
// and about that that the sound should appear from like an origin or 2 origings o.o
//got so many questions arrgh.