GTAG - Modding - Opcode Database - 055F
Opcode Database
055F
| Description | Increases the players armour by the specified amount. |
|---|---|
| Parameters (v2) | 1) Player handle (Integer) (INT) 2) Integer (INT) |
| Games | |
| Category | Common, Player |
| Command Name (IV) | INCREASE_PLAYER_MAX_ARMOUR |
| San Andreas | |
| sascm.ini | 055F=2,increase_player_max_armour %1d% by %2h% |
| Example | 055F: increase_player_max_armour $PLAYER_CHAR by 50 |
| Command Name | INCREASE_PLAYER_MAX_ARMOUR |
| Vice City | |
| sascm.ini | 055F=2,increase_player_max_armour %1d% max_armour += %2h% |
| Example | 055F: increase_player_max_armour $player_char max_armour += 50 |
| Command Name | INCREASE_PLAYER_MAX_ARMOUR |

