[FilterScript] Radio filterscript
#1

Hello this is my first script /radio to use it please let me know what you think below download link is at bottom of thread.
to add a radio stream add this code below.
Attention v3 comes with 19 radio stations if there are any problems please let me know


Код:
"Country108\ndubstep.fm\nB98 Today's Best Country\nNashville FM\nStop the music\your content here"
Here is the full filterscript below
Код:
// Music stream fs by coolmark1995

#include <a_samp>
#include <zcmd>

public OnFilterScriptInit()
{
        print("\n--------------------------------------");
        print(" Music FS by coolmark1995");
        print("--------------------------------------\n");
        return 1;
}

CMD:radio(playerid, params[])
{
    ShowPlayerDialog(playerid, 12345, DIALOG_STYLE_LIST, "Pick a music station", "Country108\nCountry 105 Calgary's #1 radio station\nB98 Today's Best Country\nNashville FM\nVirgin Radio Calgary 98.5\nCJAY 92 Calgary\nStop the music", "Choose", "Cancel");
    return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case 12345:
        {
            if(!response) return SendClientMessage(playerid, 0xFF330000, "No music selected.");
            switch(listitem)
            {
                case 0: PlayAudioStreamForPlayer(playerid, "http://tuner.country108.com/listen.pls");
                case 1: PlayAudioStreamForPlayer(playerid, "http://live.leanstream.co/CKRYFM-MP3?tunein");
                case 2: PlayAudioStreamForPlayer(playerid, "http://uplink.duplexfx.com:8018/listen.pls");
                case 3: PlayAudioStreamForPlayer(playerid, "http://server-14.stream-server.nl:8300/listen.pls");
                case 4: PlayAudioStreamForPlayer(playerid, "http://cibk-mp3.akacast.akamaistream.net/7/326/102120/v1/astral.akacast.akamaistream.net/cibk-mp3");
				case 5: PlayAudioStreamForPlayer(playerid, "http://cjay-mp3.akacast.akamaistream.net/7/741/102120/v1/astral.akacast.akamaistream.net/cjay-mp3");
				case 6: StopAudioStreamForPlayer(playerid);
            }
        }
    }
    return 1;
}
V3 Download link:https://db.tt/PAopwqhS
Reply


Messages In This Thread
Radio filterscript v2 is out - by coolmark1995 - 09.03.2014, 09:01
Re: Radio filterscript - by DartanCZ - 09.03.2014, 10:16
Re: Radio filterscript - by coolmark1995 - 09.03.2014, 11:04
Re: Radio filterscript - by Pottus - 09.03.2014, 13:29
Re: Radio filterscript - by coolmark1995 - 10.03.2014, 00:43
Re: Radio filterscript - by DeathKing - 10.03.2014, 01:44
Re: Radio filterscript - by coolmark1995 - 10.03.2014, 04:11
Re: Radio filterscript - by coolmark1995 - 13.03.2014, 12:46
Re: Radio filterscript - by zDbruno - 13.03.2014, 13:42
Re: Radio filterscript - by coolmark1995 - 21.03.2014, 12:57

Forum Jump:


Users browsing this thread: 5 Guest(s)