stock PlaySound(id, const sound[]) { if (equal(sound[strlen(sound)-4], ".mp3")) client_cmd(id, "mp3 play ^"%s^"", sound) else client_cmd(id, "spk ^"%s^"", sound) }
PlaySound(0,PRECACHE_SOUND)