?stock PlayMusicForAll(soundid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i))
{
if(IsPlayerInRangeOfPoint(i,50.0,-703.0861,963.7906,12.4002))
{
PlayerPlaySound(i,soundid,0.0,0.0,0.0);
}
}
}
return 1;
}
SetTimer("musicceck",1000,1);