array sizes do not match, or destination array is too small
#3

Код:
enum e_Items
{
    iName[20],
    iModel,
    iLootSpawn
}

static stock
	g_Items[][e_Items] = {
	{"Sandwich", 2663, true},
	{"Kebar Roll", 2769, true},
        {"Burger", 2768, true}
};
Try using it like this. If it doesn't work, it might be something wrong with CreateItem function.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)