Difference between revisions of "0403"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_AMBULANCE_LEVEL''' <hr /> '''Description''' : Saves the highest paramedic mission level stat '''Syntax''' : 0403: save_highest_ambulance_lev...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_AMBULANCE_LEVEL'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_AMBULANCE_LEVEL
: Saves the highest paramedic mission level stat
+
| description = Saves the highest paramedic mission level stat
'''Syntax'''
+
| syntax1    = 0403: save_highest_ambulance_level [''int'']
: 0403: save_highest_ambulance_level [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode saves the highest value to the "Highest Paramedic Mission level" stat ([[GXT]] string <code>FEST_HA</code>). The stat will initially start with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. 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 saves the highest value to the "Highest Paramedic Mission level" stat ([[GXT]] key <code>FEST_HA</code>). The stat initially starts with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. 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, paramedic, ambulance, level, statistics, stat
 
register, save, paramedic, ambulance, level, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 23:50, 27 November 2016

GTA III Vice City REGISTER_AMBULANCE_LEVEL


Description
Saves the highest paramedic mission level stat
Syntax
0403: save_highest_ambulance_level [int]
Parameter
[int]
Integer value

This opcode saves the highest value to the "Highest Paramedic Mission level" stat (GXT key FEST_HA). The stat initially starts with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. 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, paramedic, ambulance, level, statistics, stat