14.06.2015, 04:52
This happens if the query failed.
Try that and tell what happens.
Код:
OnQueryFinish( query[], resultid, extraid, connectionHandle ) OnQueryError( errorid, error[], resultid, extraid, callback[], query[], connectionHandle )
Код:
public OnQueryError( errorid, error[], resultid, extraid, callback[], query[], connectionHandle ) { printf("[SQL-ERR][%s] EID:%d >>%s",callback,errorid,error); print(query); }