14.06.2013, 18:36
You can't use functions like that in R7, because it doesn't uses non-threaded queries anymore, they were removed. You have to make them threaded (directly in code, not with functions like the one you shown us). (call a callback in mysql_function_query and use cache functions in callback).
EDIT: Take a look there: https://sampforum.blast.hk/showthread.php?tid=337810
EDIT: Take a look there: https://sampforum.blast.hk/showthread.php?tid=337810