iSmokee Posted June 22, 2015 Share Posted June 22, 2015 Hola a todos lo que me gustaria saber es como puedo hacer que gire mi imagen de dxDrawImage3D si alguien me podria ayudar se los agradeceria mucho. eso quiero que gire http://prntscr.com/7jsds3 Link to comment
iSmokee Posted June 22, 2015 Author Share Posted June 22, 2015 local white = tocolor(255,255,255,255) local x, y, z = 2510.9052734375, -1691.3916015625, 12.6 -- coordenadas de la imagen local g_race = dxCreateTexture("gfx/Images/circle_race.png") function dxDrawImage3D(x,y,z,w,h,m,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z return dxDrawMaterialLine3D(x,y,z, lx, ly, lz, m, h, c or white, ...) end addEventHandler("onClientRender", root, function() dxDrawImage3D(x , y, z , 1, 6, g_race, tocolor(255,255,255,150),0, x, y, z +0.5) end) jajaja creo que no Link to comment
Recommended Posts