[Ajuda] warning 213: tag mismatch
#6

Quote:
Originally Posted by RiqueP
Посмотреть сообщение
Me mostre as linhas que estгo os erros
Код:
public OnPlayerClickPlayerTextDraw(playerid, Text:clickedid)

    if(_:clickedid != INVALID_TEXT_DRAW)
    {
      if(clickedid == PlayerText:Textdraw2[playerid])
      {
			  new plname[MAX_PLAYER_NAME];
              GetPlayerName(playerid,loginname,sizeof(loginname));
              GetPlayerName(playerid, plname, sizeof(plname));
              format(gstring,sizeof(gstring), "Contas/%s.ini", plname);
              if(DOF2_FileExists(gstring))
              {
                 // SEU SISTEMA DE LOGIN
                        }
                        else
                        {
              ShowPlayerDialog(playerid, 9632, DIALOG_STYLE_MSGBOX, "ERRO", "{FFFFFF}Vocк nгo tem uma conta!", "Ok", "");
              }
              return 1;
      }
      if(clickedid == PlayerText:Textdraw4[playerid])
               {
              new plname[MAX_PLAYER_NAME];
			  GetPlayerName(playerid, plname, sizeof(plname));
              format(gstring,sizeof(gstring), "Contas/%s.ini", plname);
              if(DOF2_FileExists(gstring))
              {
                     ShowPlayerDialog(playerid, 9632, DIALOG_STYLE_MSGBOX, "ERRO", "{FFFFFF}Vocк tem uma conta, logue-se!", "Ok", "");
              }
              else
              {
                 // SEU SISTEMA DE LOGIN AQUI
                        }
              return 1;
      }
      if(clickedid == PlayerText:Textdraw4[playerid])
      {
                SendClientMessage(playerid, 0xFFFFFFAA, "Vocк foi kickado por nгo se registrar/logar!");
      Kick(playerid);
      }
      return 1;
   }
        return 1;
}
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)