Money color - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Money color (
/showthread.php?tid=390722)
Money color -
Face9000 - 07.11.2012
Hello, just a little help.
Anyone has the rgb color of the money under the health of the player?
I need the exact color of it, thanks!
Re: Money color -
Konstantinos - 07.11.2012
It should be on the hud.txd file, try to read it with an editor or something.
Re: Money color -
weedarr - 07.11.2012
r:66 g:102 b:41
hex: 426629
no need to thank me
Re: Money color -
Niko_boy - 07.11.2012
if you ever used interface editor mod , u would know xD
anyway it is -> 2C 68 36 , Alpha: FF
should be exact
, ripped by "Alexander Blade" - author of that mod
(not sure if i am allowed to discuss mods like that)
Re: Money color -
Face9000 - 07.11.2012
Thanks, how to convert that in like: 0x1229FAFF ?
Re: Money color -
weedarr - 07.11.2012
0x2C6836FF ?
Re: Money color -
Niko_boy - 07.11.2012
"2C 68 36 , Alpha: FF"
use that like:
0x2C6836FF
Re: Money color -
Face9000 - 07.11.2012
Thank you very much! +rep for all.