01.12.2018, 23:00
Eu criei um comando para ouvir musicas, mais nгo consigo finalizar.
dб o seguinte erro:
Cуdigo
dб o seguinte erro:
Код:
C:\Users\PC\Videos\2018\BSG\gamemodes\BPS.pwn(75955 -- 75969) : error 075: input line too long (after substitutions) C:\Users\PC\Videos\2018\BSG RPG - \gamemodes\BPS.pwn(75970) : error 017: undefined symbol "David" C:\Users\PC\Videos\2018\BSG RPG - \gamemodes\BPS.pwn(75970) : error 029: invalid expression, assumed zero C:\Users\PC\Videos\2018\BSG - \gamemodes\BPS.pwn(75970) : error 017: undefined symbol "B6C" C:\Users\PC\Videos\2018\BSG - \gamemodes\BPS.pwn(75970) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664
PHP код:
CMD:radio(playerid, params[])
{
ShowPlayerDialog(playerid, 5409, DIALOG_STYLE_LIST,
"Brasil Play TESTE - MP3",
"David - {589B6C}Sexy Bitch\n\
Annita - {589B6C}Paradinha\n\
Henrique e Juliano - {589B6C}Cuida Bem Dela\n\
MC Kevinho - {589B6C}Grave Bater\n\
Ze Neto e Cristiano - {589B6C}Notificaзгo Preferida\n\
Luis Fonsi - {589B6C}Despacito\n\
Banda Djavu - {589B6C}Rubi\n\
Skillet - {589B6C}Comatose\n\
RБDIO - {FFFF00}Hunter FM\n\
RБDIO - {FFFF00}SkyPlus FM\n\
RБDIO - {FFFF00}Energy FM\n\
RБDIO - {FFFF00}Radio Uuno\n\
RБDIO - {FFFF00}Shouted FM - Alternative(Rock/Metal)\n\
{FFFF00}Colocar LINK do *******\n\
Desligar","Cutir a Musica","Sair");
return 1;
}

