ESX_ExtraItem- Bullet Proof Vest

Does anyone know how to make it where when u put on armor it doesn’t show the armor vest but u still have the armor on, because I’m tired of these big bulky vests covering the clothes in my server when we use armor. Imgur: The magic of the Internet

i dont want it to put the vest on i just want it to give the armor but dont show it on my outfit

Hi ! i see you wrote this post a long time ago but just in case…

– Start of Bullet Proof Vest
RegisterNetEvent(‘esx_extraitems:bulletproof’)
AddEventHandler(‘esx_extraitems:bulletproof’, function()
local playerPed = GetPlayerPed(-1)

SetPedComponentVariation(playerPed, 9, 27, 9, 2)
AddArmourToPed(playerPed, 100)
SetPedArmour(playerPed, 100)

end)

SetPedComponentVariation(playerPed, 9, 27, 9, 2)  = delete or comment out this line  :)