stock PlayerPlaySoundForAll(soundid, Float:x, Float:y, Float:z) { for ( new i = 0, s = GetPlayerPoolSize() + 1; i < s; i ++ ) { if (!IsPlayerConnected(i)) { continue; } PlayerPlaySound(i, soundid, x, y, z); } return 1; }