Owned Shops - Troubleshooting - SMX Docs
SMX logo

SMX Documentation

Production-grade Script Knowledge Base

Build 2026.04 Live Docs



Owned Shops

Job Scripts · FiveM Ready

Incident Patterns and Root Causes

NUI not opening

Usually caused by wrong resource folder name. Must be smx-ownedshops.

Startup SQL errors

mysql-async missing or started after script. Fix start order first.

No creator access

Group or ACE permission mismatch in creator panel config.

No target interaction

Interaction mode mismatch. Validate Config.Interaction and active target resource.

Delivery mission blocked

Commonly job inactive, category not unlocked, or truck capacity exceeded.

Stock not updating

Check mission completion path and DB write permissions on stock tables.

Recovery Checklist

# Validate order
ensure mysql-async
ensure es_extended   # or qb-core
ensure smx-ownedshops

# Reset active mission state (player-side)
/deliverycancel
Escalation: If issue persists, capture server log lines around the event name and exact timestamp. This script is heavily event-driven; that context is the fastest path to root cause.