16.08.2017, 18:19
So I've been making a furniture system, but when I have to load them, it crashes, this is the line where the crashdetect says that it crash... I don't know what's the problem...
Pawno complies it without errors and mysql have no errors. I have tried printing the information that loads the callback, but all the information is OK...
Код:
id = CreateDynamicObject(HouseFurnitures[ FurnitureData[FurnitureID] ][ModelID], FurnitureData[furnitureX], FurnitureData[furnitureY], FurnitureData[furnitureZ], FurnitureData[furnitureRX], FurnitureData[furnitureRY], FurnitureData[furnitureRZ], cache_get_field_content_int(loaded, "furnitureVW"), cache_get_field_content_int(loaded, "furnitureInt"));