Difference between revisions of "0330"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Sets the player to sprint without tiring | |
− | + | '''Syntax''' | |
− | + | : 0330: set_player [''player handle''] infinite_run_to [''int''] | |
− | | | + | '''Parameter''' |
− | + | : [''player handle''] | |
− | + | :: The handle of the player | |
+ | : [''int''] | ||
+ | :: 0 = disable, {{hint|1|or any value other than 0}} = enable | ||
+ | '''Native analog''' | ||
+ | : [[SET_PLAYER_NEVER_GETS_TIRED]] | ||
− | + | This opcode sets the player's ability to sprint without tiring out. The value set with this opcode is saved in [[Saves (GTA VC)#Block 18: Player Info|block 18 of the save file]] in Vice City. | |
− | |||
− | |||
− | ==Keywords== | + | == Keywords == |
set, toggle, infinite, run, sprint | set, toggle, infinite, run, sprint | ||
+ | |||
+ | [[Category:OpCodes]] |
Revision as of 20:47, 9 December 2011
Description
- Sets the player to sprint without tiring
Syntax
- 0330: set_player [player handle] infinite_run_to [int]
Parameter
- [player handle]
- The handle of the player
- [int]
- 0 = disable, 1 = enable
Native analog
This opcode sets the player's ability to sprint without tiring out. The value set with this opcode is saved in block 18 of the save file in Vice City.
Keywords
set, toggle, infinite, run, sprint