Hello, I am adding texture to the models using engineImportTXD, but when I enter the 8th id, no texture is assigned to this model. What is the reason for this?
local txd = engineLoadTXD ("burlova_city.txd")
engineImportTXD(txd, 1879,1947,1881,1902,1930,1880,1905,1938) --not working
local txd = engineLoadTXD ("burlova_city.txd")
engineImportTXD(txd, 1938) --working
bug image https://ibb.co/2gJRrJm