10.01.2016, 11:15
hi,
I cant save anything on my mysql and in the error log it says that it creates an error.
This is the error from within the error log:
This is the line that it is reffering to:
I will rep+ if you can help.
I cant save anything on my mysql and in the error log it says that it creates an error.
This is the error from within the error log:
Код:
[12:12:07] Passing query INSERT INTO `Accounts` SET ('Username', 'pPass') VALUES('116', '223216267' | [12:12:07] CMySQLHandler::ProcessQueryThread() - Error will be triggered to OnQueryError() [12:12:07] OnQueryError() - Called.
Код:
PlayerInfo[playerid][pPass] = udb_hash(inputtext); format(query, sizeof(query), "INSERT INTO `Accounts` SET ('Username', 'pPass') VALUES('%d', '%s'",GetName(playerid),PlayerInfo[playerid][pPass]); mysql_function_query(g_connectionHandle, query, false, "DefaultCallback", "");