05.04.2009, 21:10 
	
	
	
		I found a bug/typo, depending on how you see it.
Line 166 of the include has this:
It should be a ; not a ,
This flags up problems when compiling the PlayerHasItemInInventory(playerid, _itemid) function.
	
	
	
Line 166 of the include has this:
pawn Code:
for(new j, j < 10; j++)
This flags up problems when compiling the PlayerHasItemInInventory(playerid, _itemid) function.

