Need help with the headshot/eating bug in my esx server

so basically when someone is close up and i shoot them in the head in my server they die but when they are a further distance ill hit them and the blood.fx i have goes off but they dont die any help fixing this bug, a friend told me to add a hitbox and to get a redzone hitbox but i cant find any

1 Like

local hit, impactCoords = GetPedLastWeaponImpactCoord(playerPed)

You can use this native. You can calculate the point where the hit occurred.