02.10.2011, 05:42
(
Последний раз редактировалось Surferdude; 02.10.2011 в 07:17.
)
I have only called mysql_debug(1) once which is under OnGameModeInit.
The AvoidOOSync(); has this stock
So should I just remove the mysql_free_result from LoadPlayerInfo(iPlayer) or where?
Also where mysql_debug(1); was put, It was put after mysql_connect. Could this have been the cause?
Quote:
Firstly, you're freeing a result that you haven't stored in the first place.
|
pawn Код:
stock AvoidOOSync()
{
mysql_store_result();
mysql_free_result();
return 1;
}
Also where mysql_debug(1); was put, It was put after mysql_connect. Could this have been the cause?