What is worng with my GMX?
#1

Why every time i use /gmx i can't back to login in my server?

Код:
CMD:gmx(playerid) {
	new string[80];
	format(string, sizeof(string), "AdmCmd: %s started a GMX.", PlayerName(playerid) );
	SendClientMessageToAll(COLOR_LIGHTRED, string);
	SetTimer("OnGMX", 5000,1);
	return 1;
}
Код:
public OnGMX() {
    SaveHouses();
    SaveORGs();
    SaveServer();
    mysql_close(); // vai fechar a conexгo com o mysql (entгo nгo vai salvar os players qnd der o GMX)
    SendRconCommand("gmx");
}
Show my this errors in mysql.log
Код:
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_format - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_pquery - invalid connection handle (id: 1)
[23:56:36] [ERROR] mysql_close - invalid connection handle (id: 1)
[23:56:48] [ERROR] CMySQLConnection::Connect - (error #1226) User 'port_2538' has exceeded the 'max_user_connections' resource (current value: 5)
[23:56:48] [ERROR] CMySQLConnection::Connect - (error #1226) User 'port_2538' has exceeded the 'max_user_connections' resource (current value: 5)
I'm using ultra-h host...
Reply


Messages In This Thread
What is worng with my GMX? - by ubunttu - 01.07.2016, 04:01
Re: What is worng with my GMX? - by ubunttu - 02.07.2016, 09:23
Re: What is worng with my GMX? - by [cS]Owain - 02.07.2016, 09:43
Re: What is worng with my GMX? - by Konstantinos - 02.07.2016, 09:51
Re: What is worng with my GMX? - by Vince - 02.07.2016, 10:10
Re: What is worng with my GMX? - by LennyBE - 02.07.2016, 20:25
Re: What is worng with my GMX? - by maikons - 03.07.2016, 16:18
Re: What is worng with my GMX? - by ubunttu - 03.07.2016, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)