local redcircle = dxCreateTexture("poland.png") x,y,z = -1909.58, 882.77, 35.17 size = 2 addEventHandler("onClientRender", root, function() dxDrawMaterialLine3D(x+size, y+size, z-0.95, x-size, y-size, z-0.95, redcircle, size*2,tocolor(255, 255, 255, 255), x, y, z) end)