16.02.2013, 13:45
Hi TTJJ,
i just compiled r15 (shared) myself and after 2 hours the same problem again. I used r14 (static) before -> No kicking problems but crash after few hours.
Could you describe exactly what you changed in order to solve the problem?
The last query which run through was:
To send the query, i'm using the mysql_query macro but this shouldnt be the problem.
i just compiled r15 (shared) myself and after 2 hours the same problem again. I used r14 (static) before -> No kicking problems but crash after few hours.
Could you describe exactly what you changed in order to solve the problem?
The last query which run through was:
PHP Code:
format(query, sizeof(query), "SELECT `Hash` FROM `"#TABLE_ACCOUNT"` WHERE `Name` = '%s' AND `Hash` = MD5('%s');", __GetName(playerid), escape);
pawn Code:
mysql_query(query, THREAD_CHECKPLAYERPW, playerid, g_SQL_handle);