19.12.2010, 14:22
Quote:
|
You need a direct link to the stream. Try this: http://yp.shoutcast.com/sbin/tunein-....pls?id=674096
|
Works awsome with :
Код:
if(strcmp(cmd, "/music", true) == 0)
{
Audio_PlayStreamed(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=674096", false, false, false);
return 1;
}

