Basically, a script that when you enter the server your health is increased so you don’t die easily and make it editable as well to change the players health. This script will be meant for scripthook disabled.
2 Likes
would be nice to have, im looking for something like this too
1 Like
did you have one? i really need that i can pay like 4 $
Citizen.CreateThread(function()
while true do
SetPedMaxHealth(GetPlayerPed(-1), variable)
SetPlayerMaxArmour(PlayerId(-1), variable) – this is also useful if you want to increase armor
Citizen.Wait(5000) – Wait time doesn’t matter it’s to prevent the simple function from crashing.
end
end)