SetEntityProofs — FiveM Natives
0xFAEE099C6F890BB8 · ENTITY · all
`` Enable / disable each type of damage. -------------- p7 is to to '1' in am_mp_property_ext/int: entity::set_entity_proofs(uParam0->f_19, true, true, true, true, true, true, 1, true); ``
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| bulletProof | BOOL |
| fireProof | BOOL |
| explosionProof | BOOL |
| collisionProof | BOOL |
| meleeProof | BOOL |
| steamProof | BOOL |
| p7 | BOOL |
| drownProof | BOOL |
Returns
void