06.09.2011, 11:59
Quote:
Look back at my previous posts, I said many times the threading is not fixed as BlueG said it was.. it still has bugs.. using normal queries fixed it.. I did tell kc about it directly on irc, he said it was a weird problem.. yet many users have the problem ;\
|
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
if(errorid==CR_SERVER_LOST) mysql_query(query,resultid,extraid);
}