15.06.2013, 22:38
ospawner_page should be set to 0 when first started.
In the while loop ... itemat < sizeof(FurnitureItems) ... instead of ... itemat < gTotalItems
CreateModelPreviewTextDraw(playerid, FurnitureItems[itemat][FurniID], ...
itemat will serve as the place in the array, not the model id.
In the while loop ... itemat < sizeof(FurnitureItems) ... instead of ... itemat < gTotalItems
CreateModelPreviewTextDraw(playerid, FurnitureItems[itemat][FurniID], ...
itemat will serve as the place in the array, not the model id.

