ApplyDamageToPed — FiveM Natives
0x697157CED63F18D4 · PED · all
`` damages a ped with the given amount ---- armorFirst means it will damage/lower the armor first before damaging the player. setting damageAmount to a negative amount will cause the player or the armor (depending on armorFirst) to be healed by damageAmount instead. ` ` NativeDB Added Parameter 4: Any p3 ``
Parameters
| Name | Type |
|---|---|
| ped | Ped |
| damageAmount | int |
| armorFirst | BOOL |
Returns
void