Advertisement
Codigos

[TUT] Criando Radio em Dialog

May 21st, 2012
3,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.42 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement