Nakka Lindo Posted June 1, 2024 Posted June 1, 2024 (edited) function Hud_() local colete = math.floor (getPedArmor (getLocalPlayer())); dxDrawImageSection(653, 354, 51, 51, 0, 0, 51, 51, 'assets/Circle.png', 360/100 * colete, 0, 0, tocolor(21, 4, 252, 255), false) end; addEventHandler('onClientRender', root, Hud_) Edited June 2, 2024 by Lord Henry Link convertido em imagem.
Other Languages Moderators Lord Henry Posted June 2, 2024 Other Languages Moderators Posted June 2, 2024 Já tentou usar dxDrawCircle?
Nakka Lindo Posted June 3, 2024 Author Posted June 3, 2024 19 hours ago, Lord Henry said: Já tentou usar dxDrawCircle ? Obrigado consegui já!
Recommended Posts