Difference between revisions of "0322"
(Created page with "{{Icon|3}} {{Icon|VC}} '''EXPLODE_PLAYER_HEAD''' <hr /> <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| '''Description''' : Kills the player '''Syntax''' : 0322: k...") |
|||
Line 10: | Line 10: | ||
:: The [[0053|handle of the player]] | :: The [[0053|handle of the player]] | ||
− | This opcode kills the player. Contrary to the opcode's name, it does not explode the player's head. In GTA III, using this opcode instantly kills the player no matter what. A gush of blood will squirt out of the neck. In Vice City, this opcode does not instantly kill. It depends on the health of the player and if the player can be damaged. Using this opcode subtracts 330 from the health of the player. This means the player cannot be killed if one's health is over 330. The player can also be not killed if the player is prevented from being hurt, e.g. opcode [[02AB]]. | + | This opcode kills the player. Contrary to the opcode's name, it does not explode the player's head. In GTA III, using this opcode instantly kills the player no matter what. A gush of blood will squirt out of the neck. In Vice City, this opcode does not instantly kill. It depends on the health of the player and if the player can be damaged. Using this opcode subtracts 330 from the health of the player. This means the player cannot be killed if one's health is over 330. The player can also be not killed if the player is prevented from being hurt, e.g. while entering a vehicle and opcode [[02AB]]. If the player is in a car and is below the threshold of 330, the car will instantly stop and the player will fall out of the vehicle as if shot in the head and die. If the player is in a bike and is below threshold, the player will be knocked off the bike and die. |
}}</onlyinclude> | }}</onlyinclude> | ||
== Keywords == | == Keywords == | ||
kill, player, explode, head | kill, player, explode, head | ||
+ | |||
+ | == See also == | ||
+ | * [[0321]], for characters | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 04:02, 28 February 2012
Description
- Kills the player
Syntax
- 0322: kill_player [player handle]
Parameter
- [player handle]
This opcode kills the player. Contrary to the opcode's name, it does not explode the player's head. In GTA III, using this opcode instantly kills the player no matter what. A gush of blood will squirt out of the neck. In Vice City, this opcode does not instantly kill. It depends on the health of the player and if the player can be damaged. Using this opcode subtracts 330 from the health of the player. This means the player cannot be killed if one's health is over 330. The player can also be not killed if the player is prevented from being hurt, e.g. while entering a vehicle and opcode 02AB. If the player is in a car and is below the threshold of 330, the car will instantly stop and the player will fall out of the vehicle as if shot in the head and die. If the player is in a bike and is below threshold, the player will be knocked off the bike and die.
Keywords
kill, player, explode, head
See also
- 0321, for characters