Difference between revisions of "0322"

From GTAMods Wiki
Jump to navigation Jump to search
(02AB does not prevent from being killed with 0322, only 01b4 does, at least in III?)
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. 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.
+
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 [[01B4]]. 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>
  

Revision as of 21:56, 27 June 2015

GTA III Vice City EXPLODE_PLAYER_HEAD


Description

Kills the player

Syntax

0322: kill_player [player handle]

Parameter

[player handle]
The 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. while entering a vehicle and opcode 01B4. 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