Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define FILTERSCRIPT
- #define DIALOG_EPICRADIO 2222
- #include <a_samp>
- #include <zcmd>
- public OnFilterScriptInit()
- {
- print("\n**********************************************");
- print(" NoahF's massively epic radio loaded. :D");
- print("**********************************************\n");
- print("*************************NIGGAS***************************");
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("\n**********************************************");
- print(" NoahF's massively epic radio unloaded. :D");
- print("**********************************************\n");
- return 1;
- }
- CMD:radio(playerid, params[])
- {
- 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");
- 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");
- }
- return 1;
- }
- }
- return 0;
- }
- */C:\Users\Noah\Desktop\epicradio.pwn(24) : error 075: input line too long (after substitutions)
- C:\Users\Noah\Desktop\epicradio.pwn(25) : error 037: invalid string (possibly non-terminated string)
- C:\Users\Noah\Desktop\epicradio.pwn(25) : error 017: undefined symbol "C"
- C:\Users\Noah\Desktop\epicradio.pwn(26) : warning 217: loose indentation
- C:\Users\Noah\Desktop\epicradio.pwn(26) : error 017: undefined symbol "lose"
- C:\Users\Noah\Desktop\epicradio.pwn(26) : warning 215: expression has no effect
- C:\Users\Noah\Desktop\epicradio.pwn(26) : error 001: expected token: ";", but found ")"
- C:\Users\Noah\Desktop\epicradio.pwn(26) : error 029: invalid expression, assumed zero
- C:\Users\Noah\Desktop\epicradio.pwn(26) : fatal error 107: too many error messages on one line
- Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
- 7 Errors./*
Advertisement
Add Comment
Please, Sign In to add comment