Difference between revisions of "0599"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''REGISTER_FIRE_LEVEL''' <hr /> '''Description''' : Saves the highest firefighter level stat '''Syntax''' : 0599: set_highest_firefighter_mission_level [''int'']...")
 
m
 
Line 1: Line 1:
{{Icon|VC}} '''REGISTER_FIRE_LEVEL'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_FIRE_LEVEL
: Saves the highest firefighter level stat
+
| description = Saves the highest firefighter level [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 0599: set_highest_firefighter_mission_level [''int'']
: 0599: set_highest_firefighter_mission_level [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode saves the highest value to the "Fire Truck Mission level" [[List of statistics (VC)|stat]] ([[GXT]] string <code>FIRELVL</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 VC)#Block 19: Stats|block 19 of the save file]].
+
This opcode saves the highest value to the "Fire Truck Mission level" stat ([[GXT]] key <code>FIRELVL</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 VC)#Block 19: Stats|block 19 of the save file]].
  
 
== Keywords ==
 
== Keywords ==
 
register, save, highest, fire, firefighter, firetruck, mission, level
 
register, save, highest, fire, firefighter, firetruck, mission, level
 
[[Category:OpCodes]]
 

Latest revision as of 05:25, 27 November 2016

Vice City REGISTER_FIRE_LEVEL


Description
Saves the highest firefighter level stat
Syntax
0599: set_highest_firefighter_mission_level [int]
Parameter
[int]
Integer value

This opcode saves the highest value to the "Fire Truck Mission level" stat (GXT key FIRELVL). 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 block 19 of the save file.

Keywords

register, save, highest, fire, firefighter, firetruck, mission, level