Not loading MySQL info
#3

Hey, Mencent. Here it is.

pawn Код:
forward OnLoadCarStorage(carid);
public OnLoadCarStorage(carid)
{
    static
        rows,
        fields,
        str[32];

    cache_get_data(rows, fields, g_iHandle);

    for (new i = 0; i != rows; i ++) {
        CarStorage[carid][i][cItemExists] = true;
        CarStorage[carid][i][cItemID] = cache_get_field_int(i, "itemID");
        CarStorage[carid][i][cItemModel] = cache_get_field_int(i, "itemModel");
        CarStorage[carid][i][cItemQuantity] = cache_get_field_int(i, "itemQuantity");

        cache_get_field_content(i, "itemName", str, g_iHandle, sizeof(str));
        strpack(CarStorage[carid][i][cItemName], str, 32 char);
    }
    return 1;
}
I highly doubt the problem is there.
Reply


Messages In This Thread
Not loading MySQL info - by benjaminjones - 30.03.2016, 09:42
Re: Not loading MySQL info - by Mencent - 30.03.2016, 09:51
Re: Not loading MySQL info - by benjaminjones - 30.03.2016, 09:54
Re: Not loading MySQL info - by WeirdestYeti - 30.03.2016, 10:24
Re: Not loading MySQL info - by benjaminjones - 30.03.2016, 11:12
Re: Not loading MySQL info - by theonethatownz - 30.03.2016, 11:17
Re: Not loading MySQL info - by benjaminjones - 30.03.2016, 11:23
Re: Not loading MySQL info - by theonethatownz - 30.03.2016, 11:28
Re: Not loading MySQL info - by benjaminjones - 30.03.2016, 11:30
Re: Not loading MySQL info - by theonethatownz - 30.03.2016, 11:32

Forum Jump:


Users browsing this thread: 2 Guest(s)