Problem with a Song.
#6

Try this:

pawn Код:
.   (Ignore this dot)
   
    }
    if(strcmp("/radio", cmdtext, true, 10) == 0)
    {
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1177953");
        SendClientMessage(playerid, COLOR_GREEN, "You are now listening to the Vocal Trance Radio!");
        SendClientMessage(playerid, COLOR_RED, "Type /stopradio to turn off the radio!");
        return 1;
    }
    if(strcmp("/stopradio", cmdtext, true, 10) == 0)
    {
        StopAudioStreamForPlayer(playerid);
        SendClientMessage(playerid, COLOR_GREEN, "You have turned the radio off!");
        return 1;
    }
Hope it helped.
Btw, If you want a different audio stream, then goto www.shoutcast.com

P.S. I Scripted this. ;]
Reply


Messages In This Thread
Problem with a Song. - by x96664 - 13.05.2012, 08:23
Re: Problem with a Song. - by huhander - 13.05.2012, 08:31
Re: Problem with a Song. - by JaKe Elite - 13.05.2012, 08:48
Re: Problem with a Song. - by x96664 - 13.05.2012, 09:05
Re: Problem with a Song. - by huhander - 13.05.2012, 09:12
Re: Problem with a Song. - by RedWingz - 13.05.2012, 09:12
Re: Problem with a Song. - by x96664 - 13.05.2012, 10:48
Re: Problem with a Song. - by RedWingz - 13.05.2012, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)