Display health&armor (exact numbers)
-
Hey! Is there any way that i can see my health and armor in number form?
-
@Gennerator yes, you can enable a display through simple trainer, or if you want something fancy, that's also possible.
-
@stillhere I know that i can display hp with the simple trainer but that wont show my armor nor the exact value of my health. I think that the health value is a 'DOUBLE' type and i would like to get the exact value (eg: 143.41 hp)
-
@Gennerator both Health and Armour are integers, according to the nativeDB.
int GET_ENTITY_HEALTH(Entity entity)
int GET_PED_ARMOUR(Ped ped)