Hey guys i did a command to show me the querys but i get this error
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 ?
HTML Code:
[ERROR] mysql_unprocessed_queries - invalid connection handle (id: 0)
HTML Code:
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;
}