⚠️Common Errors

In this section, you will find answers to commonly encountered issues. Remember that most errors stem from incorrect configuration, lack of required resources, or insufficient modification.

Bear in mind that troubleshooting requires patience and precision. Try to carefully analyze the errors and systematically review possible solutions.

If the issue persists after verifying the configuration and available resources, please contact the support on the VMS Discord.


When trying to open the management menu, I get a ban from qb-management
  1. Go to your qb-management/server/sv_boss.lua

  2. Find these marked lines

if not Player.PlayerData.job.isboss then
    ExploitBan(src, 'GetEmployees Exploiting')
    return
end
  1. Remove them.

Console print: [WARNING] Ignoring vehicle model due to invalid Model

If the vehicle model is available by default in GTA 5 and is on this list (FiveM Vehicles Docs) - it means you have an older build, you need to remove them vehicles from the vehicles table in the database and from config.lua or update the game build. If it's a custom model, it means that this vehicle can't be loaded correctly, in this case, you need to remove the vehicle from the files or repair the model.

Last updated