Health regen

Hello there. I am wondering if there is any function in GTA natives that is used to stop health regeneration. I searched through (I think) all natives and didn’t find anything.
Best regards!

Run this in a thread, running every tick.

SetPlayerHealthRechargeMultiplier(PlayerId(), 0.0)
1 Like

thanks, but where do I put this?

I believe I already told you.