BoxBoy

Untitled

Apr 13th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.25 KB | None | 0 0
  1. //the dialog defines-useally put them at the top of your script to make it look neat
  2. #define DIALOG_MUSIC 984
  3. #define DIALOG_MUSIC_PLAYLISTS 983
  4. #define DIALOG_MUSIC_HITS 982
  5. #define DIALOG_MUSIC_HITSS 981
  6. #define DIALOG_MUSIC_HITSSS 980
  7. #define DIALOG_MUSIC_DRAKE 952
  8. #define DIALOG_MUSIC_MACKLEMORE 953
  9. #define DIALOG_MUSIC_JAYZ 954
  10. #define DIALOG_MUSIC_KESHA 955
  11. #define DIALOG_MUSIC_CHILDISH 956
  12. #define DIALOG_MUSIC_ADMINMUSIC 957
  13.  
  14.  
  15.  
  16. //ondialogresponse
  17. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  18. {
  19. if(dialogid == DIALOG_MUSIC)
  20. {
  21. if(response)
  22. {
  23. switch(listitem)
  24. {
  25. case 0:
  26. {
  27. ShowPlayerDialog(playerid, DIALOG_MUSIC_PLAYLISTS, DIALOG_STYLE_LIST, "Radio Stations", "Mixed Rock", "Play","Cancel");
  28. }
  29. case 1:
  30. {
  31. ShowPlayerDialog(playerid, DIALOG_MUSIC_HITS, DIALOG_STYLE_LIST, "2013 Hit Songs", "Lady Gaga - Applause\nLana Del Rey - Summertime Sadness\nLorde - Royals\nMiley Cyrus - Wrecking Ball\nWake Me Up -- Avicii ft. Aloe Blacc\nBlurred Lines - Robin Thicke\nCapital Cities - Safe & Sound\nDrake - Hold On We're Going Home\nJay Z FT Justin Timberlake - Holy Grail\nKaty Perry - Roar", "Play", "Back");
  32. }
  33. case 2:
  34. {
  35. ShowPlayerDialog(playerid, DIALOG_MUSIC_HITSS, DIALOG_STYLE_LIST, "2012 Hit Songs", "LMFAO - Sexy and i know it\nRack City - Tyga\nTrain - Drive By\nCarly Rae Jepsen - Call Me Maybe\nWhistle - Flo Rida\nDrake ft. Rihanna - Take Care\nYoung, Wild And Free - Wiz Khalifa feat. Snoop Dogg\nFlo Rida - Good Feeling\nJay-Z ft Kanye West - Niggas In Paris\nKaty Perry - The One That Got Away","Play","Back");
  36. }
  37. case 3:
  38. {
  39. ShowPlayerDialog(playerid, DIALOG_MUSIC_HITSSS, DIALOG_STYLE_LIST, "2011 Hit Songs", "Kesha - Blow\nBorn This Way- Lady Gaga\nLupe Fiasco - The Show Goes on\nGrenade-Bruno Mars\nGym Class Heroes - Stereo Hearts\nParty Rock Anthem\nI Need A Doctor - Eminem ft. Dr. Dre And Skylar Grey\nWiz Khalifa - No Sleep\nKaty Perry - ET\nWiz Khalifa- Black and Yellow","Play","Back");
  40. }
  41. case 4:
  42. {
  43. ShowPlayerDialog(playerid, DIALOG_MUSIC_DRAKE, DIALOG_STYLE_LIST, "Top 5 Drake Songs", "Drake Best I Ever Had\nDrake Headlines\nDrake Marvins Room\nDrake Ft Kanye West Forever\nDrake Over", "Play", "Back");
  44. }
  45. case 5:
  46. {
  47. ShowPlayerDialog(playerid, DIALOG_MUSIC_MACKLEMORE, DIALOG_STYLE_LIST, "Top 5 Macklemore Songs", "Macklemore - And We Danced\nMacklemore - Can't Hold Us\nMacklemore - Irish Celebration\nMacklemore - Same Love\nMacklemore - Thrift Shop","Play","Back");
  48. }
  49. case 6:
  50. {
  51. ShowPlayerDialog(playerid, DIALOG_MUSIC_JAYZ, DIALOG_STYLE_LIST, "Top 5 Jay Z Songs", "Jay Z 99 Problems\nJay Z Dirt Off Your Shoulder\nJay Z Dead President 2\nJay Z Empire State Of Mind\nJay Z Feat Eminem Renegade","Play","Back");
  52. }
  53. case 7:
  54. {
  55. ShowPlayerDialog(playerid, DIALOG_MUSIC_KESHA, DIALOG_STYLE_LIST, "Top 5 Ke$ha Songs", "We R Who We R - Ke$ha\nKe$ha - Take It Off\nKe$ha - Your Love Is My Drug\nPittbull Feat Ke$ha - Timber\nKe$ha - Tik Tok","Play","Back");
  56. }
  57. case 8:
  58. {
  59. ShowPlayerDialog(playerid, DIALOG_MUSIC_CHILDISH, DIALOG_STYLE_LIST, "Top 5 Childish Gambino Songs", "Childish Gambino - Freaks And Geeks\nChildish Gambino - Bonfire\nChildish Gambino - You See Me\nChildish Gambino - That Power\nChildish Gambino - Do You Like","Play","Back");
  60. }
  61. case 9:
  62. {
  63. ShowPlayerDialog(playerid, DIALOG_MUSIC_ADMINMUSIC, DIALOG_STYLE_LIST, "RCON Admin Playlist", "You Think\nHello World\nHome Town\nMiss Me\nNew Town\nSunny\n3foottall\nBaddest\nBombBay\nBoy\nSRH\nA$AP Rocky\nLet Me Go\nFeel Good\nMan Of The Year\nHigh Life\nBallin","Play","Back");
  64. }
  65. }
  66. }
  67. return 1;
  68. }
  69. if(dialogid == DIALOG_MUSIC_ADMINMUSIC)
  70. {
  71. if(response)
  72. {
  73. switch(listitem)
  74. {
  75. case 0:
  76. {
  77. if(IsPlayerAdmin(playerid))
  78. {
  79. for(new i = 0; i < MAX_PLAYERS; i++)
  80. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/zkxala9tc6/youthink.mp3");
  81. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  82. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  83. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  84. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  85. }
  86. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  87. }
  88. case 1:
  89. {
  90. if(IsPlayerAdmin(playerid))
  91. {
  92. for(new i = 0; i < MAX_PLAYERS; i++)
  93. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/7dvtl1fpd0/helloworld.mp3");
  94. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  95. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  96. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  97. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  98. }
  99. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  100. }
  101. case 2:
  102. {
  103. if(IsPlayerAdmin(playerid))
  104. {
  105. for(new i = 0; i < MAX_PLAYERS; i++)
  106. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/5qadcg7r3s/HomeTown.mp3");
  107. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  108. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  109. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  110. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  111. }
  112. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  113. }
  114. case 3:
  115. {
  116. if(IsPlayerAdmin(playerid))
  117. {
  118. for(new i = 0; i < MAX_PLAYERS; i++)
  119. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/m9hgzwz86u/missme.mp3");
  120. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  121. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  122. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  123. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  124. }
  125. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  126. }
  127. case 4:
  128. {
  129. if(IsPlayerAdmin(playerid))
  130. {
  131. for(new i = 0; i < MAX_PLAYERS; i++)
  132. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/gm73f6lo8q/newtown.mp3");
  133. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  134. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  135. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  136. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  137. }
  138. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  139. }
  140. case 5:
  141. {
  142. if(IsPlayerAdmin(playerid))
  143. {
  144. for(new i = 0; i < MAX_PLAYERS; i++)
  145. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/jdkri4ug2p/Sunny.mp3");
  146. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  147. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  148. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  149. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  150. }
  151. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  152. }
  153. case 6:
  154. {
  155. if(IsPlayerAdmin(playerid))
  156. {
  157. for(new i = 0; i < MAX_PLAYERS; i++)
  158. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/4f73y2xsz4/3foottall.mp3");
  159. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  160. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  161. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  162. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  163. }
  164. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  165. }
  166. case 7:
  167. {
  168. if(IsPlayerAdmin(playerid))
  169. {
  170. for(new i = 0; i < MAX_PLAYERS; i++)
  171. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/iyi9j0qybo/baddest.mp3");
  172. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  173. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  174. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  175. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  176. }
  177. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  178. }
  179. case 8:
  180. {
  181. if(IsPlayerAdmin(playerid))
  182. {
  183. for(new i = 0; i < MAX_PLAYERS; i++)
  184. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/93gwrn7fuy/bombay.mp3");
  185. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  186. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  187. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  188. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  189. }
  190. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  191. }
  192. case 9:
  193. {
  194. if(IsPlayerAdmin(playerid))
  195. {
  196. for(new i = 0; i < MAX_PLAYERS; i++)
  197. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/x9kqvstijd/boy.mp3");
  198. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  199. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  200. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  201. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  202. }
  203. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  204. }
  205. case 10:
  206. {
  207. if(IsPlayerAdmin(playerid))
  208. {
  209. for(new i = 0; i < MAX_PLAYERS; i++)
  210. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/n8lmfe8o58/SRH.mp3");
  211. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  212. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  213. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  214. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  215. }
  216. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  217. }
  218. case 11:
  219. {
  220. if(IsPlayerAdmin(playerid))
  221. {
  222. for(new i = 0; i < MAX_PLAYERS; i++)
  223. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/nzs6jto7v0/Asap_Rocky_-_Fuckin_Problem_feat._Drake_2Chainz_Kendrick_Lamar_Official_Music_Video_Lyrics.mp3");
  224. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  225. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  226. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  227. SendClientMessageToAll(COLOR_YELLOW, szMessage);
  228. }
  229. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  230. }
  231. case 12:
  232. {
  233. if(IsPlayerAdmin(playerid))
  234. {
  235. for(new i = 0; i < MAX_PLAYERS; i++)
  236. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/3263qpyd2w/Logic_-_Let_Me_Go_feat._Lykke_Li_.mp3");
  237. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  238. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  239. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  240. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  241. }
  242. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  243. }
  244. case 13:
  245. {
  246. if(IsPlayerAdmin(playerid))
  247. {
  248. for(new i = 0; i < MAX_PLAYERS; i++)
  249. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/i6qc7bsl6m/Logic_-_Feel_Good.mp3");
  250. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  251. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  252. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  253. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  254. }
  255. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  256. }
  257. case 14:
  258. {
  259. if(IsPlayerAdmin(playerid))
  260. {
  261. for(new i = 0; i < MAX_PLAYERS; i++)
  262. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/vas6g5b2ld/Logic_-_Man_Of_The_Year_Prod._No_I.D._.mp3");
  263. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  264. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  265. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  266. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  267. }
  268. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  269. }
  270. case 15:
  271. {
  272. if(IsPlayerAdmin(playerid))
  273. {
  274. for(new i = 0; i < MAX_PLAYERS; i++)
  275. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/mwnuhtypxo/Logic_-_The_High_Life_ft._Elijah_Blake_.mp3");
  276. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  277. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  278. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  279. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  280. }
  281. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  282. }
  283. case 16:
  284. {
  285. if(IsPlayerAdmin(playerid))
  286. {
  287. for(new i = 0; i < MAX_PLAYERS; i++)
  288. PlayAudioStreamForPlayer(i, "http://k007.kiwi6.com/hotlink/y0x44joqer/Logic_-_Ballin_Ft.Castro_Lyrics.mp3");
  289. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  290. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  291. format(szMessage, sizeof(szMessage), "%s has start a Audio Stream", szPlayerName);
  292. SendClientMessageToAll(COLOR_YELLOW, szMessage); // Replace 0 with the colour
  293. }
  294. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stream music for others!");
  295. }
  296. }
  297. }
  298. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  299. }
  300. if(dialogid == DIALOG_MUSIC_CHILDISH)
  301. {
  302. if(response)
  303. {
  304. switch(listitem)
  305. {
  306. case 0:
  307. {
  308. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/sg4z9si0d7/Childish_Gambino_-_Freaks_and_Geeks_HD_Music_Video_.mp3");
  309. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  310. }
  311. case 1:
  312. {
  313. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/53bgtn5ih5/Childish_Gambino_-_That_Power.mp3");
  314. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  315. }
  316. case 2:
  317. {
  318. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/85qzdfj07z/Childish_Gambino_-_You_See_Me_with_Lyrics_HD.mp3");
  319. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  320. }
  321. case 3:
  322. {
  323. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/wkfi900q5g/Childish_Gambino-_Bonfire_w_lyrics_.mp3");
  324. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  325. }
  326. case 4:
  327. {
  328. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/hnm02h92xj/Childish_Gambino-Do_Ya_Like_w-lyrics_2_.mp3");
  329. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  330. }
  331. }
  332. }
  333. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  334. }
  335. if(dialogid == DIALOG_MUSIC_KESHA)
  336. {
  337. if(response)
  338. {
  339. switch(listitem)
  340. {
  341. case 0:
  342. {
  343. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/pje46erkne/Ke_ha_Kesha_-_We_R_Who_We_R_Lyrics_NEW_SONG_HQHD_.mp3");
  344. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  345. }
  346. case 1:
  347. {
  348. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/2ck5vbrqk9/Kesha_-_Take_It_Off_with_Lyrics.mp3");
  349. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  350. }
  351. case 2:
  352. {
  353. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/zzsuyyk0bs/Kesha_-_Your_Love_Is_My_Drug_Lyrics_.mp3");
  354. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  355. }
  356. case 3:
  357. {
  358. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/u8wgwkenkp/Pitbull_feat_Kesha_-_Timber_-_Lyrics.mp3");
  359. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  360. }
  361. case 4:
  362. {
  363. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/89o5nj3t7w/TiK_ToK_Kesha_With_Lyrics_On_Screen_HQ.mp3");
  364. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  365. }
  366. }
  367. }
  368. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  369. }
  370. if(dialogid == DIALOG_MUSIC_JAYZ)
  371. {
  372. if(response)
  373. {
  374. switch(listitem)
  375. {
  376. case 0:
  377. {
  378. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/fe5ihwxuo6/99_Problems_Jay-Z_-_Lyrics.mp3");
  379. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  380. }
  381. case 1:
  382. {
  383. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/creqp35dhw/Jay_Z_Dirt_off_your_shoulder_lyrics.mp3");
  384. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  385. }
  386. case 2:
  387. {
  388. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/08l1o4ah50/Jay-Z_-_Dead_Presidents_II_with_lyrics_.mp3");
  389. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  390. }
  391. case 3:
  392. {
  393. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/m8ul4grqmd/Jay-Z_-_Empire_State_of_Mind_with_Lyrics.mp3");
  394. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  395. }
  396. case 4:
  397. {
  398. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/nn6yxzh7vs/Jay-Z_Feat._Eminem_-_Renegade_lyrics.mp3");
  399. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  400. }
  401. }
  402. }
  403. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  404. }
  405. if(dialogid == DIALOG_MUSIC_MACKLEMORE)
  406. {
  407. if(response)
  408. {
  409. switch(listitem)
  410. {
  411. case 0:
  412. {
  413. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/rstcigxxbh/Macklemore_-_And_we_danced_lyrics.mp3");
  414. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  415. }
  416. case 1:
  417. {
  418. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/7oaalyia23/Macklemore_-_Can_t_hold_us_Lyrics.mp3");
  419. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  420. }
  421. case 2:
  422. {
  423. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/bx1tfskzkw/MACKLEMORE_and_RYAN_LEWIS_-_Irish_Celebration_Official_Music_Video_.mp3");
  424. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  425. }
  426. case 3:
  427. {
  428. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/z25q88asey/Macklemore_and_amp_Ryan_Lewis-_Same_Love_feat._Mary_Lambert_Lyric_Video_.mp3");
  429. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  430. }
  431. case 4:
  432. {
  433. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/4cyba0ue9p/Macklemore-_Thrift_Shop-_ACCURATE_LYRICS_ON_SCREEN_.mp3");
  434. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  435. }
  436. }
  437. }
  438. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  439. }
  440. if(dialogid == DIALOG_MUSIC_DRAKE)
  441. {
  442. if(response)
  443. {
  444. switch(listitem)
  445. {
  446. case 0:
  447. {
  448. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/32nfg0538n/Drake_-_Best_I_Ever_Had_w_Lyrics.mp3");
  449. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  450. }
  451. case 1:
  452. {
  453. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/d6udowq7sf/Drake_-_Headlines_Lyrics_.mp3");
  454. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  455. }
  456. case 2:
  457. {
  458. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/cl7k70rpwu/Drake_-_Marvins_Room_Lyrics_.mp3");
  459. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  460. }
  461. case 3:
  462. {
  463. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ln4nxvsxt4/Drake_Ft._Kanye_West_Lil_Wayne_and_amp_Eminem_-_Forever_Original_Lyrics_.mp3");
  464. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  465. }
  466. case 4:
  467. {
  468. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/bpl7jz23a3/Over-Drake_Lyrics_On_Screen_.mp3");
  469. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  470. }
  471. }
  472. }
  473. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  474. }
  475. if(dialogid == DIALOG_MUSIC_PLAYLISTS)
  476. {
  477. if(response)
  478. {
  479. switch(listitem)
  480. {
  481. case 0:
  482. {
  483. PlayAudioStreamForPlayer(playerid, "http://www.radioparadise.com/musiclinks/rp_128.m3u");
  484. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  485. }
  486. }
  487. }
  488. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  489. }
  490. if(dialogid == DIALOG_MUSIC_HITSSS)
  491. {
  492. if(response)
  493. {
  494. switch(listitem)
  495. {
  496. case 0:
  497. {
  498. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/8ih22w6d45/Kesha_-_Blow_Lyrics.mp3");
  499. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  500. }
  501. case 1:
  502. {
  503. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ds3c3zkbsz/Born_This_Way-_Lady_Gaga_LYRICS.mp3");
  504. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  505. }
  506. case 2:
  507. {
  508. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/b4nig4ey4g/Lupe_Fiasco_-_The_Show_Goes_on_lyrics_.mp3");
  509. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  510. }
  511. case 3:
  512. {
  513. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/6dd9b7ni9z/Grenade-Bruno_Mars_Lyrics.mp3");
  514. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  515. }
  516. case 4:
  517. {
  518. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/n7mreil6or/Gym_Class_Heroes_-_Stereo_Hearts_Lyrics.mp3");
  519. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  520. }
  521. case 5:
  522. {
  523. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/gvmfdqbhvd/Party_Rock_Anthem_Audio_.mp3");
  524. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  525. }
  526. case 6:
  527. {
  528. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/qylbo15cqc/I_Need_A_Doctor_-_Eminem_ft._Dr._Dre_and_amp_Skylar_Grey_Lyrics.mp3");
  529. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  530. }
  531. case 7:
  532. {
  533. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ctdfm61y07/Wiz_Khalifa_-_No_Sleep_HD_LYRICS_.mp3");
  534. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  535. }
  536. case 8:
  537. {
  538. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/qgdx9ku18q/Katy_Perry_-_ET_Lyrics..mp3");
  539. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  540. }
  541. case 9:
  542. {
  543. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/dz6reiw0yy/Wiz_Khalifa-_Black_and_Yellow_LYRICS_.mp3");
  544. SendClientMessage(playerid, COLOR_YELLOW, "You have started a AudioSteam");
  545. }
  546. }
  547. }
  548. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  549. }
  550. if(dialogid == DIALOG_MUSIC_HITSS)
  551. {
  552. if(response)
  553. {
  554. switch(listitem)
  555. {
  556. case 0:
  557. {
  558. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/fs33xwhxur/LMFAO_-_Sexy_and_i_know_it_lyrics_NEW.mp3");
  559. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  560. }
  561. case 1:
  562. {
  563. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/u75m71cknm/Rack_City_-_Tyga_-_Lyrics.mp3");
  564. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  565. }
  566. case 2:
  567. {
  568. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/504v3dai7q/Train_-_Drive_By_Lyrics.mp3");
  569. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  570. }
  571. case 3:
  572. {
  573. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ln8r93xtd8/Carly_Rae_Jepsen_-_Call_Me_Maybe_LYRICS_-_New_Single_.mp3");
  574. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  575. }
  576. case 4:
  577. {
  578. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ouhqlyxqxe/Whistle_-_Flo_Rida_-_Lyrics.mp3");
  579. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  580. }
  581. case 5:
  582. {
  583. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/lobvxvlgdd/Drake_ft._Rihanna_-_Take_Care_LYRICS_.mp3");
  584. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  585. }
  586. case 6:
  587. {
  588. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/1zbx0r6fo3/Young_Wild_and_amp_Free_Lyrics_-_Wiz_Khalifa_feat._Snoop_Dogg.mp3");
  589. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  590. }
  591. case 7:
  592. {
  593. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/9rydl3npcc/Flo_Rida_-_Good_Feeling_Lyrics_on_screen_.mp3");
  594. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  595. }
  596. case 8:
  597. {
  598. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/v83nunvfef/Jay-Z_ft_Kanye_West_-_Niggas_In_Paris_LYRICS_ON_SCREEN_HD_.mp3");
  599. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  600. }
  601. case 9:
  602. {
  603. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/yczouprm99/Katy_Perry_-_The_One_That_Got_Away_Lyrics.mp3");
  604. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  605. }
  606. }
  607. }
  608. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  609. }
  610. if(dialogid == DIALOG_MUSIC_HITS)
  611. {
  612. if(response)
  613. {
  614. switch(listitem)
  615. {
  616. case 0:
  617. {
  618. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/2c77kaegt5/Lady_Gaga_-_Applause_Official_.mp3");
  619. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  620. }
  621. case 1:
  622. {
  623. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/1v4l82x4nu/Lana_Del_Rey_-_Summertime_Sadness.mp3");
  624. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  625. }
  626. case 2:
  627. {
  628. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/11os4ugqn1/Lorde_-_Royals.mp3");
  629. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  630. }
  631. case 3:
  632. {
  633. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/i803retrlq/Miley_Cyrus_-_Wrecking_Ball.mp3");
  634. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  635. }
  636. case 4:
  637. {
  638. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/hgfd63p8n8/Wake_Me_Up_--_Avicii_ft._Aloe_Blacc_Lyrics.mp3");
  639. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  640. }
  641. case 5:
  642. {
  643. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/a7fl3k6hr3/Blurred_Lines_-_Robin_Thicke_Lyrics.mp3");
  644. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  645. }
  646. case 6:
  647. {
  648. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/ub1g2zvsj8/Capital_Cities_-_Safe_and_Sound.mp3");
  649. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  650. }
  651. case 7:
  652. {
  653. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/66h4m2mg7p/Drake_-_Hold_On_We_re_Going_Home_Lyrics_.mp3");
  654. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  655. }
  656. case 8:
  657. {
  658. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/wldmg72u3z/JAY_Z_and_quot_Holy_Grail_and_quot_featuring_Justin_Timberlake.mp3");
  659. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  660. }
  661. case 9:
  662. {
  663. PlayAudioStreamForPlayer(playerid, "http://k007.kiwi6.com/hotlink/olwfhi7yxh/Katy_Perry_-_Roar_Official_.mp3");
  664. SendClientMessage(playerid, COLOR_YELLOW, "You have started a Audio Stream");
  665. }
  666. }
  667. }
  668. else return ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Playlists\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Music", "Open", "Cancel");
  669. }
  670. return 1;
  671. }
  672.  
  673.  
  674. //cmds
  675. CMD:music(playerid, params[])
  676. {
  677. ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music", "1.Radio Stations\n2.2013 Hit Songs\n3.2012 Hit Songs\n4.2011 Hit Songs\n5.Top 5 Drake Songs\n6.Top 5 Macklemore Songs\n7.Top 5 Jay Z Songs\n8.Top 5 Ke$ha Songs\n9.Top 5 Childish Gambino Songs\n10.RCON Admin Songs", "Open", "Cancel");
  678. return 1;
  679. }
  680. CMD:stop(playerid, params[])
  681. {
  682. StopAudioStreamForPlayer(playerid);
  683. SendClientMessage(playerid, COLOR_YELLOW, "You have stopped the audio stream!");
  684. return 1;
  685. }
  686. CMD:stoprconmusic(playerid, params[])
  687. {
  688. if(IsPlayerAdmin(playerid))
  689. {
  690. for(new i = 0; i < MAX_PLAYERS; i++)
  691. StopAudioStreamForPlayer(i);
  692. new szPlayerName[MAX_PLAYER_NAME], szMessage[74];
  693. GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME);
  694. format(szMessage, sizeof(szMessage), "%s has stopped the Audio Stream", szPlayerName);
  695. SendClientMessageToAll(COLOR_YELLOW, szMessage);
  696. return 1;
  697. }
  698. else return SendClientMessage(playerid, COLOR_YELLOW, "You are not allowed to stop music for everyone!");
  699. }
Add Comment
Please, Sign In to add comment