Need Help?
Having trouble with Madonne DOJ? We're here to help! This page provides various support resources and troubleshooting guidance.
Before Requesting Support
Before reaching out for help, please try these steps:
1. Check the Documentation
β Read relevant documentation sections
β Search for your specific issue
β Review configuration examples
2. Enable Debug Mode
Enable debug mode to see detailed error messages:
CONFIG_MADONNE_DOJ = {
DebugMode = true, -- Enable this
}Then restart the script:
restart MS_MaodonneDOJ3. Check Server Console
Press F8 in-game to open the console and look for:
β Red error messages
β οΈ Yellow warnings
π Debug information (if enabled)
4. Reproduce the Issue
Try to reproduce the problem:
Note the exact steps that cause the issue
Check if it happens every time
Test with different users/roles
Document what you were trying to do
Common Issues
Installation Issues
Script won't start / Database errors
Symptoms:
Script fails to load
SQL errors in console
Missing tables
Solutions:
β Verify
db.sqlwas imported correctlyβ Check database credentials in your framework
β Ensure all tables were created
β Check for table name conflicts
Tablet command doesn't work
Symptoms:
/tabletcommand doesn't respondNo interface opens
Solutions:
β Verify command in
config.luaβ Check if player is assigned to a service
β Look for errors in console (F8)
β Ensure script is started after framework
Configuration Issues
Permissions not working correctly
Symptoms:
Users have wrong permissions
Sections not visible
Can't perform actions
Solutions:
β Recalculate permission values
β Verify service configuration
β Check role assignments
Language not changing
Symptoms:
UI still in wrong language
Translations not appearing
Solutions:
β Check
LocaleUivalue inconfig.luaβ Verify language file exists in
/ui/locales/β Ensure JSON syntax is valid
β Restart the script
β Clear browser cache (Ctrl+F5)
Usage Issues
Can't create investigations/documents
Symptoms:
Create button not visible
Nothing happens when clicking create
Save fails
Solutions:
β Check your permissions
β Ensure you're assigned to a service
β Fill all required fields
β Check console for errors
Warrants not being issued
Symptoms:
Can't sign warrants
Issue button not available
Solutions:
β Only justice services can issue warrants
β Verify
isJustice = truein configβ Check if user has
ISSUE_WARRANTSpermission (or is justice)β Ensure warrant is properly filled out
Discord webhook not working
Symptoms:
No notifications in Discord
Webhook errors in console
Solutions:
β Verify webhook URL is correct
β Check Discord server settings
β Ensure webhook wasn't deleted
β Test with a simple message
β Check firewall settings
Performance Issues
Tablet is slow/laggy
Symptoms:
Interface loads slowly
Actions take long time
Freezing
Solutions:
β Check server performance
β Optimize database queries
β Reduce number of records
β Check client-side performance
β Clear browser cache
FAQ
Can I modify the script?
Depends on your license. Check your purchase agreement. Generally:
β You can modify for your server
β You cannot resell or redistribute
β You cannot share modifications publicly
Can I use this with QBCore?
The script may need adaptation for QBCore. Check with support for compatibility.
How many services can I add?
There's no hard limit, but practical considerations:
Keep it reasonable (5-15 services typical)
Too many services can clutter the interface
Consider database performance with many services
Can players change language individually?
No, language is server-wide. All players see the same language configured in config.lua.
Do I need to know coding to use this?
Basic knowledge helps for configuration, but:
Installation is straightforward
Configuration uses simple Lua
No coding needed for daily use
Support available if you get stuck
How often is the script updated?
Updates are released for:
Bug fixes (as needed)
New features (periodically)
Security patches (immediately)
Check Discord for announcements
Thank you for using Madonne DOJ!
We're committed to providing the best law enforcement management system for FiveM.
Developed by M_g for MadonneStudio Β© 2025 - All rights reserved
Last updated