Jump to content

Progress bar in circle


Emilio_M

Recommended Posts

Hi guys.

Today i want to make a progress bar in circle. I try somethings with this : viewtopic.php?f=108&t=33342

I want to make a circle with life and armor ( or other else ranging from 0 to 100 ) like :

0 to 180° = life - who start at 0° ( counterclockwise of a watch )

0 to 180° = armor - who start at 0° ( clockwise )

But, what are calculation and image who i whould take to make it ?

I thinks it's a big question. Thanks all !

Link to comment
  • Replies 68
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I do That :
local hpMin = 176 
    local hpMax = 135 
    local hpRate = hpMin-hpMax 
    local hp = hpMin-((getElementHealth(getLocalPlayer())*hpRate)/100) 
    dxDrawCircle( 220,796,110, 15,0.01,hp,hpMin,tocolor(255,0,0,255)) 

gave right?

Link to comment
Thanks but at 1HP the progress bar isn't correct. Look.

try this

local hp = hpMin-getElementHealth(getLocalPlayer())*hpRate 

Wrong

No errors.

i already try this :

    dxDrawCircle( 220,796,110, 15,0.01,hp,hpMin,tocolor(255,0,0,255)) 

But no change.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...