🛠️Installation
Follow the steps below to install and set up the FT Scripts system on your FiveM server.
1️⃣ Download & Extract
Download the script from Keymaster/assets page.
Extract it into your server's
resources
folder.Suggested folder structure:
resources/[ft-scripts]/ft_qb_iclothing
2️⃣ Follow Tutorial
Follow the tutorial video to learn how to install usable clothing item.
If the video didn’t help, follow the step-by-step guide below.
3️⃣ Install Database.
Go to ft_qb_iclothing\INSTALL-FIRST\database.sql
Install SQL in server database
Note: If already installed make sure to drop old TABLE
4️⃣ Configure Cloth Item.
Go to
ft_qb_iclothing\clothing.lua


Open the clothing type you want to make an item for. In this example, we’ll be creating a chain.
Copy an existing item block, as shown above and duplicate that Item.
Rename the key
Ex: chains to skull_chain
Now change Slot and texture number of male or female or both as your need Note: Get slot number from any clothing shop that you using in city
After adding the new chain item, your code should look like this:

5️⃣ Install Inventory Item
Add a new item to your inventory system using the same name you used in
chains.lua
.In this case, we’re adding the item to
ox_inventory
, but the same method applies to other inventory systems as well.
Example: ox_inventory/data/items.lua

6️⃣ Ensure the script in your server.cfg
file.
server.cfg
file.ensure qb-core
ensure ft_qb_iclothing
7️⃣ Done
✅ Restart your server! Spawn new Item that we just create and use it.
To remove that cloth you can use /iclothing
command to bring menu
🎉 Enjoy the script!
Last updated