[FilterScript] [Radio Channels]Team_PRO
#1

Introduction
Hello This Is my FS I Think Third I Just Making This Radio System To have Some Song


Command

/radio






Some Photo Aded Soon

Heres Link


Mediafire
Here Is The Code If You Want


pawn Код:
/* Radio List By Team_PRO © 2012
 Content Rules And Regualtions,Credits,Thanks To,Explaintion,Everything And Nothing,Report,PS,Work Time,Upcoming More FS,PLanning Releases Date,Tool Used,Work Offered:)

 Rules And Regulations
 1)Do NOT Change The Credits
 2)Do NOT STEAL It
 3)Ask Me If Something Is Wrong Don't Edit it


 Explaination
 And Thank You For Using The Newest Radio List By Team_PRO
 More Filterscipt Coming Soon!!!
 Releases Date September 27 2012
 And Sorry For Long Time Releases Cause My Internet Cutted Out
 Hope You Will Like The Radio List

 Everything And Nothing
 Look No Errors "Pawn compiler 3.2.3664         Copyright © 1997-2006, ITB CompuPhase"

 Reports Bugs or Something Wrong
 But If You Find Bugs or Something Wrong Please PM Me In SAMP Forums
 or Email Me Mattrobertsantos@yahoo.com or Just Add Me In Skype Id: Edge/mattrobert2

 PS:
 If You Want To Chat Just Add Me In Skype Id: Edge/mattrober2
 Note: Don't Add Me In Skype If You Don't Have Problems With The FS Just Add Me In To Chat
*/


#include <a_samp>

#define FILTERSCRIPT

#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_PINK 0xFFC0CBAA
#define COLOR_RED 0xAA3333AA

public OnFilterScriptInit()
{
        print("\n--------------------------------------");
        print(" Online Radio script by Edge");
        print("--------------------------------------\n");
        return 1;
}

main()
{
        print("\n----------------------------------");
        print(" Online Radio script by Edge");
        print("----------------------------------\n");
}

public OnPlayerCommandText(playerid, cmdtext[])
{
        if(strcmp("/radio", cmdtext, true, 10) == 0)
{

            ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX ,"My Custom Radio","Type This Stations Channels /st1,st2,st3,st4,st5,st6,st7,st8,st9,st10st,st11,st12,st13,st14,st15,st16,st17,st18 Credits: EdgeTeam_PRO(Scripting) Unknow(Helper), Special Thanks To: Checker(Script Checker), Gag u(Tester), Itachi(Tester), bullseyephilippines@gmail.com(Suggester) ","Ok","Cancel");
            SendClientMessage(playerid, COLOR_RED, " DON'T CHANGE THE CREDITS.");
            SendClientMessage(playerid, COLOR_WHITE, "You Are Now Viewing The List Of Radio Station The Coolest Custom Radio By: Team_PRO");
            SendClientMessage(playerid, COLOR_RED, "Please use /off to stop the radio.");
            SendClientMessage(playerid, COLOR_PINK, "The Best Radio Station In History.");
            return 1;
}
        if (strcmp("/off", cmdtext, true, 10) == 0)
{
        StopAudioStreamForPlayer(playerid);
        SendClientMessage(playerid, 0xAA3333AA, "You've Turned Off The Radio");
        return 1;
}

        if (strcmp("/st1", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=237394");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 1, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st2", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=285516");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 2, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st3", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=2187022");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 3, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st4", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1377200");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 4, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st5", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=674096");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 5, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st6", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=2057197");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 6, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st7", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://scfire-mtc-aa04.stream.aol.com:80/stream/1018");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 7, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st8", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://techno.fm/radio/techno/?affID=technofm");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 8, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st9", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=13309");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 9, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st10", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1267576");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 10, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st11", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 11, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st12", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=301250");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 12, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st13", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://tunein.com/tuner/?StationId=108531&");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 13, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st14", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=614375");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 14, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st15", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280855");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 15, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("st/16", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1026951");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 16, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st17", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=9463");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 17, Type /off to stop audio streaming.");
        return 1;
}
        if (strcmp("/st18", cmdtext, true) == 0)
{
        PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1377212");
        SendClientMessage(playerid, 0xFFFFFFAA, "You have choosen Channel 18, Type /off to stop audio streaming.");
        return 1;


}

        return 0;
}
Reply
#2

WOW WOW WOW awesome man really 10/10 i will use it for my server
Reply
#3

but is this new audio plugins ??
Reply
#4

of course its new
Reply
#5

If you would make it like dialog , it would be better
Reply
#6

Quote:
Originally Posted by Private200
Посмотреть сообщение
If you would make it like dialog , it would be better
Ok Thanks For Suggestion
Reply
#7

Nice job,it will be better that you have 6 stations in menu and 12 stations in dialog
Reply
#8

Quote:
Originally Posted by Plovix
Посмотреть сообщение
Nice job,it will be better that you have 6 stations in menu and 12 stations in dialog
Thanks I Will Add That
Reply
#9

Lol, i am waiting you to make it in dialog , but if you want i can make it for you and pm it , or you would not like ? And give to peple a site where they can find a streams
Reply
#10

Quote:
Originally Posted by Private200
Посмотреть сообщение
Lol, i am waiting you to make it in dialog , but if you want i can make it for you and pm it , or you would not like ? And give to peple a site where they can find a streams
Just Wait im too busy to contuniue it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)