This commit is contained in:
Nordi98 2025-07-26 08:56:55 +02:00
parent 2fd4906414
commit 9d4f625a84
962 changed files with 36 additions and 36 deletions

View file

@ -0,0 +1,6 @@
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
SetPedSuffersCriticalHits(playerPedId(), false)
end
end)