Invalid Expression, assumed zero?
#3

Quote:
Originally Posted by Mike861
Посмотреть сообщение
Код:
enum E_CHARACTER_INVENTORY
{
	itemModel,
	itemName[32],
	itemQuantity,
	itemData[248],
	bool: itemExists,
	bool: itemStackable 
}
new InventoryInformation[MAX_PLAYERS][MAX_INVENTORY_ITEMS][E_CHARACTER_INVENTORY];
I have atleast spotted this, you've put a comma on the last value in enum.
I've fixed the issue, I failed to use " data[] = "" ", that was causing the issue including then throwing an AMX issue.
Reply


Messages In This Thread
Invalid Expression, assumed zero? - by zT KiNgKoNg - 26.06.2018, 18:47
Re: Invalid Expression, assumed zero? - by Mike861 - 26.06.2018, 19:09
Re: Invalid Expression, assumed zero? - by zT KiNgKoNg - 26.06.2018, 19:45

Forum Jump:


Users browsing this thread: 2 Guest(s)