Props in R* not working

Hello, i made with map-editor, props for interior, f.e fans,tv, sofa etc (110props) and i place they in stardard R* interior coords: 1060, -3195, -40
But after load to map to fiveM, all props are invisibile when i stay inside interior, when i stay with no-clip outside i see all, and inside interior they exist(i can’t pass through they).
I try to fix this with somethink like this:

Citizen.CreateThread(function()
	Citizen.Wait(100)
	RefreshInterior(GetInteriorAtCoords(1060, -3195, -40))
end)

but nothink change

#Update
I manage to install all props but only a few are showed always, other visibility depends when i stay, what i can do to fix it?

Try this tutorial