Difference between revisions of "055D"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} {{Icon|SA}} '''MAKE_PLAYER_FIRE_PROOF''' <hr /> '''Description''' : Makes the player fire proof '''Syntax''' : 055D: make_player [''player handle''] fireproof [''i...")
 
m
 
Line 11: Line 11:
 
:: 0 = not fire proof (default), {{hint|1|or any value other than 0}} = fire proof
 
:: 0 = not fire proof (default), {{hint|1|or any value other than 0}} = fire proof
  
This opcode allows the player to be fire proof. Similar to opcode [[02AB]], fire does not reduce the health of the player. Unlike 02AB, the player can still be set on fire and react to the fire, and the opcode's setting can be loaded from a saved game. 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 and [[Saves (GTA SA)#Block 15: Player Info|block 15]] in San Andreas.
+
This opcode allows the player to be fire proof. Similar to opcode [[02AB]]'s fire proof property, fire does not reduce the health of the player. Unlike 02AB, the player can still be set on fire and react to the fire, and the opcode's setting can be loaded from a saved game. 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 and [[Saves (GTA SA)#Block 15: Player Info|block 15]] in San Andreas.
  
 
== Keywords ==
 
== Keywords ==

Latest revision as of 05:56, 15 November 2015

Vice City San Andreas MAKE_PLAYER_FIRE_PROOF


Description

Makes the player fire proof

Syntax

055D: make_player [player handle] fireproof [int]

Parameter

[player handle]
The handle of the player
[int]
0 = not fire proof (default), 1 = fire proof

This opcode allows the player to be fire proof. Similar to opcode 02AB's fire proof property, fire does not reduce the health of the player. Unlike 02AB, the player can still be set on fire and react to the fire, and the opcode's setting can be loaded from a saved game. The value set with this opcode is saved in block 18 of the save file in Vice City and block 15 in San Andreas.

Keywords

set, make, player, fireproof, fire, proof