30.07.2015, 20:38
Those functions are the ones that get called after the query is finished.
mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid);
That function there is the threaded query function. You can see that it calls OnAccountCheck after the query has finished.
mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid);
That function there is the threaded query function. You can see that it calls OnAccountCheck after the query has finished.