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

Have you tried giving your array an exact size?
Код:
new g_Items[3][e_Items] =
{
	{"Sandwich", 2663, true},
	{"Kebar Roll", 2769, true},
        {"Burger", 2768, true}
}
I doubt that this would be the problem, but check it anyways.
Also change iLootSpawn to bool since you are using it as bool.
Код:
enum e_Items
{
	iName[20],
	iModel,
	bool:iLootSpawn
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)