[HELP] Adding a specific animation for putting on armor

I am trying to add the ‘try_shirt_positive_b’ animation for when i use a body armor in game but i cant quit get it to work. It would be an amazing help if someone can provide me the code to do so.

RegisterNetEvent('esx_extraitems:bulletproof')
AddEventHandler('esx_extraitems:bulletproof', function()
	local playerPed = GetPlayerPed(-1)
	-- insert 'clothingshirt', 'try_shirt_positive_b' anim here
	SetPedArmour(playerPed, 100)
end)

how do you use your body armor ?
per item or how?