This resource manages outfits and creating your character. Easily configurable by location in the config and features a minimalistic UI for users to understand.
This resource does not manage replacement or add-on clothes! It only manages outfits if you want to learn more about replacement clothes in FiveM click .
Config.ClothingRooms = {
[1] = {
requiredJob = 'police', -- Can be job or gang name
isGang = true/false, -- If above is a gang name then make true
coords = vector3(454.43, -988.85, 30.69),
width = 2,
length = 2,
cameraLocation = vector4(454.42, -990.52, 30.69, 358.48)
},
}