Quote:
Originally Posted by Dieguinho
aff ainda ta dando erro
pawn Код:
new fake[256]; format(fake, sizeof(fake), "{00FF00}Radio_BVJ_1\nRadio BVJ_2\nRadio BVJ_3\nRadio BVJ_4\nRadio BVJ_5\nRadio BVJ_6\nRadio BVJ_7\nRadio BVJ_8\nRadio BVJ_9\nRadio BVJ_10\nRadio BVJ_11\nRadio BVJ_12\nRadio BVJ_13\nRadio BVJ_14\nRadio BVJ_15\nRadio BVJ_16\nRadio BVJ_17\nRadio Avicii_ft_Dan_Tyminski_Hey_Brother\nRadio Bruno_Mars_Treasure\nRadio Demi_Lovato_Heart_Attack\nRadio Britney_Spears_Work_\nRadio Calvin_Harris_I_Need_Your_Love\nRadio Ele_s_quer_saber_de_GTA\nRadio Lady_Gaga_Applause_\nRadio Miley_Cyrus_We_Can_t_Stop\nRadio P_nk_Just_Give_Me_A_Reason_ft_\nRadio Pitbull_Timber_ft_Ke_ha_6_\nRadio Rap_do_GTA_San_Andreas\nDesligar Radio"); //ShowPlayerDialog(playerid, Pablete, DIALOG_STYLE_LIST, ".:: - Musica - ::.", "{00FF00}Radio_BVJ_1\nRadio BVJ_2\nRadio BVJ_3\nRadio BVJ_4\nRadio BVJ_5\nRadio BVJ_6\nRadio BVJ_7\nRadio BVJ_8\nRadio BVJ_9\nRadio BVJ_10\nRadio BVJ_11\nRadio BVJ_12\nRadio BVJ_13\nRadio BVJ_14\nRadio BVJ_15\nRadio BVJ_16\nRadio BVJ_17\nRadio Avicii_ft_Dan_Tyminski_Hey_Brother\nRadio Bruno_Mars_Treasure\nRadio Demi_Lovato_Heart_Attack\nRadio Britney_Spears_Work_\nRadio Calvin_Harris_I_Need_Your_Love\nRadio Ele_s_quer_saber_de_GTA\nRadio Lady_Gaga_Applause_\nRadio Miley_Cyrus_We_Can_t_Stop\nRadio P_nk_Just_Give_Me_A_Reason_ft_\nRadio Pitbull_Timber_ft_Ke_ha_6_\nRadio Rap_do_GTA_San_Andreas\nDesligar Radio", "Selecionar", "Sair"); ShowPlayerDialog(playerid, Pablete, DIALOG_STYLE_LIST, ".:: - Musica - ::.", fake, "Selecionar", "Sair"); return 1;
|
pawn Код:
format(fake, sizeof(fake), "%s{00FF00}Radio_BVJ_1\nRadio BVJ_2\nRadio BVJ_3\nRadio BVJ_4\nRadio BVJ_5\nRadio BVJ_6\nRadio BVJ_7\nRadio BVJ_8\nRadio BVJ_9\nRadio BVJ_10\nRadio BVJ_11\nRadio BVJ_12\nRadio BVJ_13\nRadio BVJ_14\nRadio BVJ_15\nRadio BVJ_16\n",fake);
format(fake, sizeof(fake), "%sRadio BVJ_17\nRadio Avicii_ft_Dan_Tyminski_Hey_Brother\nRadio Bruno_Mars_Treasure\nRadio Demi_Lovato_Heart_Attack\nRadio Britney_Spears_Work_\nRadio Calvin_Harris_I_Need_Your_Love\nRadio Ele_s_quer_saber_de_GTA\nRadio Lady_Gaga_Applause_\nRadio Miley_Cyrus_We_Can_t_Stop",fake);
format(fake, sizeof(fake), "%s\nRadio P_nk_Just_Give_Me_A_Reason_ft_\nRadio Pitbull_Timber_ft_Ke_ha_6_\nRadio Rap_do_GTA_San_Andreas\nDesligar Radio",fake);
ShowPlayerDialog(playerid, Pablete, DIALOG_STYLE_LIST, ".:: - Musica - ::.", fake, "Selecionar", "Sair");