Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if(strcmp(cmdtext, "/Radio", true) == 0) // Comando !
  2. {
  3.        ShowPlayerDialog(playerid, RADIO, DIALOG_STYLE_LIST, "{FF0000}Radio By:BarbosaScript", "Don Omar - Danza Koduro \nIt Was A Good Day - Ice Cube \nBack in Black - AC/DC \nSweet Child o'Mine - Guns n' Roses \nIn the end - Linkin Park \nHood Took Me Under (Compton's Most Wanted) \nNirvana - Rape me  \nDesligar iPod", "Selecionar", "Sair");
  4.        return 1;
  5. }