22.05.2016, 14:32
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; }