Difference between revisions of "0311"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_JUMP_SPINS''' <hr /> '''Description''' : Saves the highest insane jump rotation '''Syntax''' : 0311: save_jump_rotation [''int''] '''Paramet...")
 
m
Line 2: Line 2:
 
<hr />
 
<hr />
 
'''Description'''
 
'''Description'''
: Saves the highest insane jump rotation
+
: Saves the highest insane jump rotation stat
 
'''Syntax'''
 
'''Syntax'''
 
: 0311: save_jump_rotation [''int'']
 
: 0311: save_jump_rotation [''int'']
Line 9: Line 9:
 
:: Integer value
 
:: Integer value
  
This opcode saves the highest value to the "Max. INSANE Jump rotation" [[List of statistics (VC)|stat]] ([[GXT]] string <code>MXJUMP</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 rotation" stat ([[GXT]] string <code>MXJUMP</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.
  
 
== Keywords ==
 
== Keywords ==
register, save, insane, jump, rotation, spin
+
register, save, insane, jump, rotation, spin, statistics, stat
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 16:16, 28 March 2015

GTA III Vice City REGISTER_JUMP_SPINS


Description

Saves the highest insane jump rotation stat

Syntax

0311: save_jump_rotation [int]

Parameter

[int]
Integer value

This opcode saves the highest value to the "Max. INSANE Jump rotation" stat (GXT string MXJUMP). 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 17 of the save file in GTA III and block 19 in Vice City.

Keywords

register, save, insane, jump, rotation, spin, statistics, stat