Query problem
#1

Hey guys i did a command to show me the querys but i get this error

Код HTML:
[ERROR] mysql_unprocessed_queries - invalid connection handle (id: 0)
Код HTML:
CMD:test(playerid)
{
	foreach(new i : Player)
    {
		new msg[60];
		format(msg, sizeof(msg), "Ticks: %d | Queryes: %d", GetServerTickRate(), mysql_unprocessed_queries(i));
	    SCM(playerid, -1, msg);
	}    
	return 1;
}
what could be the problem ? , and the ticks: are 190 - 200 is that ok ? cause i started a grandlarc gamemode and i had the same ticks: should be ok ?
Reply


Messages In This Thread
Query problem - by StR_MaRy - 24.06.2017, 18:24
Re: Query problem - by Vince - 24.06.2017, 18:28
Re: Query problem - by StR_MaRy - 24.06.2017, 18:29
Re: Query problem - by Vince - 24.06.2017, 18:36
Re: Query problem - by StR_MaRy - 24.06.2017, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)