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

