Bullet penetration

Some helmets on my server act as “bullet proof” that reduce the damage that is inflicted on the player when they are shot in the head, for example an ap pistol will 1 shot ( 200 hp 100 armour) someone when they are shot in the head with no helmet but someone wearing a certain helmet will take 3-4 headshots to die.

Is this something I need to look at in my weapon meta files or is this a clothing issue?

1 Like

hello, can u give me link to download “bullet proof helmets” script?

These helmets are not scripts, they are clothing. If you use some helmets you may not get 1 shotted, only if server does not override damage.

Clothes cannot override the damage multiplier. That needs to be done through coding:

Weapon modifier, while somewhat good example, can and will lead to some interesting stuff happening with damage sync. By overriding I meant server-side, not client-side. Can be done with playing with damage event on server, I’ve seen servers doing it and with some workarounds it worked well

Update, calling

SetPedConfigFlag(PlayerPedId(), 438, true)

every frame will disable the “helmet armour”

what config file do i put that in?

did u find where to put that in?