Difference between revisions of "00BA"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>00BA=3,%1g% %2d% %3d%</code><br>
+
{{OpCode
'''Description''': Show styled text<br>
+
| ini        = 00BA=3,%1g% %2d% %3d%
'''Parameter 1''': [[GXT]] string<br>
+
| description = Display a styled text
'''Parameter 2''': Time in millisecond<br>
+
| p1          = [[GXT]] string
'''Parameter 3''': Integer (style of text)<br>
+
| p2          = Time in millisecond
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p3          = Integer (style of text)
 
+
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
This opcode will create a styled text on the screen based on the GXT file.<br>
+
| native      = [[PRINT_BIG]]
 +
}}
 +
This opcode will display a styled text on the screen with the text from the GXT file.
  
 
==Styles of text==
 
==Styles of text==
Line 43: Line 45:
 
|}
 
|}
 
==Keywords==
 
==Keywords==
text, style, styled
+
text, style, styled, big
[[Category:OpCodes]]
 

Revision as of 09:35, 14 January 2010

{{{games}}}


Description
Display a styled text
Syntax
{{{syntax1}}}
Parameter
Native analog
PRINT_BIG

This opcode will display a styled text on the screen with the text from the GXT file.

Styles of text

Vice City San Andreas
Style 1
Style 1
The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
Style 2
Style 2
The text fades in, displays for five seconds, and then fades out. If the time to display is longer than five seconds, it repeats fading in and out until the time has expired.
Style 3
Style 3
The text fades in but will keep on displaying regardless of time set to display it.
Style 4
Style 4
The text pops in and out.
Style 5
Style 5
The text pops in and out.
Style 6
Style 6
The text pops in and out.
Style 7
The text pops in and out.

Keywords

text, style, styled, big