27.06.2012, 07:45
This is how you would do it:
Now, since you said that stopping it doesn't, well, stop it, show me the code.
pawn Код:
if(listitem == 17)// The Breeze(Jazz)
{
PlayAudioStreamForPlayer(playerid,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=133405");
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerVehicleID(i) == GetPlayerVehicleID(playerid))
{
PlayAudioStreamForPlayer(i,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=133405");
}
}
}