EUP (Emergency Uniforms Pack) and custom clothing let you dress your players in uniforms, outfits and accessories far beyond the base game — essential for police, EMS and detailed RP. This guide covers how to add custom clothing and EUP to FiveM.
What EUP is
EUP is a community clothing pack that adds hundreds of uniform and outfit pieces (police, fire, medical, civilian) as extra clothing drawables for ped models. Custom clothing packs work the same way — they stream additional drawable and texture files that slot into the standard ped component system.
How to install EUP / clothing
- Get the EUP (or custom clothing) resource — it contains the streamed clothing files plus the metadata that registers them.
- Place it in your
resourcesfolder. - Make sure its
fxmanifest.luastreams the clothing files and any required metas. ensureit in your server.cfg.- Match your
sv_enforceGameBuildif the pack requires a specific DLC build.
Wearing the clothing
EUP clothing is applied through the same component slots as any outfit — SetPedComponentVariation for components and SetPedPropIndex for props. You’ll typically use a clothing menu or job script to assign uniforms. Our ped components & props tool documents every slot and generates the calls, and the ped database lists the models EUP applies to (use the freemode models for full clothing support).
Common issues
- Clothing not showing / invisible: usually a game-build mismatch or missing streamed files.
- Texture loss (T-pose / pink): missing texture files or wrong component indices.
- Only works on freemode peds: EUP targets the GTA Online freemode models, not story peds.
Frequently asked questions
How do I add EUP to my FiveM server?
Install the EUP resource, ensure its fxmanifest streams the clothing files, add it to server.cfg, and match your game build if required. Apply the clothing with SetPedComponentVariation via a clothing/job menu.
Why is my EUP clothing invisible?
Usually a sv_enforceGameBuild mismatch or missing streamed files. Confirm the build the pack needs and that the files are streaming.
Does EUP work on any ped?
It’s designed for the freemode models (mp_m_freemode_01 / mp_f_freemode_01), which accept the full clothing range.
Ready to play?
Run your own FiveM server with XGamingServer
Spin up an always-on FiveM server your friends can join in minutes — no port-forwarding, no tech headaches.




