Changing DLL color (read inside)

Status
Not open for further replies.

Higuys14

Active member
Joined
Jan 19, 2014
Messages
115
Reaction score
0
Hey well I've seen this CLEO modification http://ugbase.eu/Thread-Car-HP-Indicator-cs?highlight=cardl I was wonder if there's a way to change the green car health percent for any other color in example blue, if so could you tell me how to do this please?
 

TraCerX

Active member
Joined
Oct 17, 2014
Messages
114
Reaction score
0
Download that cleo script
Download sanny builder, locate gta sa directory.
Open downloaded cleo script with sanny builder.
Go to line: 65  
Should be this text" 0340: set_text_draw_RGBA 0 255 0 255 " - without quotes.
RGBA 0 255 0 255 means that color is green as we can see here: http://i.imgur.com/QhaKGUq.png
Go here to pick color: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
Pick your color but i suggest you to use this color: http://i.imgur.com/Uc9Mta3.png  -   RGBA 0 0 255 255
So change "0340: set_text_draw_RGBA 0 255 0 255" to "0340: set_text_draw_RGBA 0 0 255 255"
Should look something like this: http://i.imgur.com/EIyJq5X.jpg
Hold CTRL+S on keyboard to save file and press F7 to compile it from txt to .cs and make sure you paste it to CLEO directory.
You can download mine from attachments if you do not understand what i wrote above.
 

Attachments

  • Car-HP Indicator.cs
    20.4 KB · Views: 17

Higuys14

Active member
Joined
Jan 19, 2014
Messages
115
Reaction score
0
Thank you for this comment I really appreciate it! ,let's say I wanna change the color for some other CLEO modification, does it work the same way?
 

TraCerX

Active member
Joined
Oct 17, 2014
Messages
114
Reaction score
0
No it doesn't work the same way but if you have any other problem feel free to PM me.
 
Status
Not open for further replies.
Top