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:

  1. Anklet not spawning: Check if you have an active license or max 8 player slots

  2. Items not working: Verify inventory integration and item names

  3. Database errors: Ensure MySQL is running and tables are created

  4. 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 areas

  • Router 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