QBX Customs
Installation
Install qbx_customs on your Qbox server.
Installation
Requirements
- ox_lib — start before
qbx_customs - oxmysql
- qbx_core
Step 1 — Download
Clone or download from GitHub and place the folder in your resources directory as qbx_customs.
Step 2 — server.cfg
Order matters:
ensure ox_lib
ensure oxmysql
ensure qbx_core
ensure qbx_customsStep 3 — Configure
- Zones & prices →
config/shared.lua - Mod / paint lists →
config/client.lua
Keep Z values consistent on each zone’s points — mismatched heights break poly zones.
Step 4 — Restart
Restart the server (or ensure qbx_customs) and enter a configured zone in a vehicle.
Client export
Open customs without a zone (skips zone payment):
local opened = exports['qbx_customs']:OpenMenu()
if not opened then
-- not in a vehicle, or menu already open
end