[AJUDA] Dialog
#1

Tou fazendo uma atualizaзгo para meu FS de Web Radios,
e derempente fui compilar e deu alguns probremas:

Код:
(35) : error 075: input line too long (after substitutions)
(36) : error 037: invalid string (possibly non-terminated string)
(36) : error 017: undefined symbol "FF0000"
(36) : warning 217: loose indentation
(36) : error 017: undefined symbol "Radio"
(36) : fatal error 107: too many error messages on one line
Linhas:

pawn Код:
{ //35
        ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_LIST, "Lista de Radios", "{FF0000}Radio Hunter\n{00EEFF}Radio Super Mix\n{04FF00}Radio PureDJ\n{0400FF}Radio Nova Web\n{FF00EA}Radio Electro Vibe\n{FBFF00}Radio Team Expert\n{B700FF}Radio Relax\n{B4B4B4}Radio Som Sertanejo\n{B4B4B4}Radio PoP Music\n{B4B4B4}Radio Rock's\n{B4B4B4}Radio Axe Bahia\n{B4B4B4}Radio Funk Brasil\n{B4B4B4}Radio Pagode\n{B4B4B4}Radio Classic Rock\n{B4B4B4}Radio Dence\n{B4B4B4}Radio Cowboy [Country - Sertaneja]\n{B4B4B4}Radio Brom's Trance[Techno-Trance]\n{B4B4B4}Radio Delta [Ecletica-Forro]\nDesligar", "OK", "Cancelar");
Alguem Me ajuda
Reply
#2

Linha mt grande . e se nгo me engano nгo vi direito estб faltando virgulas no code .-.
Reply
#3

Quote:
Originally Posted by BreakDriFT
Посмотреть сообщение
Linha mt grande . e se nгo me engano nгo vi direito estб faltando virgulas no code .-.
Virgula nao Ta faltando.

Intao pra aruma vou ter que criar uma: Pagina 2
Reply
#4

ou use strcat =)
Reply
#5

Quote:
Originally Posted by BreakDriFT
Посмотреть сообщение
ou use strcat =)
Como Assim?
Reply
#6

um exemplinho da wiki samp
https://sampwiki.blast.hk/wiki/Strcat
Reply
#7

Assim?

pawn Код:
if (strcmp("/radios", cmdtext, true, 10) == 0)
    {
        new string[40];
        strcat(string, "{FF0000}Radio Hunter\n");
        strcat(string, "{00EEFF}Radio Super Mix\n");
        strcat(string, "{04FF00}Radio PureDJ\n");
        strcat(string, "{0400FF}Radio Nova Web\n");
        strcat(string, "{FF00EA}Radio Electro Vibe\n");
        strcat(string, "{FBFF00}Radio Team Expert\n");
        strcat(string, "{B700FF}Radio Relax\n");
        strcat(string, "{B4B4B4}Radio Som Sertanejo\n");
        strcat(string, "{B4B4B4}Radio PoP Music\n");
        strcat(string, "{B4B4B4}Radio Rock's\n");
        strcat(string, "{B4B4B4}Radio Axe Bahia\n");
        strcat(string, "{B4B4B4}Radio Funk Brasil\n");
        strcat(string, "{B4B4B4}Radio Pagode\n");
        strcat(string, "{B4B4B4}Radio Classic Rock\n");
        strcat(string, "{B4B4B4}Radio Dence\n");
        strcat(string, "{B4B4B4}Radio Cowboy [Country - Sertaneja]\n");
        strcat(string, "{B4B4B4}Radio Brom's Trance[Techno-Trance]\n");
        strcat(string, "{B4B4B4}Desligar");
        ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_LIST, "Lista de Radios", string, "OK", "Cancelar");
        return 1;
    }
Reply
#8

Sim agr so compilar /o/
Reply
#9

Sim desse jeito espero ter ajudado =)
Reply
#10

Quote:
Originally Posted by BreakDriFT
Посмотреть сообщение
Sim desse jeito espero ter ajudado =)
nao deu
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)