BIT - DOCUMENTATION
  • BIT DOCUMENTATION
  • ℹ️INFORMATION
    • Licensing System
    • Terms of Service
    • Common issues
    • Support
  • ❓HOW TO...
    • Change inventory
      • Add Item
      • Remove Item
    • How to update an asset
    • How to add items
    • Items images
    • Change notifications
  • 🖥️PAID SCRIPTS
    • 💳 BIT-Licenses
      • Installation
      • Commands
      • Triggers & Exports
      • Items
    • 🦠 BIT-Diseases
      • Installation
      • Triggers, Export and Commands
    • 🔓 BIT-Unlock
      • Installation
      • Trigger
      • How it works?
    • 🔊 BIT-Radio
      • Installation
      • Configuration
      • Trigger
      • Items
    • 💊 BIT-DrugsCreator
      • Installation
      • Configuration
      • Trigger
      • Target
    • ⚠️ BIT-Notifications
      • Installation
      • Configuration
      • Trigger
    • 🖐️BIT-InteractiveCity
      • Installation
      • Dependencies
      • Configuration
      • Actions
      • Target
    • 🚘 BIT-UsedCars
      • Installation
      • Dependencies
      • Configuration
      • Target
    • 🗑️ BIT-GarbageJob
      • Installation
      • Dependencies
      • Configuration
      • Target
      • Items
    • 🛠️ BIT-AdvancedTasks
      • Installation
      • Dependencies
      • Custom Voices
      • Custom NPC
      • Rewards
      • Target
    • 🏆 BIT-Rewards
      • Installation
      • SQL
      • Configuration
      • Trigger
    • 📊 BIT-Scoreboard
      • Installation
      • Configuration
    • 🛍️ BIT-Stores
      • Installation
      • Example Items
      • Configuration
      • Create a polyzone
      • Add Items
    • 🔪 BIT-Gangs
      • Installation
      • SQL and Items
      • Configuration
      • Triggers and Exports
    • 💼 BIT-Jobs
      • Installation
      • SQL and Items
      • Create Jobs
      • ProgressBar
      • Configuration
      • Add Jobs
      • Random position
      • Triggers
      • Possible mistakes
    • 🏨 BIT-Motels
      • Installation
      • MLO
      • SQL
      • Configuration
      • Triggers
    • 👗 BIT-ClothingShop v.2
      • Installation
      • Create Images
      • Image Resolution
      • Debug & Test
      • SQL
      • Configuration
      • Possible mistakes
    • ✨ BIT-Creator
      • Installation
      • SQL
      • Configuration
      • Triggers
    • 🏢 BIT-Business 2.0
      • Installation
      • SQL
      • Configuration
      • Colors
      • Income
      • Payment Methods
    • 🚗 BIT-Garage
      • Installation
      • Dependencies
      • Configuration
      • Functions
      • Jobs/Gangs
      • Triggers
      • Commands
      • Possible mistakes
    • 🚘 BIT-VehControl
      • Installation
      • Dependencies
      • Configuration
      • Triggers
      • Possible mistakes
    • 🐾 BIT-Pets
      • Installation
      • SQL
      • Dependencies
      • Configuration
      • Target
      • Triggers
      • Questions
      • Possible mistakes
    • 👮‍♂️ BIT-PoliceMDT
      • Installation
      • SQL
      • Configuration
      • Dependencies
      • Triggers
      • Possible mistakes
    • ⛽ BIT-Fuel
      • Installation
      • Configuration
      • Exports
      • Questions
    • 💰 BIT-Crypto
      • Installation
      • SQL
      • Configuration
      • Triggers & Exports
      • Questions
    • 🚙 BIT-Carrental
      • Installation
      • Configuration
    • 📻 BIT-Carradio
      • Installation
      • Dependencies
      • Configuration
    • 📝 BIT-Reportsystem
      • Installation
      • SQL
      • Configuration
      • Questions
    • 🚦BIT-Drivingschool
      • Installation
      • SQL
      • MLO
      • Configuration
      • Triggers
      • Add routes
      • License Item
      • Transcription
    • ⚓ BIT-BoatSchool
      • Installation
      • SQL
      • Configuration
      • Triggers
      • Add routes
      • License Item
      • Transcription
    • 🛩️ BIT-Flightschool
      • Installation
      • SQL
      • Configuration
      • Triggers
      • Add routes
      • License Item
      • Transcription
    • 🚜 BIT-Dealership
      • Installation
      • Configuration
      • Possible mistakes
    • 🪙 BIT-Coin System
      • Installation
      • Configuration
      • Trigger
    • 🏦 BIT-Bank
      • Installation
      • SQL
      • Configuration
    • 🖥️ BIT-HUD
      • Installation
      • Configuration
      • Triggers
    • 🎮 BIT-Battlepass 3
      • Installation
      • SQL
      • Configuration
      • Commands
      • Triggers
      • Questions
      • Possible mistakes
    • 📋 BIT-Pausemenu
      • Installation
      • SQL
      • Configuration
    • 📦 BIT-TreasureHunting
      • Installation
      • Dependencies
      • Configuration
      • Target
Powered by GitBook
On this page
  1. INFORMATION

Common issues

Common problems that often appear in Fivem scripts, both in ESX and QB

PreviousTerms of ServiceNextSupport

Last updated 4 months ago

ERROR: You lack the require entitlement

Try restarting your server and make sure your server license key is correct. If you bought the resource on the wrong account, you can transfer it to another account on keymaster.

ERROR: Failed to verify protected resource

· Your server artifacts are likely outdated. · Files were possibly corrupted during transfer. Ensure hidden files are copied; the .fxap file in a protected resource must be included. Some FTP programs skip these files. · FileZilla can have problems with encrypted files, tried using

ERROR: Error parsing script / Failed to load script

·Your server artifacts are likely outdated.

ERROR: Attempt to index a nil value (field 'MySQL')

If you use mysql check that in the fxmanifest.lua file in the server_scripts part the following line appears, if not add it and restart the script

server_scripts {
    "@mysql-async/lib/MySQL.lua",
The script starts but does nothing and no error is displayed

This usually happens in scripts like bit-garage, bit-pets, etc.. in which if you don't have enough money for example, you get a notification. But if it is not configured, this notification does not appear and it seems as if the script does not work.

Check if in the config.lua of the script there is the option of notifications. If so, configure it according to the script you normally use to send notifications. Restart the script and check if you get any notifications.

No permissions or commands do not work

This usually happens in QB-Core servers, and it is due to the fact that you do not have the administrator permissions properly configured. To fix it add the following line in the server.cfg of your server:

add_principal identifier.license:03f315c25a9d8..... qbcore.god

Change the license number to your account number. You can find this license from txadmin or from the database. For ESX you can add this:

add_ace group.superadmin "command" allow
add_principal identifier.license:03f315c25a9d8..... group.superadmin
[ESX] Used the getSharedObject event, this event no longer exists!
--If you are using one of the most recent versions of ESX, set the script name. Default = "es_extended"
Config.ESXExport = ""

Modify it as follows and restart the script:

Config.ESXExport = "es_extended"

This is because ESX, since version 1.9, no longer uses the getSharedObject event. To fix this problem, in the config.lua of the script you will see the following option:

ℹ️