Common Problems
Last updated
Last updated
Consumables are related to the esx_basicneeds or qb-smallresources script. If the consumable item you are using is not included in these scripts, you won't be able to use the item. Additionally, you can set an item as a consumable in the items.lua file. .
Item İmages(Click me)
You should check the line in the script that is causing the error and adjust the export to make it compatible with my inventory.
This issue is usually experienced by QB users. You can fix this by adjusting the isAdmin function in the server/editable file.
This is not a bug. The first 5 slots are fast slots. Even if the items are removed from your inventory, they won't be removed from the fast slots. When you pick up the same item again, you can use it directly from the fast slot. This way, you don't have to drag items from your inventory to the hotbar repeatedly.
You need to add weapons that can only be used by police to your items.lua
file first, and then adjust the config.weaponPoliceJobs
setting in the inventory config file.
Normal weapon: weapon_pistol
Police weapon: weapon_police_pistol
The common reasons for this error are:
Because you haven’t completed the installation:
Because your Onesync setting is not enabled:
To check, type 'onesync' in the server console and see if it’s active.
Because you don’t have a Patreon key worth at least $15:
Set your server's maximum player limit to less than 7. When the player count is below 7, you can use all of FiveM's paid versions. If it works when set to less than 7, you’ll need a Patreon key for FiveM.
Clothing images in the inventory are showing as boxes. There are a few main reasons for this:
You may not have captured the clothing images. Check here: How to take clothes images.
Your clothes_images
script might not be starting. You may have accidentally deleted important files like the fxmanifest
.
If your machine has a cache/CDN system, your provider may not support a high number of files. (To resolve this, reduce the number of images to 10 and check those images in the game.)
.