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
Download our redesigned version of ox_inventory from pinkFrog_inventoryAddon/installation/githubLink.txt
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.luashops.luaweapons.lua
and paste them into the data/ folder of the new version. Do the same with all item images.
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.
Images add to: ox_inventory/web/images/
Step 4: Configuration
Open
pinkFrog_inventoryAddon/shared/config.luafileConfigure our script basing on your needs.

Open ox_inventory
/init.luafileConfigure 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!
It's only EXAMPLE of starting order, should looks similiar but do not copy this.
Save all changes
Go to file ox_inventory
Step 6: Clothing Script Setup
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
Replace this file with illenium-appearance/client/outfits.lua
Replace this file with illenium-appearance/game/nui.lua
Option 2: Follow guide below and do it by yourself
illenium-appearance Guide
Add Clothing Events
Go to
illenium-appearance/client/client.luaand find this below
Paste this event
like on screenshot below!

Go to illenium-appearance/client/outfits.lua and find
function LoadJobOutfit(oData)Paste this event
like on screenshot below!

Go to illenium-appearance/game/nui.lua and find
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]
Replace this file with esx_skin/client/modules/menu.lua
Option 2: Follow guide below and do it by yourself
esx_skin Guide
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]
Replace this file with qb-clothing/client/main.lua
Option 2: Follow guide below and do it by yourself
qb-clothing Guide
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
17Mov_CharacterSystem Guide
Go to
17Mov_CharacterSystem/client/functions.luaand Locate in the file
and copy this code:
To look like this:

Set in
pinkFrog_inventoryAddon/shared/config.lua
rcore_clothing installation
To enable compatibility with the RCore clothing system
Go to
pinkFrog_inventoryAddon/shared/config.luaand set to true to enable RCore clothing compatibilityLocate the file
rcore_clothing/client/impl/impl.luaand 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]
Replace this file with fivem-appearance/client/client.lua
Replace this file with fivem-appearance/client/functions.lua
To enable compatibility with the fivem-appearance system
Go to
pinkFrog_inventoryAddon/shared/config.luaand change skin System to:Locate in the file
fivem-appearance/client/client.luaand replace its contents with the code below.
In the same file locate event:
and replace its content with the code below:
In the same file locate event:
and change whole function with code below:
Open
fivem-appearance/client/functions.luaand 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]
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]
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.
Last updated