Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by wups
Sorry, I didn't have time to check all pages.
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle) { if(errorid==CR_SERVER_LOST) mysql_query(query,resultid,extraid); }
This fixed it, I think i need to do checking if the query failed to much times, to stop it from repeating from itself..
|
I actually used that for my group system loading, but it would bugged after gmx and that came into play, but it bugged the queries
in between the thread. if a query gets called while a thread is being processed, the query fails. that's annoying (no it doesn't always happen, but mostly)