Difference between revisions of "0826"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
| ini        = 0826=1, %1h%   
 
| ini        = 0826=1, %1h%   
 
| description = Toggles the HUD.
 
| description = Toggles the HUD.
| p1          = Flag (Integer)  
+
| p1          = Boolean value (0/1)
 
| game        = [[San Andreas]]  
 
| game        = [[San Andreas]]  
 
}}
 
}}
Line 8: Line 8:
  
 
==Sanny Builder Example==
 
==Sanny Builder Example==
 
[[San Andreas]]
 
  
 
<source lang="scm">0826: enable_hud 1</source>
 
<source lang="scm">0826: enable_hud 1</source>
 
==Flags==
 
* '''Flag 0''': Disables the hud<br>
 
* '''Flag 1''': Enables the hud
 
  
 
==Keywords==
 
==Keywords==
 
hud
 
hud

Revision as of 14:20, 7 October 2010

{{{games}}}


Description
Toggles the HUD.
Syntax
{{{syntax1}}}
Parameter

This opcode enables or disables the hud.

Sanny Builder Example

0826: enable_hud 1

Keywords

hud