Difference between revisions of "0513"

From GTAMods Wiki
Jump to navigation Jump to search
m (so it's a no...)
(page rewrite)
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0513=2,%1g% %2d%
+
| games      = {{Icon|SA}}
| description = Creates a text box with a value
+
| command    = PRINT_HELP_FOREVER_WITH_NUMBER
| p1          = [[GXT]] string
+
| description = Prints a permanent [[Text#Help message|help message]] with one number
| p2          = Value
+
| syntax1    = 0513: show_text_box_1number '[''string'']' number [''int'']
| game        = [[San Andreas]]
+
| p1t        = [''string'']
| native      = [[PRINT_HELP_WITH_NUMBER]]
+
| p1d        = [[GXT]] key
 +
| p2t        = [''int'']
 +
| p2d        = Number which replaces the first GXT string token <code>~1~</code>
 +
| native      = [[PRINT_HELP_FOREVER_WITH_NUMBER]]
 
}}
 
}}
This creates a text box similar to [[03E5]] but has a value you can input.
+
 
 +
This opcode prints a permanent help message, behaving almost like opcode [[0512]] but includes a number that can dynamically change.
  
 
==Keywords==
 
==Keywords==
text, box, help, number
+
show, display, permanent, print, text, box, help, 1number, one, number

Latest revision as of 17:20, 4 June 2016

San Andreas PRINT_HELP_FOREVER_WITH_NUMBER


Description
Prints a permanent help message with one number
Syntax
0513: show_text_box_1number '[string]' number [int]
Parameter
[string]
GXT key
[int]
Number which replaces the first GXT string token ~1~
Native analog
PRINT_HELP_FOREVER_WITH_NUMBER

This opcode prints a permanent help message, behaving almost like opcode 0512 but includes a number that can dynamically change.

Keywords

show, display, permanent, print, text, box, help, 1number, one, number