28.06.2014, 02:06
Put this under OnGameModeInit if you haven't:
Then go in game and run the server, and then go and check mysql_log.txt and show us what it said. Also just add:
Under:
And let us know what that says too.
pawn Код:
mysql_log(LOG_ERROR | LOG_WARNING | LOG_DEBUG);
pawn Код:
printf("%s", query);
pawn Код:
mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid);