Difference between revisions of "0404"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_FIRE_EXTINGUISHED''' <hr /> '''Description''' : Increments the number of fires extinguished stat '''Syntax''' : 0404: increment_fires_exting...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_FIRE_EXTINGUISHED'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_FIRE_EXTINGUISHED
: Increments the number of fires extinguished stat
+
| description = Increments the number of fires extinguished stat
'''Syntax'''
+
| syntax1    = 0404: increment_fires_extinguished
: 0404: increment_fires_extinguished
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the "Total fires extinguished" stat ([[GXT]] string <code>FEST_FE</code>). The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City.
+
This opcode increments by 1 to the "Total fires extinguished" stat ([[GXT]] key <code>FEST_FE</code>). The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City.
  
 
== Keywords ==
 
== Keywords ==
 
register, save, fire, extinguished, statistics, stat
 
register, save, fire, extinguished, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 19:56, 10 November 2016

GTA III Vice City REGISTER_FIRE_EXTINGUISHED


Description
Increments the number of fires extinguished stat
Syntax
0404: increment_fires_extinguished
Parameter
none

This opcode increments by 1 to the "Total fires extinguished" stat (GXT key FEST_FE). The stat will initially start with a value of 0. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City.

Keywords

register, save, fire, extinguished, statistics, stat