14.06.2014, 12:02
pawn Код:
case 4:
{
new string[80];
format(string, sizeof(string), "http://yp.shoutcast.com/sbin/tunein-station.pls?id=84158");
PlayAudioStreamForPlayer(playerid, string); //Pop
SendClientMessage(playerid, COLOR_GREEN, "You are now listening to the Pop station. Type /stopradio to turn off the radio.");
}