Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define FILTERSCRIPT
- #define DIALOG_EPICRADIO 33232
- #include <a_samp>
- #include <zcmd>
- public OnFilterScriptInit()
- {
- print("\n**********************************************");
- print(" NoahF's massively epic radio loaded. :D");
- print("**********************************************\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("\n**********************************************");
- print(" NoahF's massively epic radio unloaded. :D");
- print("**********************************************\n");
- return 1;
- }
- CMD:radio(playerid, params[])
- {
- new string[1024], string1[512], string2[512];
- format(string1, sizeof(string1), "Car Thief\nRedux\nFaint\nBreaking The Habit\nXFiles Theme\nRage Quit: Happy Wheels\nNew Divide\nLeslie RS3L Train Horn\nPass The Mic\nThe Move\nThree MC's One DJ\nShe's Crafty\nUnreal Superhero 3\nTriple Trouble\nAlive\nIn The End\nWaiting For The End\n");
- format(string2, sizeof(string2), "The Catalyst\nIntergalactic-Original\nHold It, Now Hit It\nShake Your Rump\nIntergalactic-New\nSabotage\nSay It\nCh-Check It Out\nCrawlspace\nOh Word?\nTime To Build\nBrass Monkey\nCarol Of The Bells\nSiberian Sleigh Ride\nChristmas Canon Rock\nLights\nSomebody That I Used To Know");
- format(string, sizeof(string), "%s%s", string1, string2);
- ShowPlayerDialog(playerid, 2222, DIALOG_STYLE_LIST, "NoahF's Epic Radio", string, "Confirm", "Close");
- return 1;
- }
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- if(dialogid == 2222)
- {
- if(response)
- {
- if(listitem == 0)
- {
- PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Car_Thief.mp3");
- }
- if(listitem == 1)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/tomek-n-redux/download");
- }
- if(listitem == 2)
- {
- PlayAudioStreamForPlayer(playerid, "http://users2.ml.mindenkilapja.hu/users/runemasters/uploads/linkin-park-faint_1_.mp3");
- }
- if(listitem == 3)
- {
- PlayAudioStreamForPlayer(playerid, "http://rog.magma-net.pl/muza/Meteora/09-Breaking%20the%20habit%20.MP3");
- }
- if(listitem == 4)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-x-files-theme/download");
- }
- if(listitem == 5)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/rage-quit-happy-wheels/download");
- }
- if(listitem == 6)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-new-divide/download");
- }
- if(listitem == 7)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/leslie-rs3l/download");
- }
- if(listitem == 8)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/pass-the-mic/download");
- }
- if(listitem == 9)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-move/download");
- }
- if(listitem == 10)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-three-mcs-and-one/download");
- }
- if(listitem == 11)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shes-crafty/download");
- }
- if(listitem == 12)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/keygen-music-unreal-superhero/download");
- }
- if(listitem == 13)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-triple-trouble-hd/download");
- }
- if(listitem == 14)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-alive-with-lyrics/download");
- }
- if(listitem == 15)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-in-the-end-1/download");
- }
- if(listitem == 16)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/waiting-for-the-end-official/download");
- }
- if(listitem == 17)
- {
- PlayAudioStreamForPlayer(playerid, "http://mm-mobile.net/uploads/files/1288263559_linkin-park-the-catalyst.mp3");
- }
- if(listitem == 18)
- {
- PlayAudioStreamForPlayer(playerid, "http://joeandrhonda.com/Intergalactic%20Original.mp3");
- }
- if(listitem == 19)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-beastie-boys-hold-it-now/download");
- }
- if(listitem == 20)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shake-your-rump/download");
- }
- if(listitem == 21)
- {
- PlayAudioStreamForPlayer(playerid, "http://biablo.blolol.com/random/beastieboys/10%20-%20Track%2010%20-%20Album.mp3");
- }
- if(listitem == 22)
- {
- PlayAudioStreamForPlayer(playerid, "http://fuelfriendsmp3.com/listenup/Sabotage.mp3");
- }
- if(listitem == 23)
- {
- PlayAudioStreamForPlayer(playerid, "http://moransa.com/music/Beastie%20Boys%20-%20Hot%20Sauce%20Committee%20Part%20Two/05-beastie_boys-say_it.mp3");
- }
- if(listitem == 24)
- {
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-ch-check-it-out/download");
- }
- if(listitem == 25)
- {
- PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Crawlspace.mp3");
- }
- if(listitem == 26)
- {
- PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Oh_Word.mp3");
- }
- if(listitem == 27)
- {
- PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Time_to_Build.mp3");
- }
- if(listitem == 28)
- {
- PlayAudioStreamForPlayer(playerid, "http://moransa.com/music/Beastie%20Boys%20-%20Licensed%20to%20Ill/11%20Brass%20Monkey.mp3");
- }
- if(listitem == 29)
- {
- PlayAudioStreamForPlayer(playerid, "http://stuff.mit.edu/afs/sipb/user/lnemzer/Public/Music/Trans-Siberian%20Orchestra%20feat.%20Metallica%20-%20Carol%20of%20the%20Bells.mp3");
- }
- if(listitem == 30)
- {
- PlayAudioStreamForPlayer(playerid, "http://www.blahblahonline.com/muzak/12-trans_siberian_orchestra-siberian_sleigh_ride-fntx.mp3");
- }
- if(listitem == 31)
- {
- PlayAudioStreamForPlayer(playerid, "http://www.cc.chu.edu.tw/~b9206043/ChristmasCanonRock.mp3");
- }
- if(listitem == 32)
- {
- PlayAudioStreamForPlayer(playerid, "http://ahasbeenthatneverwas.files.wordpress.com/2010/08/ellie-goulding-lights-itunes-bonus-track.mp3");
- }
- if(listitem == 33)
- {
- PlayAudioStreamForPlayer(playerid, "http://safetyfunandlearning.files.wordpress.com/2011/07/gotye-somebody-that-i-used-to-know-feat-kimbra.mp3");
- }
- }
- return 1;
- }
- return 0;
- }
- /*
- --------------------------------------------------------CREDITS------------------------------------------------------
- NoahF's Epic Radio was made on 9/9/12. I spent roughly 2 hous getting all the download linkd, uploading the songs, etc. I hope you enjoy this script.
- Please do not remove these credits. :) Feel free to post constructive criticism in the thread. Also, you may change or add any song.
- Copyright goes to the music owners, I don't own any of the songs. Thanks for using, NoahF.
- -------------------------------------------------------END OF CREDITS------------------------------------------------
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement