This commit is contained in:
Nordi98 2025-07-26 08:55:30 +02:00
parent 78e76690c3
commit 2fd4906414
579 changed files with 6943 additions and 6950 deletions

View file

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