kopalov / GTAV-SH-Mod

The Savehouse Mod for GTA V
9 stars 4 forks source link

Add version number to GUI bottom right corner. #74

Closed kopalov closed 8 years ago

hennysmafter commented 8 years ago

Okey so far this is what I got:

UI.SET_TEXT_RIGHT_JUSTIFY(true)
UI._DRAW_TEXT(0.9,0.95)

This will make the text align to the right bottom of the screen and inline.

We need to duplicate the sh.drawhint function and make a sh.extrahint I tried but did not succeeded. So I let you take care of that ;-) While duplicating we need to remove or uncomment UI.SET_TEXT_CENTRE(false)

Interesting link could be: https://www.reddit.com/r/GTAV_Mods/comments/34utdl/does_anyone_know_how_to_make_text_appear_on_the/ And: http://gtaforums.com/topic/803745-text-drawing/page-1#entry1067652024

kopalov commented 8 years ago

Added to shGUI 086_7, but we need to test it on different resolutions. I play on 1900/1080, people with lower res can see it differently.