[PROBLEM] Server on HOST isn't working
#3

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:

Код:
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;
}
Seems like query is timeing out, but I don't know how to fix this.
Reply


Messages In This Thread
[PROBLEM] Server on HOST isn't working - by MartiQ - 08.11.2012, 08:50
Re: [PROBLEM] Server on HOST isn't working - by Zircon-Hosting - 08.11.2012, 09:45
Re: [PROBLEM] Server on HOST isn't working - by MartiQ - 08.11.2012, 10:04

Forum Jump:


Users browsing this thread: 2 Guest(s)