Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new radiolist[][][] =
- {
- {"181.fm The Buzz", "http://yp.shoutcast.com/sbin/tunein-station.pls?id=37586"},
- {"FM4", "http://yp.shoutcast.com/sbin/tunein-station.pls?id=581319"}
- };
- CMD:setradio(playerid, params[])
- {
- new list[500];
- for(new i; i <= sizeof(radiolist); i++)
- {
- format(list,sizeof(list),"%s\r\n",radiolist[i][0]);
- ShowPlayerDialog(playerid, DIALOG_STYLE_LIST, 123,"Radio",list,"Play","Cancel");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment