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

You actually can pass data through threaded queries. Refer to the example below.
Код:
mysql_function_query(dbhandle, query3, "OnSuspend", "i", playerid);

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)