Difference between revisions of "03E5"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
| description = Creates a text box | | description = Creates a text box | ||
| p1 = [[GXT]] string | | p1 = [[GXT]] string | ||
− | | game = | + | | game = [[GTA 3]], [[Vice City]], [[San Andreas]] |
| native = [[PRINT_HELP]] | | native = [[PRINT_HELP]] | ||
}} | }} | ||
− | This creates a semi-transparent black box with | + | This creates a semi-transparent black box with light gray letters at the top left part of the screen. It is mainly used to display instructions. It will display for a few seconds before fading away. Use [[0512]] for a permanent text box and [[03E6]] to immediately remove the text box. In San Andreas, [[0989]] can set the width of the text box. The default text color in the text box is gray, which uses the [[GXT#Symbols & Colorcodes (Control Character)|color code]] ~w~ in the GXT file. |
[[Image:03E5.png|none|Text box]] | [[Image:03E5.png|none|Text box]] | ||
==Keywords== | ==Keywords== | ||
− | text, box, help | + | show, display, print, text, box, help |
Revision as of 20:44, 17 December 2009
{{{games}}}
- Description
- Creates a text box
- Syntax
- {{{syntax1}}}
- Parameter
- Native analog
- PRINT_HELP
This creates a semi-transparent black box with light gray letters at the top left part of the screen. It is mainly used to display instructions. It will display for a few seconds before fading away. Use 0512 for a permanent text box and 03E6 to immediately remove the text box. In San Andreas, 0989 can set the width of the text box. The default text color in the text box is gray, which uses the color code ~w~ in the GXT file.
Keywords
show, display, print, text, box, help