Difference between revisions of "0826"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0826=1, %1h% 
+
| games      = {{Icon|SA}}
| description = Toggles the HUD.
+
| command    = DISPLAY_HUD
| p1          = Boolean value (0/1)
+
| description = Displays the HUD
| game        = [[San Andreas]]  
+
| syntax1    = 0826: enable_hud 1
 +
| 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.
  
<source lang="scm">0826: enable_hud 1</source>
+
== Keywords ==
 
+
set, enable, display, hud
==Keywords==
 
hud
 

Revision as of 19:07, 9 June 2016

San Andreas DISPLAY_HUD


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

This opcode sets the display of the HUD.

Keywords

set, enable, display, hud