With this free FiveM script, you can turn off headshots in your server and offer players a more balanced experience. Simply install the code and customize your gameplay settings. Ideal for roleplay servers looking to create a unique environment. Get the code below and start improving your server today!
Code:
> Citizen.CreateThread(function()
> while true do
> Citizen.Wait(0)
> SetPedSuffersCriticalHits(GetPlayerPed(-1), false)
> end
> end)
Last edited by a moderator: