06.04.2012, 20:55
{
if(IsPlayerInRangeOfPoint((playerid, 7.0, 1246.2682,-1182.2623,38.1798, 50.0, 1))
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283687", 1246.2682,-1182.2623,38.1798, 50.0, 1);
}
return 1;
}
This?
if(IsPlayerInRangeOfPoint((playerid, 7.0, 1246.2682,-1182.2623,38.1798, 50.0, 1))
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283687", 1246.2682,-1182.2623,38.1798, 50.0, 1);
}
return 1;
}
This?