Offline ban system, can't get it to work
#5

mysql_function_query is a threaded function which receives data through a callback rather than halt the server while performing the query.

Код:
mysql_function_query(dbhandle, query3, "OnSuspend", "");

forward OnSuspend();
public OnSuspend()
{
        // get the cache data and do whatever other needed operations
        return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)