Guest User

Untitled

a guest
Oct 17th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. // ---------------------------------------------------------------------------- //
  2. YCMD:mp3(playerid, params[], help)
  3. {
  4. #pragma unused help
  5. #pragma unused params
  6. if(UlogovanProvera[playerid] == 0) return SCM(playerid,-1,""NYORK"((NY:RP)) "BELA"Moras se ulogovati da bi koristio ovu komandu!");
  7. SPD(playerid,259,DIALOG_STYLE_LIST,""NYORK"Radio","Radio Pink\nRadio Folk\nAntena Radio\nRadio Morava\nBalkan DJ Radio\nRadio Cool\nVisper Radio\nDzenarika\nRadio Carsija\nNaxiRadio\nPingvin Radio\nOk Radio\nPlay Radio\nJuzni Vetar","Odaberi","Izlaz");
  8. return 1;
  9. }
  10. //////////////////////////////////////////////////////////////////////////////////////
  11. ////////////////////////////////////////////////////////////////////////////////////////////////
  12. if(dialogid == 259)
  13. {
  14. if(!response) return 1;
  15. switch(listitem)
  16. {
  17. case 0:
  18. {
  19. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Pink Radio]");
  20. PlayAudioStreamForPlayer(playerid, "http://pink.exyuserver.com/listen.pls");
  21. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  22. }
  23. case 1:
  24. {
  25. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Folk]");
  26. PlayAudioStreamForPlayer(playerid, "http://89.205.127.244:8002");
  27. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  28. }
  29. case 2:
  30. {
  31. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Antena]");
  32. PlayAudioStreamForPlayer(playerid, "http://94.23.38.225:7005");
  33. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  34. }
  35. case 3:
  36. {
  37. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Moravu]");
  38. PlayAudioStreamForPlayer(playerid, "http://78.129.199.49:12100");
  39. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  40. }
  41. case 4:
  42. {
  43. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Balkan DJ]");
  44. PlayAudioStreamForPlayer(playerid, "http://balkan.dj.topstream.net:8070");
  45. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  46. }
  47. case 5:
  48. {
  49. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Cool Radio]");
  50. PlayAudioStreamForPlayer(playerid, "http://www.coolradio.rs/download/playlist.pls");
  51. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  52. }
  53. case 6:
  54. {
  55. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Visper Radio]");
  56. PlayAudioStreamForPlayer( playerid, "http://visper-radio.com/player/Visper-Radio.pls" );
  57. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  58. }
  59. case 7:
  60. {
  61. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Dzenariku]");
  62. PlayAudioStreamForPlayer(playerid, "http://176.31.239.83:8179/");
  63. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  64. }
  65. case 8:
  66. {
  67. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Carsija]");
  68. PlayAudioStreamForPlayer(playerid, "http://carsija.topstream.net:19406" );
  69. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  70. }
  71. case 9:
  72. {
  73. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Radio Naxi]");
  74. PlayAudioStreamForPlayer(playerid, "http://naxi128.streaming.rs:9150/listen.pls");
  75. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  76. }
  77. case 10:
  78. {
  79. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Pingvin Radio]");
  80. PlayAudioStreamForPlayer(playerid, "http://50.7.70.66:8559");
  81. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  82. }
  83. case 11:
  84. {
  85. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Ok Radio]");
  86. PlayAudioStreamForPlayer(playerid, "http://live3.okradio.net:8002");
  87. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  88. }
  89. case 12:
  90. {
  91. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Play Radio]");
  92. PlayAudioStreamForPlayer(playerid, "http://stream.b92.net:7999/radio-b92.mp3.m3u");
  93. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  94. }
  95. case 13:
  96. {
  97. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Konektovanje na "NYORK"[Juzni Vetar!]");
  98. PlayAudioStreamForPlayer(playerid, "http://62.75.216.99:8000/listen.pls");
  99. SCM(playerid, -1, ""NYORK"(NY:RP) "SIVA"Da ugasite kucajte "NYORK"/musicoff");
  100. }
  101. }
  102. return 1;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment