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
if not Player.PlayerData.job.isboss then
ExploitBan(src, 'GetEmployees Exploiting')
return
end
Remove them.
[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.
Some vehicles show as undefined
If the vehicle is not available on your server, it might not have been started properly. Also, if it's a vanilla GTA vehicle, your game build might be outdated.
I can't purchase a vehicle
Configure notification system to see message why you can't buy in config.client.lua - CL.Notification.
Add enough money to yourself.
Make sure you have the required license to purchase the vehicle - if you do not want a license to be required, go to section Adjusting Required Licenses.