Advertisement
noahfallon

NoahF's Epic Radio v1.0

Sep 9th, 2012
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 7.25 KB | None | 0 0
  1. #define FILTERSCRIPT
  2. #define DIALOG_EPICRADIO 33232
  3. #include <a_samp>
  4. #include <zcmd>
  5.  
  6. public OnFilterScriptInit()
  7. {
  8.     print("\n**********************************************");
  9.     print(" NoahF's massively epic radio loaded. :D");
  10.     print("**********************************************\n");
  11.     return 1;
  12. }
  13.  
  14. public OnFilterScriptExit()
  15. {
  16.     print("\n**********************************************");
  17.     print(" NoahF's massively epic radio unloaded. :D");
  18.     print("**********************************************\n");
  19.     return 1;
  20. }
  21.  
  22. CMD:radio(playerid, params[])
  23. {
  24.     new string[1024], string1[512], string2[512];
  25.     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");
  26.     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");
  27.     format(string, sizeof(string), "%s%s", string1, string2);
  28.     ShowPlayerDialog(playerid, 2222, DIALOG_STYLE_LIST, "NoahF's Epic Radio", string, "Confirm", "Close");
  29.     return 1;
  30. }
  31.  
  32. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  33. {
  34.     if(dialogid == 2222)
  35.     {
  36.         if(response)
  37.         {
  38.             if(listitem == 0)
  39.             {
  40.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Car_Thief.mp3");
  41.             }
  42.             if(listitem == 1)
  43.             {
  44.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/tomek-n-redux/download");
  45.             }
  46.             if(listitem == 2)
  47.             {
  48.                 PlayAudioStreamForPlayer(playerid, "http://users2.ml.mindenkilapja.hu/users/runemasters/uploads/linkin-park-faint_1_.mp3");
  49.             }
  50.             if(listitem == 3)
  51.             {
  52.                 PlayAudioStreamForPlayer(playerid, "http://rog.magma-net.pl/muza/Meteora/09-Breaking%20the%20habit%20.MP3");
  53.             }
  54.             if(listitem == 4)
  55.             {
  56.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-x-files-theme/download");
  57.             }
  58.             if(listitem == 5)
  59.             {
  60.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/rage-quit-happy-wheels/download");
  61.             }
  62.             if(listitem == 6)
  63.             {
  64.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-new-divide/download");
  65.             }
  66.             if(listitem == 7)
  67.             {
  68.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/leslie-rs3l/download");
  69.             }
  70.             if(listitem == 8)
  71.             {
  72.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/pass-the-mic/download");
  73.             }
  74.             if(listitem == 9)
  75.             {
  76.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-move/download");
  77.             }
  78.             if(listitem == 10)
  79.             {
  80.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-three-mcs-and-one/download");
  81.             }
  82.             if(listitem == 11)
  83.             {
  84.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shes-crafty/download");
  85.             }
  86.             if(listitem == 12)
  87.             {
  88.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/keygen-music-unreal-superhero/download");
  89.             }
  90.             if(listitem == 13)
  91.             {
  92.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-triple-trouble-hd/download");
  93.             }
  94.             if(listitem == 14)
  95.             {
  96.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-alive-with-lyrics/download");
  97.             }
  98.             if(listitem == 15)
  99.             {
  100.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-in-the-end-1/download");
  101.             }
  102.             if(listitem == 16)
  103.             {
  104.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/waiting-for-the-end-official/download");
  105.             }
  106.             if(listitem == 17)
  107.             {
  108.                 PlayAudioStreamForPlayer(playerid, "http://mm-mobile.net/uploads/files/1288263559_linkin-park-the-catalyst.mp3");
  109.             }
  110.             if(listitem == 18)
  111.             {
  112.                 PlayAudioStreamForPlayer(playerid, "http://joeandrhonda.com/Intergalactic%20Original.mp3");
  113.             }
  114.             if(listitem == 19)
  115.             {
  116.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-beastie-boys-hold-it-now/download");
  117.             }
  118.             if(listitem == 20)
  119.             {
  120.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shake-your-rump/download");
  121.             }
  122.             if(listitem == 21)
  123.             {
  124.                 PlayAudioStreamForPlayer(playerid, "http://biablo.blolol.com/random/beastieboys/10%20-%20Track%2010%20-%20Album.mp3");
  125.             }
  126.             if(listitem == 22)
  127.             {
  128.                 PlayAudioStreamForPlayer(playerid, "http://fuelfriendsmp3.com/listenup/Sabotage.mp3");
  129.             }
  130.             if(listitem == 23)
  131.             {
  132.                 PlayAudioStreamForPlayer(playerid, "http://moransa.com/music/Beastie%20Boys%20-%20Hot%20Sauce%20Committee%20Part%20Two/05-beastie_boys-say_it.mp3");
  133.             }
  134.             if(listitem == 24)
  135.             {
  136.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-ch-check-it-out/download");
  137.             }
  138.             if(listitem == 25)
  139.             {
  140.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Crawlspace.mp3");
  141.             }
  142.             if(listitem == 26)
  143.             {
  144.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Oh_Word.mp3");
  145.             }
  146.             if(listitem == 27)
  147.             {
  148.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Time_to_Build.mp3");
  149.             }
  150.             if(listitem == 28)
  151.             {
  152.                 PlayAudioStreamForPlayer(playerid, "http://moransa.com/music/Beastie%20Boys%20-%20Licensed%20to%20Ill/11%20Brass%20Monkey.mp3");
  153.             }
  154.             if(listitem == 29)
  155.             {
  156.                 PlayAudioStreamForPlayer(playerid, "http://stuff.mit.edu/afs/sipb/user/lnemzer/Public/Music/Trans-Siberian%20Orchestra%20feat.%20Metallica%20-%20Carol%20of%20the%20Bells.mp3");
  157.             }
  158.             if(listitem == 30)
  159.             {
  160.                 PlayAudioStreamForPlayer(playerid, "http://www.blahblahonline.com/muzak/12-trans_siberian_orchestra-siberian_sleigh_ride-fntx.mp3");
  161.             }
  162.             if(listitem == 31)
  163.             {
  164.                 PlayAudioStreamForPlayer(playerid, "http://www.cc.chu.edu.tw/~b9206043/ChristmasCanonRock.mp3");
  165.             }
  166.             if(listitem == 32)
  167.             {
  168.                 PlayAudioStreamForPlayer(playerid, "http://ahasbeenthatneverwas.files.wordpress.com/2010/08/ellie-goulding-lights-itunes-bonus-track.mp3");
  169.             }
  170.             if(listitem == 33)
  171.             {
  172.                 PlayAudioStreamForPlayer(playerid, "http://safetyfunandlearning.files.wordpress.com/2011/07/gotye-somebody-that-i-used-to-know-feat-kimbra.mp3");
  173.             }
  174.         }
  175.         return 1;
  176.     }
  177.     return 0;
  178. }
  179.  
  180. /*
  181. --------------------------------------------------------CREDITS------------------------------------------------------
  182. 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.
  183. Please do not remove these credits. :) Feel free to post constructive criticism in the thread. Also, you may change or add any song.
  184. Copyright goes to the music owners, I don't own any of the songs. Thanks for using, NoahF.
  185. -------------------------------------------------------END OF CREDITS------------------------------------------------
  186. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement