Booo Posted September 25, 2012 Share Posted September 25, 2012 addEventHandler( "onClientResourceStart", getRootElement( ), function () progressBar = guiCreateProgressBar(0.5, 0.5, 0.1, 0.2, true) guiProgressBarSetProgress(progressBar, 50) guiSetProperty(progressBar,"BackgroundColours","FFFF0000") end ) I need such sa-mp Link to comment
manve1 Posted September 25, 2012 Share Posted September 25, 2012 you haven't made that the health would go up and down EDIT: use dxDrawRectangle <<== should work for the outline of the health... btw there is already resource made for MTA ... https://community.multitheftauto.com/ind ... ls&id=5673 the script is for: name tag, health bar, armor bar. Link to comment
Booo Posted September 25, 2012 Author Share Posted September 25, 2012 you haven't made that the health would go up and down EDIT: use dxDrawRectangle <<== should work for the outline of the health... btw there is already resource made for MTA ... https://community.multitheftauto.com/ind ... ls&id=5673 the script is for: name tag, health bar, armor bar. are you kidding me? i need used ProgressBar with guiCreateWindow . Link to comment
Renkon Posted September 25, 2012 Share Posted September 25, 2012 is it supposed to be Healthbar? Link to comment
Booo Posted September 25, 2012 Author Share Posted September 25, 2012 is it supposed to be Healthbar? no .! Link to comment
Renkon Posted September 25, 2012 Share Posted September 25, 2012 Then what do you want to do with it? Link to comment
Booo Posted September 25, 2012 Author Share Posted September 25, 2012 Then what do you want to do with it? with fuel system Link to comment
Castillo Posted September 26, 2012 Share Posted September 26, 2012 He wants to make a progress bar like that one. You can either use: dxDrawRectangle Or two GUI images ( black and red ): guiCreateStaticImage Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now