[Help] MySQL registration/login system not compiling
#5

I get this:
Код:
(578) : warning 213: tag mismatch
(847) : warning 213: tag mismatch
(848) : warning 213: tag mismatch
here

Код:
577     mysql_log(ALL);
578 	g_Sql = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE);

847    mysql_format(g_Sql, query, sizeof(query), "SELECT `Password`, `ID` FROM `accounts` WHERE `Name` = '%e' LIMIT 1", PlayerName);
    
848    mysql_tquery(g_Sql, query, "OnAccountCheck", "i", playerid);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)