01.07.2017, 06:27
Thanks for the help but the problem still continues to exist.
The objects are created by:
Let me be clearer.
I GMX the server, it creates. I GMX it the second time. It creates. Third time, it doesn't create. And so on, and so on. It happens randomly and I don't know why.
EVERYTHING loads but the object does NOT create.
The objects are created by:
PHP Code:
FurnitureData[j][furnitureObject] = CreateDynamicObject(FurnitureData[j][furnituresModel], FurnitureData[j][furniturePos][0], FurnitureData[j][furniturePos][1], FurnitureData[j][furniturePos][2], FurnitureData[j][furnitureRot][0],
FurnitureData[j][furnitureRot][1], FurnitureData[j][furnitureRot][2], PropertyData[FurnitureData[j][furniturePropertyID]][propertyInteriorWorld], PropertyData[FurnitureData[j][furniturePropertyID]][propertyInteriorID]);
I GMX the server, it creates. I GMX it the second time. It creates. Third time, it doesn't create. And so on, and so on. It happens randomly and I don't know why.
EVERYTHING loads but the object does NOT create.