Installation Guide

Let's start with the initial installation steps you need to follow to make the script work correctly.

Step 1: Download Our Free Redesign

circle-check

Step 2: Installing Dependencies

Our script requires the following dependencies:

  • ox_lib

  • oxmysql

  • ox_target

  • ox_inventory ← redesigned by us (download in Step 1)

Additionally, we recommend using MariaDB as your Database Management System.



Step 3: Import Old Data

If you used ox_inventory before, simply copy your existing files such as:

  • items.lua

  • shops.lua

  • weapons.lua

and paste them into the data/ folder of the new version. Do the same with all item images.


circle-info

If you want to keep your own items.lua, you must also add our custom items listed below to your existing file.

🧥 Add Clothing and Extra Items

You must add the following items to your ox_inventory/data/items.lua file.

chevron-rightItems.luahashtag

Images add to: ox_inventory/web/images/

file-archive
100KB

Step 4: Configuration

  1. Open pinkFrog_inventoryAddon/shared/config.lua file

  2. Configure our script basing on your needs.

  1. Open ox_inventory/init.lua file

  2. Configure our script basing on your needs.

Step 5: Start order

It's important to start in logical order to prevent any errors in your server console!

circle-info

It's only EXAMPLE of starting order, should looks similiar but do not copy this.

  1. Save all changes

  2. Go to file ox_inventory

Step 6: Clothing Script Setup

circle-info

If your clothing framework or script isn’t listed here, open a ticket on our Discord — we’ll help you adapt it!

illenium-appearance installation

Option 1: Use attached files and replace in script [ONLY FOR FRESH AND LATEST VERSION]

Replace this file with illenium-appearance/client/client.lua

file-download
26KB

Replace this file with illenium-appearance/client/outfits.lua

file-download
4KB

Replace this file with illenium-appearance/game/nui.lua

file-download
4KB

Option 2: Follow guide below and do it by yourself

chevron-rightillenium-appearance Guidehashtag

Add Clothing Events

  1. Go to illenium-appearance/client/client.lua and find this below

  1. Paste this event

    like on screenshot below!

  2. Go to illenium-appearance/client/outfits.lua and find function LoadJobOutfit(oData)

  3. Paste this event

    like on screenshot below!

  4. Go to illenium-appearance/game/nui.lua and find

  1. Paste this event

    like on screenshot below!

esx_skin installation

Option 1: Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION]

file-download
4KB

Replace this file with esx_skin/client/modules/menu.lua

Option 2: Follow guide below and do it by yourself

chevron-rightesx_skin Guidehashtag

We recommend using LATEST and FRESH version of esx_skin to avoid any issues and errors!

Add our Clothing Event

  • Find function Menu:Saveable(submitCb, cancelCb, restrict)

  • Paste this event

    like on screenshot below!


qb-clothing installation

Option 1: Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION]

file-download
77KB

Replace this file with qb-clothing/client/main.lua

Option 2: Follow guide below and do it by yourself

chevron-rightqb-clothing Guidehashtag

We recommend using LATEST and FRESH version of qb-clothing to avoid any issues and errors!

Add Export to Get Data

  • Find local function SaveSkin() and add this code like on screenshot!

  • Paste this event

    like on screenshot below!


17Mov_CharacterSystem Setup

Option 1: Follow guide below and do it by yourself

chevron-right17Mov_CharacterSystem Guidehashtag
  1. Go to 17Mov_CharacterSystem/client/functions.lua and Locate in the file

and copy this code:

To look like this:

  1. Set in pinkFrog_inventoryAddon/shared/config.lua


rcore_clothing installation

chevron-rightTo enable compatibility with the RCore clothing systemhashtag
  1. Go to pinkFrog_inventoryAddon/shared/config.lua and set to true to enable RCore clothing compatibility

  2. Locate the file rcore_clothing/client/impl/impl.lua and replace its contents with the code below.

fivem-appearance (from wasabi) installation

Option 1: Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION]

file-download
11KB

Replace this file with fivem-appearance/client/client.lua

file-download
10KB

Replace this file with fivem-appearance/client/functions.lua

chevron-rightTo enable compatibility with the fivem-appearance systemhashtag
  1. Go to pinkFrog_inventoryAddon/shared/config.lua and change skin System to:

  2. Locate in the file fivem-appearance/client/client.lua

    and replace its contents with the code below.

  3. In the same file locate event:

and replace its content with the code below:

  1. In the same file locate event:

and change whole function with code below:

  1. Open fivem-appearance/client/functions.lua and locate function:

    and change whole function with code below:

qs-appearance installation

Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION]

file-download
766B

Replace this file with qs-appearance\client\custom\inventory\ox_inventory.lua

Set in our config: "qs-appearance" pinkFrog_inventoryAddon/shared/config.lua

crm-appearance installation

Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION]

file-download
6KB

Replace this file with crm-appearance/crm-open/crm-client/crm-main.lua

Set in our config: "crm-appearance" pinkFrog_inventoryAddon/shared/config.lua


tgiann-clothing installation

Use attached file and replace it in script [ONLY FOR FRESH AND LATEST VERSION] Note: The problem is that tgiann didn’t add an export or an editable option for finishing or saving clothes. But I managed to work around it a bit I just don’t like this solution, because even if we don’t change anything and simply close the UI, it still adds the items. Try to get in touch with him to add an export or something in editable.lua that allows checking whether someone saved their skin, because this is only a temporary solution. Once he adds it, please inform me on the ticket.

chevron-rightTo enable compatibility with the tgiann-clothing systemhashtag

  1. Go to pinkFrog_inventoryAddon/shared/config.lua and change skin System to:

  2. Locate in the file tgiann-clothing/client/editable.lua

    and replace its contents with the code below.

Last updated