Is there anyway to increase max health

i’ve been looking for a script to change the max health because gunfights don’t last long. please help

Try this native.

how do i add this, what do i do with this

Does it work for you?

Pro tip, reduce the damage of weapons instead, there are natives for it

1 Like

Where would i locate the natives for weapon damage?

you can change all ped max health

how would i do that, is it a script? if so can i get it please!

1 Like

First you should set max health
Then you should set player health

SetEntityMaxHealth(PlayerPedId(), 500)
SetEntityHealth(PlayerPedId(), 500)

Tell me the result