Difference between revisions of "0310"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_JUMP_FLIPS'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_JUMP_FLIPS
: Saves the highest insane jump flips stat
+
| description = Saves the highest insane jump flips stat
'''Syntax'''
+
| syntax1    = 0310: save_jump_flips [''int'']
: 0310: save_jump_flips [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode saves the highest value to the "Max. INSANE Jump flips" stat ([[GXT]] string <code>MXFLIP</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 "Max. INSANE Jump flips" stat ([[GXT]] key <code>MXFLIP</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, insane, jump, flip, statistics, stat
 
register, save, insane, jump, flip, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 00:01, 28 November 2016

GTA III Vice City REGISTER_JUMP_FLIPS


Description
Saves the highest insane jump flips stat
Syntax
0310: save_jump_flips [int]
Parameter
[int]
Integer value

This opcode saves the highest value to the "Max. INSANE Jump flips" stat (GXT key MXFLIP). 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, insane, jump, flip, statistics, stat