[Ajuda] warning 213: tag mismatch
#7

PHP код:
public OnPlayerClickPlayerTextDraw(playeridPlayerText:playertextid) {
    if(
_:playertextid != INVALID_TEXT_DRAW) {
        if(
playertextid == Textdraw2[playerid]) {
            new 
plname[MAX_PLAYER_NAME];
            
GetPlayerName(playerid,loginname,sizeof(loginname));
            
GetPlayerName(playeridplnamesizeof(plname));
            
format(gstring,sizeof(gstring), "Contas/%s.ini"plname);
            if(
DOF2_FileExists(gstring)) {
                
// SEU SISTEMA DE LOGIN
            
}
            else {
                
ShowPlayerDialog(playerid9632DIALOG_STYLE_MSGBOX"ERRO""{FFFFFF}Vocк nгo tem uma conta!""Ok""");
            }
            return 
1;
        }
        if(
playertextid == Textdraw4[playerid]) {
            new 
plname[MAX_PLAYER_NAME];
            
GetPlayerName(playeridplnamesizeof(plname));
            
format(gstring,sizeof(gstring), "Contas/%s.ini"plname);
            if(
DOF2_FileExists(gstring)) {
                
ShowPlayerDialog(playerid9632DIALOG_STYLE_MSGBOX"ERRO""{FFFFFF}Vocк tem uma conta, logue-se!""Ok""");
            }
            else {
                
// SEU SISTEMA DE LOGIN AQUI
            
}
            return 
1;
        }
        if(
playertextid == Textdraw4[playerid]) {
            
SendClientMessage(playerid0xFFFFFFAA"Vocк foi kickado por nгo se registrar/logar!");
            
Kick(playerid);
        }
        return 
1;
    }
    return 
1;

Mostre os erros que sobrarem
Reply


Messages In This Thread
warning 213: tag mismatch - by LeonardoAlberto - 20.11.2018, 23:23
Re: warning 213: tag mismatch - by Electrifying - 21.11.2018, 00:38
Re: warning 213: tag mismatch - by RiqueP - 21.11.2018, 00:56
Re: warning 213: tag mismatch - by LeonardoAlberto - 21.11.2018, 07:46
Re: warning 213: tag mismatch - by RiqueP - 21.11.2018, 14:29
Re: warning 213: tag mismatch - by LeonardoAlberto - 21.11.2018, 16:43
Re: warning 213: tag mismatch - by RiqueP - 22.11.2018, 19:35
Re: warning 213: tag mismatch - by LeonardoAlberto - 23.11.2018, 05:12
Re: warning 213: tag mismatch - by RiqueP - 23.11.2018, 07:04
Re: warning 213: tag mismatch - by LeonardoAlberto - 23.11.2018, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)