Deployment
FAQ
Frequently asked questions.
QBox, QBCore and ESX. The framework is auto-detected on start — you don't configure it.
No. Detection happens automatically. Just make sure your framework core starts before
alamo-market.Two:
config.lua (all gameplay settings) and html/assets/css/variables.css (colors). Both stay editable. Locale files in locales/ are also editable.Edit the
convenience catalog in Config.ShopCatalogs. Every location using that catalog updates automatically.Add an entry to
Config.ShopLocations with a unique id, coords, and a catalog. See Shop Locations.Yes — add
paymentMethods = { 'card' } to that location. See Payments.Yes — add
jobs = { 'police' } (and optionally minJobGrade). See Job Restrictions.Edit
variables.css. Switch to a built-in preset (Yellow/Green/Blue/Red) or set your own --accent + --accent-rgb. See Color Scheme.Edit the JSON in
locales/ or add a new file and point Config.Locale at it. See Localization.Yes. The server re-validates shop access, payment method, distance, prices and amounts before charging. The client is never trusted.
The item
name in the catalog must exist in your inventory system. A typo means AddItem fails. See Troubleshooting.
