Ft Scripts
CtrlK
  • Welcome to Ft-Scripts Documentation
  • 🍔Business-V2
    • ESX
      • 🛠️Installation
      • ❓Common Questions
      • ⚠️ Common Issues
      • 📄Config
    • QBCore
      • 🛠️Installation
      • ❓Common Questions
      • ⚠️ Common Issues
      • 📄Config
  • 🛠Creators
    • Soon
  • Recources
    • 📂OverView
      • 🔰Admin Menu
      • 👔IClothing
        • ESX
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
        • QBCore
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
      • 📦Starter Pack
        • ESX
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
        • QBCore
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
      • 💳Id Card
        • ESX
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
        • QBCore
          • 🛠️Installation
          • ❓Common Questions
          • ⚠️ Common Issues
      • 🔔Notification
        • ESX
          • 🛠️Installation
          • 📥Expots
            • Client
            • Server
        • QBCore
          • 🛠️Installation
          • 📥Expots
            • Client
            • Server
      • ⛅Weather System
        • ESX
          • 🛠️Installation
          • 📥Expots
            • Client
            • Server
        • QBCore
          • 🛠️Installation
          • 📥Expots
            • Client
            • Server
  • Events / Fun
    • 🔫Military Event
Powered by GitBook
On this page
  1. Recources
  2. 📂OverView
  3. 👔IClothing
  4. ESX

⚠️ Common Issues

Item is not usable

Make sure the item spawn name in your inventory matches the one you added in your clothing folder file exactly.

Example: If your clothing file uses 'skull_chain', your inventory item must also be named 'skull_chain'.

  • ✅ Correct

['skull_chain'] = {
  label = 'Skull Chain',
  ...
}
  • ❌ Incorrect (won’t work)

['skullchain'] = {
  ...
}
Previous❓Common QuestionsNextQBCore

Last updated 28 days ago