21.05.2012, 15:04
right, paste it somewhere in to your GM and paste here the console output;
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
printf("%d %s %d %d %s %s %d", errorid, error, resultid, extraid, callback, query, connectionHandle);
return 1;
}