I press Spawn and nothing happens / wrong message appears
I press Spawn and nothing happens / wrong message appears
Make sure you are on the latest update (1.2.0+). This version adds a dedicated spawn path for vehicles in garage state and improves plate matching consistency. After updating, do a full resource restart.
Mileage is not showing in the UI
Mileage is not showing in the UI
That is expected if no mileage provider is detected. vPark now auto-hides mileage when no supported script is running.Check
Config.Mileage in config.lua:mode = "auto"to auto-detect known mileage resourcesmode = "manual"to force your own resource + export
Which mileage scripts are supported?
Which mileage scripts are supported?
Auto-detect currently supports:
- jg-advancedmileage
- jg-adavancedmileage (typo-safe fallback)
- jg-vehiclemileage
My framework is loaded but vPark acts like standalone
My framework is loaded but vPark acts like standalone
Set
Config.Framework = "auto" (or explicitly set esx, qb, or qbx) and ensure framework resources start before vPark in server.cfg.Recommended order:- framework/core resources
- dependencies (ox_lib, oxmysql)
- worry_vpark
Do I need an inventory script for this to work?
Do I need an inventory script for this to work?
No. Money handling uses your framework/core, not inventory.
Config.Inventory is for compatibility/helper item checks (VparkInventory) and future integration use.How do I open the UI?
How do I open the UI?
Use command:
/v listOr from another client resource: exports.worry_vpark:OpenList()Why can't I park a vehicle?
Why can't I park a vehicle?
Common causes:
- You are not in the vehicle.
- You are too far from your owned parking spot.
- Vehicle ownership check failed for your framework table.
- Spot is already occupied.
How do I safely restart this resource while testing?
How do I safely restart this resource while testing?
Use a clean restart cycle:
stop worry_vparkensure worry_vpark
I changed config but nothing updated in-game
I changed config but nothing updated in-game
Most config changes require a resource restart (and sometimes full server restart if dependency/start order changed). After restart, re-open
/v list to refresh menu payload.My issue is not listed here
My issue is not listed here
Collect these before asking for support:
- framework type (esx, qb, qbx, standalone)
- current vPark version
- relevant server/client console logs
- your Config.Framework, Config.Inventory, Config.Mileage settings
- reproduction steps
Please reach out to us on Discord or at support@gdinc.dev with the details above and we’ll do what we can to help!