iFarbod Posted December 11, 2014 Share Posted December 11, 2014 The Title asks it all, i have found somethings, but it's not that i want. First, i want to say, i don't want this one: http://gtag.gtagaming.com/forums/index.php?showtopic=265 I Want to change the HUD Component colors to EXACT colors NOT default colors! Here i explain them all: - Sacky's Limit Adjuster (latest version) I Changed the Health bar's color with it! and it works well. but it hasn't an option for changing the armor and breath bar too And i want the source code that how it changes it. (Source code to do this -in C++) - SA-MP+ by King_Hual Here's the GitHub repo link : (I Found where it does the job, but dunno how) https://github.com/KingHual/SA-MP-Plus/blob/master/Client/CHUD.cpp Thanks. Link to comment Share on other sites More sharing options...
CML99 Posted December 11, 2014 Share Posted December 11, 2014 You can use Interface Editor : http://www.dev-c.com/gtasa/ Just edit the RGB colors/codes, nothing more and there ya' go. Link to comment Share on other sites More sharing options...
iFarbod Posted December 12, 2014 Author Share Posted December 12, 2014 You can use Interface Editor : http://www.dev-c.com/gtasa/ Just edit the RGB colors/codes, nothing more and there ya' go. Yes i Know this, but being Open Source is the goal for me Link to comment Share on other sites More sharing options...
Jack Posted December 12, 2014 Share Posted December 12, 2014 (edited) 0xBAB23C Armour+Clock RGBA0xBAB238 Breath bar - RGBA Taken from here. EDIT: It's also the result of this: 0xBAB22C + 4*ID This might also interest you - Inactive WL star colors: .text:0058DF3B 05C push eax ; a.text:0058DF3C 060 push 0 ; b.text:0058DF3E 064 push 0 ; g.text:0058DF40 068 push 0 ; r.text:0058DF42 06C call _RGBA__set Edited December 12, 2014 by Jack iFarbod 1 Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
iFarbod Posted December 12, 2014 Author Share Posted December 12, 2014 0xBAB23C Armour+Clock RGBA0xBAB238 Breath bar - RGBA Taken from here. EDIT: It's also the result of this: 0xBAB22C + 4*ID This might also interest you - Inactive WL star colors: .text:0058DF3B 05C push eax ; a.text:0058DF3C 060 push 0 ; b.text:0058DF3E 064 push 0 ; g.text:0058DF40 068 push 0 ; r.text:0058DF42 06C call _RGBA__set Yes thanks for that, but how can i change the inactive WL Stars with the way ^^, i mean Assembly. Link to comment Share on other sites More sharing options...
Jack Posted December 12, 2014 Share Posted December 12, 2014 (edited) Just change their RGB values. They're black by default (0 0 0) so put something else - for exmpl gray 125 125 125... Edited December 12, 2014 by Jack Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
CharlesVercetti Posted January 1, 2015 Share Posted January 1, 2015 How about their position addresses? Link to comment Share on other sites More sharing options...
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