Los Santos Customs Overall by Albigaming98 is add-on mechanic clothing for the male freemode ped mp_m_freemode_01. It does not customize vehicles or add a mechanic job. The supplied resource is lsc_uniform_4c, with upper and lower clothing models and four texture files for each.
Install the server resource
Download the creator repository and copy the inner lsc_uniform_4c folder into your FiveM server resources. Keep fxmanifest.lua, both .meta files, the .ymt and the stream subfolders together. Add ensure lsc_uniform_4c to server.cfg. These are server-streamed clothing assets, not files to place in a local GTA V scripts or mods folder.
The manifest registers SHOP_PED_APPAREL_META_FILE and ALTERNATE_VARIATIONS_FILE. It contains no job, shop, payment or appearance-menu script. Use your existing appearance resource to select the clothing; adding files alone does not configure a staff uniform or restrict it to mechanics. No female freemode assets are included in this source.
Verify clothing indices and combinations
The supplied models use jbib_000 for the upper garment and lowr_000 for the lower garment, each with textures a–d. Do not copy an assumed universal clothing number: global drawable indices can change with game updates. Use your appearance system and, where supported, collection-based natives to identify the loaded collection and local indices.
Preserve pedalternatevariations.meta when testing: it contains male-ped component 5 substitutions associated with this upper garment. Check upper/lower texture pairs, arms, undershirts, accessories, clipping, saved outfits and reconnects on your target build. The file inventory does not prove visual fit or compatibility with every clothing pack.
Reviewed on 10 September 2026 at revision ac8608aa43e54382c44a9559399c8fc9ecdb7b4e. Manifest, clothing metadata, README and asset filenames were inspected and hashed. Binary models and textures were not rendered in FiveM; no universal outfit index or performance result is claimed.