(08-14-2019 - 04:51 PM)elmay Wrote:Too Many Quotes (Click to View)
What u want to know
How i now to Put inmrtal
With all that i now Is first i put the inmortal in funcion like
if (Inmortal) {
ENTITY::SET_ENTITY_PROOFS(PLAYER::PLAYER_PED_ID(), 1, 1, 1, 1, 1, 0, 0, 0);
}
else {
ENTITY::SET_ENTITY_PROOFS(PLAYER::PLAYER_PED_ID(), 0, 0, 0, 0, 0, 0, 0, 0);
and Inmortal is a bool
Then
case 1
Inmortal = (!Inmortal)
But i do this and inmortal no whork
:(