GTA scaleforms like notifications, subtitles and help texts support various of stuff like html and images for example check this images of them all combined
HTML
They support some kind of HTML, you can use for example <C>text here</C>
but also stuff like <FONT color='#25566'>
to use more colors than only basic ~r~ and ~g~ for example
It will look something like this
Images
You can also use <img src=''
to show images, this works with texture dicts so first request it using
RequestStreamedTextureDict("Epsilon_Cars")
And after you can use it like this
<img src='img://Epsilon_Cars/Eps3Vacca' height='128' width='244'/>
OpenIV can be used to find them
becomes Epsilon_Cars/Eps3Vacca
Blips
Blips can be used in helptext (not notifications) (subtitles are buggy) and it will be like this
They can be shown using ~BLIP_id~ like ~BLIP_135~ for the cinema for a full list of blips check Blips - Cfx.re Docs
Thanks to
- @sadboilogan for decompiled scaleforms
- @throwarray telling me about <img stuff
- @d0p3t asking if
<C>
works which made me try other stuff
Also the comments contain some usefull stuff by illusive too
EDIT 1: list of lot of stuff supported by scaleforms
EDIT 2: Also works with mugshots if you do like img://pedmugshot_34/pedmugshot_34 for example