Difference between revisions of "0330"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>0330=2,%1d% %2d%</code><br>
+
{{OpCode
'''Description''': Sets the player's infinite run<br>
+
| ini        = 0330=2,%1d% %2d%
'''Parameter 1''': Player handle<br>
+
| description = Sets the player to sprint without tiring
'''Parameter 2''': Flag<br>
+
| p1          = Player handle
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p2          = Flag
 
+
| game        = GTA3, Vice City, San Andreas
 +
| native      = [[SET_PLAYER_NEVER_GETS_TIRED]]
 +
}}
 
This opcode sets the player's ability to sprint without tiring out.
 
This opcode sets the player's ability to sprint without tiring out.
  
Line 13: Line 15:
 
==Keywords==
 
==Keywords==
 
set, toggle, infinite, run, sprint
 
set, toggle, infinite, run, sprint
 
[[Category:OpCodes]]
 

Revision as of 01:14, 30 December 2008

{{{games}}}


Description
Sets the player to sprint without tiring
Syntax
{{{syntax1}}}
Parameter
Native analog
SET_PLAYER_NEVER_GETS_TIRED

This opcode sets the player's ability to sprint without tiring out.

Flags

Flag 0: Disables infinite run
Flag 1: Enables infinite run

Keywords

set, toggle, infinite, run, sprint