Is it possible to block auto regen?

Hello I would like to know if anyone knows how to block auto regen?
Because when passing below 50% of HP.
If we stay on the spot the character returns to 50% of HP.

This native exists. Not sure if you could use it to your advantage. Will let you know if I find anything else.

SET_PLAYER_HEALTH_RECHARGE_MULTIPLIER(player, regenRate)

Thank you very much, I will look for this side too. And I would post the solution if I find it.

SetPlayerHealthRechargeMultiplier(PlayerId(), 0)

In Lua! :slight_smile: