dxDrawRectangle( X - 30, Y - 20, 60, 10, tocolor( 0, 0, 0, 120) )
local health = exports["extra_health"]:getElementExtraHealth(v)
local lineLength = 56 * ( health / 10000 ) -- line 12
dxDrawRectangle( X - 28, Y - 18, lineLength, 6, tocolor( 255, 0, 0, 100 ) )
outputChatBox(tostring(health))
what does this output?