27.04.2013, 14:08
In order to print the data pertaining to the error using the following (add it in).
Then check the log.
Chances are you are missing a table.
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle) {
printf("EID: %d | Error: %s | Query: %s", errorid, error, query);
return 1;
}
Chances are you are missing a table.