Native referenceFiveM

ADD_ARMOUR_TO_PED

0x5BA652A0CD14DF2F PED
FUNCTION SIGNATURE
void ADD_ARMOUR_TO_PED(Ped ped, int amount);
Property Value
Native Name ADD_ARMOUR_TO_PED
Hash 0x5BA652A0CD14DF2F
Return Type void
Parameters ped (Ped), amount (int)

Description: ``` Same as SET_PED_ARMOUR, but ADDS 'amount' to the armor the Ped already has.

Back to PED