Theme editor

Guide FiveM How to Turn Off Headshot in Your Server

Random threads

Admin

FiveM Pro
Joined
Oct 11, 2024
Messages
155
Reaction score
-1,353
Points
93
Credits
0
Thread owner
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!
gta5headshoot.webp
Code:
> Citizen.CreateThread(function()
>     while true do
>     Citizen.Wait(0)
>     SetPedSuffersCriticalHits(GetPlayerPed(-1), false)
>     end
> end)

Add code any client.lua
or
Download Scripts
 
Last edited by a moderator:

Latest threads

Featured content

Latest threads

Back
Top