17.07.2013, 12:07
If you have access to console, we have to add some debug
Also check your mysql log file for errors, or add https://sampwiki.blast.hk/wiki/MySQL#OnQueryError
pawn Код:
//before
cache_get_data(rows, fields);
//add
printf("Callback called: with %d rows and %d fields", rows, fields);