Support
Inventory Systems
qb-inventory: Full support
ox_inventory: Full support
quasar-inventory: Full support
codem-inventory: Full support
ps-inventory: Full support
lj-inventory: Full support
Target Systems
qb-target: Full support
ox_target: Full support
Dispatch Systems
ps-dispatch: Full support with custom alerts
qb-dispatch: Full support
cd_dispatch: Full support
karma-dispatch: Full support
Troubleshooting
Common Issues:
Anklet not spawning: Check if you have an active license or max 8 player slots
Items not working: Verify inventory integration and item names
Database errors: Ensure MySQL is running and tables are created
UI not showing: Check browser console for JavaScript errors
Debug Mode:
Enable debug mode in config.lua
:
Config.Debug = true
This will provide detailed console output for troubleshooting.
Performance Optimization
Cache System: Enable caching for better performance
Update Intervals: Adjust tracking intervals based on server load
Zone Optimization: Use efficient zone checking algorithms
Database Queries: Optimize queries with proper indexing
Customization
Zone Configuration: Modify
zone.lua
for custom restricted areasRouter Locations: Add new router spawn points in
router/config.lua
UI Themes: Customize colors and styles in CSS files
Animations: Modify animation sequences in configuration files
Last updated