🔴 Tablet won’t open
- Console Error (Client): Check if
fxmanifest.luaload all resources correctly. - Console Error (Server): Often caused by missing database connection or errors in the
editable/files. - NUI Problem: If you hear tablet sounds but see nothing, check your FiveM cache or use
appdata/local/FiveM/FiveM.app/data/cache.
💾 Database Errors
- Unknown column ’…’ in ‘users/players’: Ensure your tables have the appropriate fields. If using a custom framework, you can adjust the queries in the
editable/server/folder. - Table ‘mdt_reports’ doesn’t exist: You didn’t import the
xr-mdt.sqlfile. Import it and restart the server.
⚠️ Notification Problem
- If you don’t see notifications, check if your
ox_libversion is up to date. - In
configs/config.main.lua, changeConfig.Notify.Typeto'qb'or'esx'depending on your framework.
🚑 EMS cannot see their module
- Check if the
ambulancejob is correctly set in your framework. - Ensure the
Config.EnableEMSsection inconfigs/config.main.luais set totrue.
📍 Dispatch not showing blips
- Dispatch blips are only created for the jobs mentioned in the
jobsparameter when calling the export. - Check if you have the correct permissions in
configs/config.lspd.lua(e.g.,dispatch_view = true).
If you still have problems, join our Discord server and check the help (support) channel.
