27.07.2012, 10:10
Put this under mysql_query in OnPlayerConnect
After you connect this will pop up in server console - if the response is diffrent than 0, then query returned an error.
On a sidenote: You've forgotten about executing query in login dialog.
pawn Код:
printf("User %d looked up in database with response %d", playerid, mysql_errno());
On a sidenote: You've forgotten about executing query in login dialog.