So I have 2 methods to do the screen resolution, but which one is better / works better?
local w = 1920
local h = 1080
surface.DrawRect( w * 0.38, h * 0.10, 4.5 * curHealth, 10) -- Health
or
draw.RoundedBox( 0, ScrW() * 0.373, ScrH() * 0.910, ScrW() * 0.039, ScrH() * 0.005, Color( 50, 50, 50, 100))
Does it work both?
Thank you for your quick respond. I understand it now, thank you for helping!
Sorry, you need to Log In to post a reply to this thread.