Difference between revisions of "03E5"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 03E5=1,%1g% | description = Creates a text box | p1 = GXT string | game = GTA3, Vice City, San Andreas | native = PRINT_HELP }} This c...)
 
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 03E5=1,%1g%
+
| games      = {{Icon|t}}
| description = Creates a text box
+
| command    = PRINT_HELP
| p1          = [[GXT]] string
+
| description = Prints a [[Text#Help message|help message]]
| game        = GTA3, Vice City, San Andreas
+
| syntax1    = 03E5: text_box '[''string'']'
 +
| p1t        = [''string'']
 +
| p1d        = [[GXT]] key
 
| native      = [[PRINT_HELP]]
 
| native      = [[PRINT_HELP]]
 
}}
 
}}
This creates a semi-transparent black box with white 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 [[03E6]] to immediately remove the text box.
 
  
==Keywords==
+
This opcode prints a help message. It will generate a sound effect and display for a few seconds before fading away. Use [[03E6]] to immediately remove the help message. In San Andreas, [[0989]] can set the width of the message box. In Vice City and San Andreas, help messages cannot be seen while [[02A3|widescreen]] is switched on. In the German version, the font size is smaller than other versions.
text, box, help
+
 
 +
<gallery>
 +
03E5 3.png|GTA III
 +
VC 03E5 Eng.png|Vice City (English, French, Italian, Spanish)
 +
VC 03E5 Ger.png|Vice City (German)
 +
03E5.png|San Andreas
 +
</gallery>
 +
 
 +
There are GXT keys that are actually omitted by this opcode and will not print if you are using "Standard" control configuration. The following table lists the GXT keys that are only visible while in "Classic" controls.
 +
{| class="wikitable"
 +
! {{Icon|3}}
 +
! {{Icon|VC}}
 +
|-
 +
| HELP15<br />GUN_2A<br />GUN_3A<br />GUN_4A
 +
| HELP15<br />GUN_2A<br />GUN_2C<br />GUN_2D
 +
|}
 +
 
 +
== Keywords ==
 +
show, display, print, text, box, help

Latest revision as of 07:40, 14 February 2016

GTA III Vice City San Andreas PRINT_HELP


Description
Prints a help message
Syntax
03E5: text_box '[string]'
Parameter
[string]
GXT key
Native analog
PRINT_HELP

This opcode prints a help message. It will generate a sound effect and display for a few seconds before fading away. Use 03E6 to immediately remove the help message. In San Andreas, 0989 can set the width of the message box. In Vice City and San Andreas, help messages cannot be seen while widescreen is switched on. In the German version, the font size is smaller than other versions.

There are GXT keys that are actually omitted by this opcode and will not print if you are using "Standard" control configuration. The following table lists the GXT keys that are only visible while in "Classic" controls.

GTA III Vice City
HELP15
GUN_2A
GUN_3A
GUN_4A
HELP15
GUN_2A
GUN_2C
GUN_2D

Keywords

show, display, print, text, box, help