AddHealthConfig — RedM Natives
0x9CBFD5C1 · CFX · client
Adds new health config.
Parameters
| Name | Type | Description |
|---|---|---|
| configName | char* | Name of health config. Cannot be default game health config name. |
| defaultHealth | float | Default health value. |
| defaultArmor | float | Default armor value. |
| defaultEndurance | float | |
| fatiguedHealthThreshold | float | Fatigued health threshold value. |
| injuredHealthThreshold | float | Injured health threshold value. |
| dyingHealthThreshold | float | Dying health threshold value. |
| hurtHealthThreshold | float | Hurt health threshold value. |
| dogTakedownThreshold | float | Dog takedown threshold value. |
| writheFromBulletThreshold | float | Writhe from bulled threshold value. |
| meleeCardinalFatalAttack | BOOL | Melee cardinal fatal attack check value. |
| invincible | BOOL | Invincible value. |
Returns
void