08.11.2012, 10:04
I fixed the problem already, but I got another problem, which is BIG.
When I start the server everything seems alright. But when I connect it shows me:
Seems like query is timeing out, but I don't know how to fix this.
When I start the server everything seems alright. But when I connect it shows me:
Код:
public loginCheck(playerid) { // This function will be used to see if the query times out. // Ban check step if(GetPVarInt(playerid, "bcs") == 0) { // If it's 0, we have a problem. ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "MySQL problem!", "You missed a step! Here's a list of the potential causes:\n\n- the MySQL connection details are invalid\n- the database dump wasn't imported correctly\n- an unexpected error ocurred\n\nPlease revisit the installation instructions.", "OK", ""); } return 1; }