[Help] warning 213: tag mismatch
#1

Everytime I use these [mysql_format & mysql_tquery]:

Код:
mysql_format(g_Sql, query, sizeof(query), "UPDATE `accounts` SET `Cash` = '%i' WHERE `ID` = '%i'",
 PlayerInfo[playerid][Cash], PlayerInfo[playerid][ID]);
mysql_tquery(g_Sql, query, "", "");
I get warning 213: tag mismatch.

My enum is:

Код:
    ID,
    Name[MAX_PLAYER_NAME],
    Password[129],
    Salt[11],
    IP[16],
    Level,
    Admin,
    Cash,
    Kills,
    Deaths,
    Float:PosX,
    Float:PosY,
    Float:PosZ,
    Float:PosA,
    Warnings,
    isBanned,







Should I use format instead of mysql_format

Even when I use just mysql_tquery(g_Sql, query) instead of mysql_tquery(g_Sql, query, "", "") I still get warnings, and they ar e annoying. I want to get rid of them




SOLVED BY X337

and kindda by TitanX at the beginning, but I was too dumb to check the case sensitivity
Reply


Messages In This Thread
[SOLVED by X337] warning 213: tag mismatch - by Sibuscus - 19.03.2017, 12:28
Re: [Help] warning 213: tag mismatch - by TitanX - 19.03.2017, 12:33
Re: [Help] warning 213: tag mismatch - by Sibuscus - 19.03.2017, 12:46
Re: [Help] warning 213: tag mismatch - by TitanX - 19.03.2017, 12:54
Re: [Help] warning 213: tag mismatch - by oMa37 - 19.03.2017, 13:20
Re: [Help] warning 213: tag mismatch - by Sibuscus - 19.03.2017, 13:45
Re: [Help] warning 213: tag mismatch - by Sibuscus - 21.03.2017, 17:17
Re: [Help] warning 213: tag mismatch - by AndySedeyn - 21.03.2017, 19:01
Re: [Help] warning 213: tag mismatch - by Sibuscus - 22.03.2017, 10:45
Re: [Help] warning 213: tag mismatch - by AndySedeyn - 22.03.2017, 12:20

Forum Jump:


Users browsing this thread: 2 Guest(s)