Difference between revisions of "0901"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>0901=2,%1d% %2d%</code><br>
+
{{OpCode
'''Description''': Sets the player's ability to use the jump key<br>
+
| ini        = 0901=2,%1d% %2d%
'''Parameter 1''': Player handle<br>
+
| description = Sets the player's ability to use the jump key
'''Parameter 2''': Flag<br>
+
| p1          = Player handle
'''Supports''': San Andreas<br>
+
| p2          = Flag (0 = disable key, 1 = enable key)
 
+
| game        = [[San Andreas]]
==Flags==
+
}}
'''Flag 0''': Jump key disabled<br>
+
This opcode can be used to disable the functionality of the jump key in the game. The jump key is [[00E1|key number]] 14 on foot. Disabling it will disable any actions related to the key, including jumping and climbing.
'''Flag 1''': Jump key enabled
 
  
 
==Keywords==
 
==Keywords==
 
set, toggle, player, jump
 
set, toggle, player, jump
 
[[Category:OpCodes]]
 

Revision as of 10:48, 17 December 2009

{{{games}}}


Description
Sets the player's ability to use the jump key
Syntax
{{{syntax1}}}
Parameter

This opcode can be used to disable the functionality of the jump key in the game. The jump key is key number 14 on foot. Disabling it will disable any actions related to the key, including jumping and climbing.

Keywords

set, toggle, player, jump