Configuration

Basic Configuration

Framework Selection

Config.Framework = "esx" -- Choose between "esx" or "qb-core"

Inventory System

Config.inventory = "ox_inventory" -- Choose between:
-- "ox_inventory"
-- "qb_inventory"
-- "qs_inventory"
-- "esx_inventory"

SQL Configuration

Config.SQL = "oxmysql" -- Choose between:
-- "oxmysql"
-- "ghmattimysql"
-- "mysql-async"

Debug Mode

Shop Configuration

Target System

Shop Display Settings

UI Configuration

Notification System

Robbery System Configuration

Basic Settings

Robbery Mechanics

Post Box System Configuration

Basic Settings

Vehicle Settings

Shop Types Configuration

Creating a Shop Type

Database Configuration

Required Tables

NF_shop_types

NF_shops_active

Advanced Configuration

Custom Events

Permission System

Troubleshooting

Common Issues

  1. Inventory Not Working

    • Check if the correct inventory system is selected

    • Verify inventory exports are available

    • Check item names match your inventory system

  2. Database Errors

    • Verify SQL configuration

    • Check table structure

    • Ensure proper permissions

  3. Framework Issues

    • Verify framework selection

    • Check framework exports

    • Ensure proper initialization

Debug Mode

Enable debug mode for detailed logging:

Performance Optimization

Security Considerations

  1. Always validate user input

  2. Use proper permission checks

  3. Implement rate limiting

  4. Secure database queries

  5. Validate item transactions

Support

For additional support:

  1. Check the documentation

  2. Review error logs

  3. Contact support with:

    • Error messages

    • Configuration details

    • Steps to reproduce

Last updated