scolen Posted April 12, 2023 Share Posted April 12, 2023 How to remove the folded Border on both sides of the gui progress bar https://i.ibb.co/cxQJNR8/mta-screen-2023-04-12-01-05-54.png Link to comment
FLUSHBICEPS Posted April 12, 2023 Share Posted April 12, 2023 use dxDrawRectangle instead 1 Link to comment
coNolel Posted April 12, 2023 Share Posted April 12, 2023 Hey @scolen, Would you share with us the code so that we can help you ? Greetings. Link to comment
scolen Posted April 12, 2023 Author Share Posted April 12, 2023 2 minutes ago, coNolel said: Hey @scolen, Would you share with us the code so that we can help you ? Greetings. progressBar = guiCreateProgressBar(0.03, 0.96, 0.1, 0.02, true, nil,nil,22) guiProgressBarSetProgress(progressBar, 100) Link to comment
coNolel Posted April 12, 2023 Share Posted April 12, 2023 3 minutes ago, scolen said: progressBar = guiCreateProgressBar(0.03, 0.96, 0.1, 0.02, true, nil,nil,22) guiProgressBarSetProgress(progressBar, 100) It seems like guiCreateProgressBar is a built-in function in MTA SA lib, I suggest you to use the "dx" version, you can also modify it in order to suite your server ( position, colors, background, borders etc....) https://wiki.multitheftauto.com/wiki/DxDrawProgressBar Good Luck. 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