[UIG]Neo Posted June 3, 2013 Share Posted June 3, 2013 How to create a progress bar but not with the default MTA progress bar colors, Like i want it black and red. Codes? Link to comment
Tete omar Posted June 3, 2013 Share Posted June 3, 2013 Something like this dxDrawRectangle Link to comment
[UIG]Neo Posted June 4, 2013 Author Share Posted June 4, 2013 Example of a progress bar created using this? Link to comment
PaiN^ Posted June 4, 2013 Share Posted June 4, 2013 create tow rectangles above each other, And then resize the one above when you want the proggres bar to move . Link to comment
Moderators IIYAMA Posted June 7, 2013 Moderators Share Posted June 7, 2013 addEventHandler("onClientRender",root, function () dxDrawRectangle (100, 100, 400, 100) end) 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