Advertisement
Guest User

GTAV html

a guest
Oct 31st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @ikt Oh and regarding this:
  2. Can you string colors and stuff together like ~wn~ or do you need to put them separately, like ~w~~n~?
  3.  
  4. You need to do it seperately. Also, not sure if you knew this but you can use HTML style for that as well, e.g.
  5. <font color='#0F0CCC'>Text</font>
  6.  
  7. or
  8. <font face='$font_name' size='value'>Text</font>
  9.  
  10. or even embed images:
  11. <img src='img://txd_name/texture_name' hspace='value' vspace='value' width='value' height='value'/>
  12.  
  13. Note that the TXD has to be loaded into memory first, of course.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement