Military uniform

Hello, I would like to know where to find the lines of code like it:
SetPedComponentVariation (GetPlayerPed (-1), 11, 32, 0, 2) --Chemise Font
SetPedComponentVariation (GetPlayerPed (-1), 8, 31, 0, 2) --Color + police baton
SetPedComponentVariation (GetPlayerPed (-1), 4, 35, 0, 2) --Pantal Font
SetPedComponentVariation (GetPlayerPed (-1), 6, 10, 0, 2) --Shoes Font
SetPedComponentVariation (GetPlayerPed (-1), 3, 4, 0, 2) - under skin
SetPedComponentVariation (GetPlayerPed (-1), 7, 29, 2, 1) - under skin
SetPedPropIndex (GetPlayerPed (-1), 2, 0, 0, 2)
else
SetPedComponentVariation (GetPlayerPed (-1), 11, 32, 0, 2) --Chemise Font
SetPedComponentVariation (GetPlayerPed (-1), 8, 31, 0, 2) --Color + police baton
SetPedComponentVariation (GetPlayerPed (-1), 4, 35, 0, 2) --Pantal Font
SetPedComponentVariation (GetPlayerPed (-1), 6, 10, 0, 2) --Shoes Font
SetPedComponentVariation (GetPlayerPed (-1), 3, 4, 0, 2) - under skin
SetPedComponentVariation (GetPlayerPed (-1), 7, 29, 2, 1) - under skin
SetPedPropIndex (GetPlayerPed (-1), 2, 0, 0, 2)
But for the military dress thank you in advance