MySQL no active cache issue
#5

Thanks for the reply, i did that and it shows the correct amount of lines, however now the data shown isn't correct (the first line is duped) and i get the following in my logs:
cache_get_value_name_int: no active cache

pawn Code:
new rows;
    cache_get_row_count(rows);
    if(rows)
    {
        new target, hitprice;
        for(new i; i<rows; i++)
        {
            cache_get_value_int(i, "hitid", target);
            cache_get_value_int(i, "amount", hitprice);
Reply


Messages In This Thread
MySQL no active cache issue - by Adamoneoone - 09.05.2020, 09:58
Re: MySQL no active cache issue - by BaFFyJunior - 09.05.2020, 12:18
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 12:48
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:13
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 13:24
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:27
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 13:31
Re: MySQL no active cache issue - by Calisthenics - 09.05.2020, 13:36
Re: MySQL no active cache issue - by Adamoneoone - 09.05.2020, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)