Difference between revisions of "0826"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0826=1, %1h% 
+
| games      = {{Icon|SA}}
| description = Toggles the HUD.
+
| command    = DISPLAY_HUD
| p1          = Flag (Integer)
+
| description = Displays the HUD
| game        = [[San Andreas]]  
+
| syntax1    = 0826: enable_hud [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = 0 = hide, 1 = show
 
}}
 
}}
This opcode enables or disables the hud.
 
  
==Sanny Builder Example==
+
This opcode sets the display of the HUD.
  
[[San Andreas]]
+
== Keywords ==
 
+
set, enable, display, hud
<source lang="scm">0826: enable_hud 1</source>
 
 
 
==Flags==
 
* '''Flag 0''': Disables the hud<br>
 
* '''Flag 1''': Enables the hud
 
 
 
==Keywords==
 
hud
 

Latest revision as of 19:14, 9 June 2016

San Andreas DISPLAY_HUD


Description
Displays the HUD
Syntax
0826: enable_hud [int]
Parameter
[int]
0 = hide, 1 = show

This opcode sets the display of the HUD.

Keywords

set, enable, display, hud