noahfallon

Untitled

Sep 8th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 6.22 KB | None | 0 0
  1. #define FILTERSCRIPT
  2. #define DIALOG_EPICRADIO 2222
  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.     print("*************************NIGGAS***************************");
  12.     return 1;
  13. }
  14.  
  15. public OnFilterScriptExit()
  16. {
  17.     print("\n**********************************************");
  18.     print(" NoahF's massively epic radio unloaded. :D");
  19.     print("**********************************************\n");
  20.     return 1;
  21. }
  22.  
  23. CMD:radio(playerid, params[])
  24. {
  25.     ShowPlayerDialog(playerid, 2222, DIALOG_STYLE_LIST, "NoahF's Epic Radio", "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\nThe 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", "Confirm", "Close");
  26.     return 1;
  27. }
  28.  
  29. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  30. {
  31.     if(dialogid == 2222)
  32.     {
  33.         if(response)
  34.         {
  35.             if(listitem == 0)
  36.             {
  37.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Car_Thief.mp3");
  38.             }
  39.             if(listitem == 1)
  40.             {
  41.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/tomek-n-redux/download");
  42.             }
  43.             if(listitem == 2)
  44.             {
  45.                 PlayAudioStreamForPlayer(playerid, "http://users2.ml.mindenkilapja.hu/users/runemasters/uploads/linkin-park-faint_1_.mp3");
  46.             }
  47.             if(listitem == 3)
  48.             {
  49.                 PlayAudioStreamForPlayer(playerid, "http://rog.magma-net.pl/muza/Meteora/09-Breaking%20the%20habit%20.MP3");
  50.             }
  51.             if(listitem == 4)
  52.             {
  53.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-x-files-theme/download");
  54.             }
  55.             if(listitem == 5)
  56.             {
  57.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/rage-quit-happy-wheels/download");
  58.             }
  59.             if(listitem == 6)
  60.             {
  61.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-new-divide/download");
  62.             }
  63.             if(listitem == 7)
  64.             {
  65.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/leslie-rs3l/download");
  66.             }
  67.             if(listitem == 8)
  68.             {
  69.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/pass-the-mic/download");
  70.             }
  71.             if(listitem == 9)
  72.             {
  73.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-move/download");
  74.             }
  75.             if(listitem == 10)
  76.             {
  77.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-three-mcs-and-one/download");
  78.             }
  79.             if(listitem == 11)
  80.             {
  81.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shes-crafty/download");
  82.             }
  83.             if(listitem == 12)
  84.             {
  85.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/keygen-music-unreal-superhero/download");
  86.             }
  87.             if(listitem == 13)
  88.             {
  89.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-triple-trouble-hd/download");
  90.             }
  91.             if(listitem == 14)
  92.             {
  93.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-alive-with-lyrics/download");
  94.             }
  95.             if(listitem == 15)
  96.             {
  97.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/linkin-park-in-the-end-1/download");
  98.             }
  99.             if(listitem == 16)
  100.             {
  101.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/waiting-for-the-end-official/download");
  102.             }
  103.             if(listitem == 17)
  104.             {
  105.                 PlayAudioStreamForPlayer(playerid, "http://mm-mobile.net/uploads/files/1288263559_linkin-park-the-catalyst.mp3");
  106.             }
  107.             if(listitem == 18)
  108.             {
  109.                 PlayAudioStreamForPlayer(playerid, "http://joeandrhonda.com/Intergalactic%20Original.mp3");
  110.             }
  111.             if(listitem == 19)
  112.             {
  113.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/the-beastie-boys-hold-it-now/download");
  114.             }
  115.             if(listitem == 20)
  116.             {
  117.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-shake-your-rump/download");
  118.             }
  119.             if(listitem == 21)
  120.             {
  121.                 PlayAudioStreamForPlayer(playerid, "http://biablo.blolol.com/random/beastieboys/10%20-%20Track%2010%20-%20Album.mp3");
  122.             }
  123.             if(listitem == 22)
  124.             {
  125.                 PlayAudioStreamForPlayer(playerid, "http://fuelfriendsmp3.com/listenup/Sabotage.mp3");
  126.             }
  127.             if(listitem == 23)
  128.             {
  129.                 PlayAudioStreamForPlayer(playerid, "http://moransa.com/music/Beastie%20Boys%20-%20Hot%20Sauce%20Committee%20Part%20Two/05-beastie_boys-say_it.mp3");
  130.             }
  131.             if(listitem == 24)
  132.             {
  133.                 PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/noahfallon/beastie-boys-ch-check-it-out/download");
  134.             }
  135.             if(listitem == 25)
  136.             {
  137.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Crawlspace.mp3");
  138.             }
  139.             if(listitem == 26)
  140.             {
  141.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Oh_Word.mp3");
  142.             }
  143.             if(listitem == 27)
  144.             {
  145.                 PlayAudioStreamForPlayer(playerid, "http://music.freeman-stat.us/bboys/Time_to_Build.mp3");
  146.             }
  147.             return 1;
  148.         }
  149.     }
  150.     return 0;
  151. }
  152.  
  153.  
  154. */C:\Users\Noah\Desktop\epicradio.pwn(24) : error 075: input line too long (after substitutions)
  155. C:\Users\Noah\Desktop\epicradio.pwn(25) : error 037: invalid string (possibly non-terminated string)
  156. C:\Users\Noah\Desktop\epicradio.pwn(25) : error 017: undefined symbol "C"
  157. C:\Users\Noah\Desktop\epicradio.pwn(26) : warning 217: loose indentation
  158. C:\Users\Noah\Desktop\epicradio.pwn(26) : error 017: undefined symbol "lose"
  159. C:\Users\Noah\Desktop\epicradio.pwn(26) : warning 215: expression has no effect
  160. C:\Users\Noah\Desktop\epicradio.pwn(26) : error 001: expected token: ";", but found ")"
  161. C:\Users\Noah\Desktop\epicradio.pwn(26) : error 029: invalid expression, assumed zero
  162. C:\Users\Noah\Desktop\epicradio.pwn(26) : fatal error 107: too many error messages on one line
  163.  
  164. Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
  165.  
  166.  
  167. 7 Errors./*
Advertisement
Add Comment
Please, Sign In to add comment