16.10.2013, 21:03
This typing of function won't work with the cache functions, technically.
You can use the latest version and use y_inline in order to make it work, though. I believe it would be something like this:
Haven't done that in awhile though, so it could be wrong.
You can use the latest version and use y_inline in order to make it work, though. I believe it would be something like this:
pawn Код:
inline Response()
{
// query code
}
mysql_tquery(connectionHandle, "SELECT `value` FROM `table`", using inline Response, "", "");