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 here.
Preview
Configuration
Player Models
Config.ManPlayerModels and Config.WomanPlayerModels are ped models available for the player to change to.
This uses a BoxZone the more width and length the bigger the zone
Clothing Rooms
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)
},
}