Legendary QBCore Valet System — NPC Vehicle Delivery & Street Retrieval Neon UI • NPC valet delivers safely • Street retrieval • Global anti-collision queue • Plug-and-play for latest QBCore servers.
Make your server feel premium.
Legendary QBCore Valet lets players request any owned vehicle and have an NPC valet deliver it to them safely — or retrieve a street-parked car back to a garage. It’s multiplayer-safe with a global delivery queue so cars never spawn on top of each other. Clean UI, clean logs, and fully configurable fees.
Why your players will love it
- One-click delivery: Open the neon UI, pick your vehicle, and the valet drives it to you and parks safely.
- Street retrieval: Left a car outside? Pay a fee and have it recovered to a garage.
- Looks and feels AAA: Futuristic neon interface + subtle watermark (“This Server Is Valet Enabled”).
Why owners/admins will love it
- Global anti-collision queue — deliveries are sequenced server-wide to avoid chaos.
- Production-ready: Robust error handling, safe NPC behaviour, tested with real players.
- Simple config: Set your DeliveryFee and RetrieveFee in config.lua.
- Clean codebase: Client/server split, readable Lua, minimal dependencies.
Features (from the resource)
- Neon Valet UI (html/index.html with app.js/style.css).
- NPC valet driver spawns, navigates, brakes, and hands over the vehicle.
- Street retrieval (despawn by plate → send to a garage).
- Global delivery queue to prevent multi-spawn collisions on busy servers.
- Real-time vehicle list from player_vehicles.
- Admin-friendly logs ([Legendary][qb-valet][DEBUG] ...).
- Watermark notify on player load: “This Server Is Valet Enabled!”
- Configurable fees & branding in config.lua.
Requirements
- QBCore (latest)
- oxmysql (resource export)
- A standard player_vehicles table (QBCore default)
- (Optional) qb-garages style spawns — port, etc.) so it also works without custom garages.
What’s included
qb-valet/
├─ fxmanifest.lua
├─ config.lua (DeliveryFee / RetrieveFee)
├─ client/client.lua (NPC valet + spawn points + UI triggers)
├─ server/server.lua (oxmysql + global valet queue + callbacks)
└─ html/ (index.html, app.js, style.css) (Neon UI)
Quick install (2 minutes)
- Drag qb-valet into your server resources (e.g. [qb]/qb-valet).
- ensure qb-valet
- Restart the server.
Configuration
qb-valet/config.lua:
Config = {}
Config.RetrieveFee = 150 -- Fee to retrieve street vehicle
Config.DeliveryFee = 50 -- Fee to deliver from garage
- Set fees to match your economy.
- Spawn points are already included (motelgarage, casinogarage, airportp, etc.). Add/modify easily in client.lua.
How to use (players)
- Open Valet UI (bind/menu of your choice or use /valet).
- Pick a vehicle → Enter to request.
- Wait while the valet drives and parks your car safely.
- Use Retrieve when you want a street-parked vehicle recovered.
Performance & safety
- Queue-based spawning: Server serialises deliveries to avoid overlap.
- Safe NPC behaviour: Delivery ped brakes, doesn’t slam into players, and recovers from interruptions.
- Error handling with user notifications and server debug logs.
Support
- Custom branding, UI tweaks, or deeper integrations available.
- Contact: LegendaryLtdCompany.com or Payhip messages.
Licensing
Commercial use on your server(s) permitted for buyers. No re-upload / redistribution.
FAQ (pasteable)
Does this work with the latest QBCore?
Yes. Built and tested for current QBCore with oxmysql.
Do I need qb-garages?
Not required. The script ships with its own valet spawn points. You can still align with your garage names/coords if you want.
How do players open the UI?
Use /valet or hook the NUI into your menu/bind. The resource listens for the client event to open.
Will cars crash into each other on busy servers?
No. Deliveries are placed in a global queue and processed one at a time.
Can I change prices?
Yes — edit RetrieveFee and DeliveryFee in config.lua.
Is this encrypted?
No — readable Lua for easy edits. Please don’t redistribute.
Tags:
fivem, qbcore, qbox, valet, npc valet, vehicle delivery, vehicle retrieval, car delivery, street retrieval, gta v roleplay, gta rp script, oxmysql, qb garages, vehicle spawn, valet system, neon ui, premium ui