Search the Community
Showing results for tags '2d'.
-
One of the most beautiful examples, that you can script EVERYTHING in MTA. This is how racing would look from Top Down View perspective. Map and script made by [uDka]lukum and it's available on the uDka Racing Server!
-
local redcircle = dxCreateTexture("teszt.png") addEventHandler("onClientRender", root, function() dxDrawMaterialLine3D(-1989.73804, 214.91431, 50,-1989.73804, 214.91431,43.1096496582031, redcircle, 6, tocolor(255,255,255),0,5,6) end) I change numbers, but i cannot rotate the image... how to rotate the image? sorry for my bad english..