Remove bulletproof helmets

Some helmets can take more then 1 headshot and i did not know how to fix it.
But i found a fix.
All you need te do is put this line in a client script and helmets wont be bulletproof anymore.

SetPedConfigFlag(PlayerPedId(), 438, true)

I hope this helps

4 Likes

What do you mean by client script?

means to put it in a client side script

Yeah but I don’t know what that means lol

https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/

client_scripts {
    'client.lua',
    'client_two.lua'
}
server_script 'server.lua'

so client script is obvious now, you put that line inside it

which client script though? there’s a ton of them? @iSentrie