Hello, I wanted to make a floating image more I've seen the function in the MTA WIKI more only gives error
How I did it
local face = dxCreateTexture("weed.png")
addEventHandler("onClientRender", root,
function()
dxDrawImage3D(-2410.76001, -600.35828, 132.64066, face, tocolor(255,255,255,255))
end
)
More No It works