client تفضل الكود
local Url = dxCreateTexture("image/2.png")--هنا اسم الصورة
addEventHandler( "onClientRender", root, function ( )
local x, y, z = 202.54703 ,1879.49707, 17.3-- هنا الاحداثيات
dxDrawMaterialLine3D(x, y, z+0.6, x, y, z+1.5, Url, 1, tocolor(255,255,255,255))
end )