why mysql callback doesnt process?
#9

Quote:
Originally Posted by coakiddo
Посмотреть сообщение
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.
}
You think I must enable cache to use mysql_function_query? But I have seen the a_mysql include
Код:
#define mysql_query(%1,%2,%3,%4) \
	mysql_function_query(%4,%1,false,"OnQueryFinish","siii",%1,%2,%3,%4)
So I think I don't need use cache.
Reply


Messages In This Thread
why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:06
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 02:39
Re: why mysql callback doesnt process? - by jonrb - 23.01.2013, 02:53
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 04:02
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 11:30
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:18
Re: why mysql callback doesnt process? - by B-Matt - 23.01.2013, 15:30
Re: why mysql callback doesnt process? - by coakiddo - 23.01.2013, 15:33
Re: why mysql callback doesnt process? - by yxliang - 23.01.2013, 15:57
Re: why mysql callback doesnt process? - by yxliang - 24.01.2013, 03:10

Forum Jump:


Users browsing this thread: 2 Guest(s)