Strange rendering when using indexes

Hi! I’m trying to use indexes to render a scene, I create a vbo with all scenes vertices and for all meshes I store the position of the first mesh’s vertex in the VBO. And then I get indexes of all visibles meshes only to draw them. But the rendering is not good. Without undexes it works but I have a strange rendering when I use indexes.