Difference between revisions of "0401"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_LIFE_SAVED''' <hr /> '''Description''' : Increments the number of people saved in an ambulance stat '''Syntax''' : 0401: increment_people_sa...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_LIFE_SAVED'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_LIFE_SAVED
: Increments the number of people saved in an ambulance stat
+
| description = Increments the number of people saved in an ambulance stat
'''Syntax'''
+
| syntax1    = 0401: increment_people_saved_in_ambulance
: 0401: increment_people_saved_in_ambulance
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the "People saved in an Ambulance" stat ([[GXT]] string <code>FEST_LS</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 "People saved in an Ambulance" stat ([[GXT]] key <code>FEST_LS</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, people, life, saved, ambulance, statistics, stat
 
register, save, people, life, saved, ambulance, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 19:55, 10 November 2016

GTA III Vice City REGISTER_LIFE_SAVED


Description
Increments the number of people saved in an ambulance stat
Syntax
0401: increment_people_saved_in_ambulance
Parameter
none

This opcode increments by 1 to the "People saved in an Ambulance" stat (GXT key FEST_LS). 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, people, life, saved, ambulance, statistics, stat