How to install assets

Our items are FiveM-ready — this means you can simply drag them into your game files and enjoy the new content with minimal effort.
Please note that our items are designed exclusively for use with FiveM, so they are not compatible with other platforms like RAGEMP.
Finally, our content is fully compatible with all major FiveM frameworks. Whether you're using QBCore, ESX, or your own custom framework, everything will work seamlessly.

 

Installing Clothing Pack

Once you've added the clothing pack to your game files, you'll need to add a line to your server.cfg to enable all its features at once.
There's also a convenient trick: you can create a single folder that automatically loads all assets placed inside it!
However, if you prefer to load the asset without using the aforementioned folder method, simply add the following line to your server.cfg:
ensure

For example:
ensure cfx_ar0n_police_uniforms

 

Setting Up an Auto-Start Folder for Your Assets

If you want to create a folder that automatically tags your assets when starting the server, follow these steps:

  1. Create a folder inside the resources directory.

  2. Enclose the folder name in square brackets and choose a name of your preference — for example: [clothes].

  3. Open your server.cfg file and add a line like this: ensure [clothes]

This line ensures that all assets placed in that folder will be loaded automatically after the server restarts.
You can freely unpack and add new assets to this folder without having to modify the server.cfg again.
There's no need to add a new ensure line for each clothing pack you install.

 

Once you've completed one of the above steps, don't forget to restart the server. And there you go — you can enjoy your new assets!