[Ajuda] "-string end-", but found "-identifier-"
#4

Nгo vai, olha o code original aqui
PHP Code:
stock showLoginMenu(playeridmenuidmessage[] = "")
{
    switch(
menuid)
    {
        case 
MENU_LOGIN_INDEX:
        {
            
format(Stringsizeof(String), "%s\n\n"message);
            
format(Dialogsizeof(Dialog), ""#COLORT_WHITE"Bem-vindo novamente "#COLORT_YELLOW"%s!\n\n%s"#COLORT_WHITE"Digite sua senha para logar:", Player[playerid][pName], (isnull(message) ? "" : String));
            
showPlayerDialogEx(playeridDIALOG_LOGINDIALOG_STYLE_PASSWORD""#COLOR_TITLE_DIALOG"Login", Dialog, "Entrar", "Sair");
        
}
        case 
MENU_LOGIN_REGISTER:
        {
            
format(Dialogsizeof(Dialog), ""#COLORT_WHITE"Bem-vindo "#COLORT_YELLOW"%s!\n\n"#COLORT_WHITE"Vejo que vocк nгo tem uma conta, vamos criar uma?", Player[playerid][pName]);
            
showPlayerDialogEx(playeridDIALOG_REGISTERDIALOG_STYLE_MSGBOX""#COLOR_TITLE_DIALOG"Registro", Dialog, "Sim", "Nгo");
        
}
        case 
MENU_LOGIN_REGISTER_STAGE_1:
        {
            
format(Stringsizeof(String), "%s\n\n"message);
            
format(Dialogsizeof(Dialog), "%s"COLORT_WHITE"Para comeзar, digite uma senha de 6 а 30 dнgitos:", (isnull(message) ? "" String));
            
showPlayerDialogEx(playeridDIALOG_REGISTER+1DIALOG_STYLE_PASSWORD""#COLOR_TITLE_DIALOG"Registro [1/3]", Dialog, "Prosseguir", "Sair");
        
}
        case 
MENU_LOGIN_REGISTER_STAGE_2:
        {
            
format(Stringsizeof(String), "%s\n\n"message);
            
format(Dialogsizeof(Dialog), "%s"COLORT_WHITE"Agora para confirmar, digite novamente a senha escolhida:", (isnull(message) ? "" String));
            
showPlayerDialogEx(playeridDIALOG_REGISTER+2DIALOG_STYLE_PASSWORD""#COLOR_TITLE_DIALOG"Registro [2/3]", Dialog, "Prosseguir", "Voltar");
        
}
        case 
MENU_LOGIN_REGISTER_STAGE_3:
        {
            
format(Stringsizeof(String), "%s\n\n"message);
            
format(Dialogsizeof(Dialog), "%s"COLORT_WHITE"Para terminar, digite um e-mail vбlido:", (isnull(message) ? "" String));
            
showPlayerDialogEx(playeridDIALOG_REGISTER+3DIALOG_STYLE_INPUT""#COLOR_TITLE_DIALOG"Registro [3/3]", Dialog, "Concluir", "Voltar");
        
}
    }
    return 
true;

eu tenho colocar dessa forma na minha gamemode mas dб o erro do tнtulo.
Reply


Messages In This Thread
"-string end-", but found "-identifier-" - by cristiannh2 - 19.06.2018, 05:03
Re: "-string end-", but found "-identifier-" - by Ermanhaut - 19.06.2018, 11:36
Re: "-string end-", but found "-identifier-" - by SammyJ - 19.06.2018, 11:45
Re: "-string end-", but found "-identifier-" - by cristiannh2 - 20.06.2018, 04:31
Re: "-string end-", but found "-identifier-" - by Ermanhaut - 20.06.2018, 04:38
Re: "-string end-", but found "-identifier-" - by Bruno13 - 20.06.2018, 05:18
Re: "-string end-", but found "-identifier-" - by Ermanhaut - 20.06.2018, 05:43
Re: "-string end-", but found "-identifier-" - by Artista - 20.06.2018, 17:49

Forum Jump:


Users browsing this thread: 2 Guest(s)