Common Problems

Please note that most common errors can be caused by a bad installation or a poorly done update, always verify this using the default asset before communicating your problem to us, this will save time.

If you've made it this far, congratulations, you're one of the few customers reading through the documentation and taking an interest in fixing problems that come your way using our resources.

This section is intended for the common problems that some players usually have when using this asset, we ask you to check one by one to find your problem here and save long waits on community tickets. If your problem still persists, do not hesitate to contact us from the Discord community by opening a ticket.


List of common problems

Deploy each section according to your problem, so you will find the solution quickly, each problem has a general and basic solution in its description that will help you solve the case.

Can I make this system exclusive for factions?

Yes, we can make this system exclusive to factions using the config below.

Config.SellOnlyJob = false -- If you enable this, only the Jobs mentioned below will be able to access the seller
Config.SellJobs = { -- Jobs allowed for sale
    ['ballas'] = true,
    -- ['job'] = true,
}
The wholesale vehicle does not give me the keys

This is a very common problem, we must configure the vehiclekeys in conifg/seller.lua in Config.Vehiclekeys, if the vehiclekeys is not listed, we must create our file within client/custom/vehiclekeys/*.lua as in the other examples.

If I use qbcore can I use conventional black_money?

We can do the renaming of item or markedbills system using Config.Markedbills, you can edit this using server/custom/framework/*.lua.

Can I create processes for other different drugs?

No, this is not possible yet, soon perhaps we will be able to make such an improvement.

Plants do not appear in the selected area

Most likely you are limiting the farming of this drug to certain cops and there are no cops online at the time, if this is the case the props will not spawn.

Another possibility is that Config.CircleZones does not have the floors configured within the zone mentioned in the coords value.

Can I add different types of drugs apart from those that already exist?

No, it is not possible at the moment, but we plan to implement this improvement soon.

Last updated