23.01.2013, 15:57
Quote:
You disabled cache.
Код:
mysql_function_query(mysql_Account, query,true, "IsResultExist","i",playerid); Код:
public IsResultExist(handleid) { new rows,fields; cache_get_data(rows,fields); if(rows) { } else { } return 1; // No need for mysql_free_result if you return it. } |
Код:
#define mysql_query(%1,%2,%3,%4) \ mysql_function_query(%4,%1,false,"OnQueryFinish","siii",%1,%2,%3,%4)