20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†
20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†20% Discount on all scripts!โ—†
Packagesv

AC Burgershot - Drive-Thru Addon

๐Ÿš— AC Burgershot โ€” Drive-Thru Addon The first fully-documented, mechanically complete drive-thru for FiveM restaurants. No vague 3-bullet marketing โ€” every iโ€ฆ

View Preview
AC Burgershot - Drive-Thru Addon
v
No exploits
Server-side validated
Logic and validation on the server. Tampered clients can't force outcomes.
2-min setup
Drop-in install
Ensure the resource, edit config.lua, restart. No framework rewrites required.
Compatible
Framework-agnostic
Tested across modern FiveM builds in production.
Performance
Sub-millisecond impact
Lightweight by design. Won't move the needle on resmon.
01 / Overview

What it actually does

๐Ÿš— AC Burgershot โ€” Drive-Thru Addon The first fully-documented, mechanically complete drive-thru for FiveM restaurants. No vague 3-bullet marketing โ€” every interaction, every visual, every anti-abuse rule is explained. Requires AC Burgershot base script (sold separately on this store). โš  Important โ€” Requires Base This is an addon that plugs into the AC Burgershot base restaurant script via its public exports. You MUST own the base script for this to work. ๐Ÿ‘‰ https://scripts.aczone.xyz">Get AC Burgershot โ€” Full-Loop Cook & Serve Restaurant ๐ŸŽฏ What it does Customers drive up to a speaker box , press E to order from the regular menu (with drive-thru styling), then drive to the pickup window when their order is ready and press E to pay + collect โ€” without ever leaving their vehicle. Cooks see drive-thru orders in their tablet flagged with a ๐Ÿš— badge , prepare them at the same stations, then serve to a separate kitchen-side serve point dedicated to the drive-thru window. โญ Why this beats existing drive-thru scripts Most "drive-thru" scripts on Tebex are 100-line releases with vague marketing ("multiple locations", "great RP", "highly customizable") and zero documentation of how the ordering actually works. This one documents everything: Feature Most others Us Documented ordering mechanic โŒ โœ… NUI menu reuse with drive-thru styling Vehicle requirements โŒ โœ… Driver seat enforced Speaker vs window separation โŒ โœ… Two distinct interaction points Visual indicators โš  basic โœ… Pulsing ground markers + floating prop + minimap blip Auto-cancel rules โŒ โœ… Distance + grace timer + disconnect handler Anti-abuse โŒ โœ… Server-authoritative everything Integration with base order system โŒ standalone โœ… Full state-machine + tip routing + XP integration Configurable surcharge โŒ โœ… Default +10%, fully configurable ๐ŸŽฎ The Drive-Thru flow Customer in driver seat approaches the speaker box [E] ๐Ÿš— Order at Speaker textUI prompt appears (no ox_target โ€” clean in-vehicle UX) Press E โ†’ base menu opens with drive-thru styling (๐Ÿš— DRIVE-THRU pill in header) Customer confirms cart โ†’ order placed with channel = 'drive_thru' flag Workers get a ๐Ÿš— notification that a new drive-thru order has hit the kitchen GPS blip appears on the customer's minimap pointing to the pickup window Yellow ground marker at the window shows where to wait while cooking Cook accepts on tablet โ†’ makes items via the regular stations (with the 5-stage quality mini-game from base) Cook walks to the drive-thru serve point (kitchen-side green marker) โ†’ clicks "Serve to Window" Order goes READY โ†’ yellow marker turns red and pulses Customer drives to the window โ†’ [E] ๐Ÿš— Pay & Collect prompt appears Press E โ†’ base payment dialog opens โ†’ cash/bank/tip โ†’ items go to customer inventory ๐Ÿ›ก Anti-abuse (built in) Auto-cancel by distance : customer leaves the configurable area (default 200m) for more than 30s โ†’ order voids automatically, ingredients lost Auto-cancel on disconnect : customer DCs mid-order โ†’ order voids Server-authoritative coords : all interactions validated server-side; client can't hand-fire pay events One-at-a-time : customer can have only one active drive-thru order ๐ŸŽจ Visual indicators Speaker box : yellow pulsing ground circle + floating paper-bag prop bobbing above the cone Pickup window : yellow circle while cooking, switches to red pulsing when order is READY Cook serve point : green ground circle (kitchen-side) visible only to the assigned cook Minimap : small static blip pointing to the pickup window once your order is placed All markers auto-scale, color-shift on state changes, and hide when not relevant. โš™ What's in Config Config.DriveThru = { speaker = { coords = ..., size = ... }, -- where to press E to order window = { coords = ..., size = ... }, -- where to press E to pay cookServe = { coords = ..., size = ... }, -- kitchen-side serve point autoVoid = { center = ..., -- distance check origin radius = 200.0, -- meters graceMs = 30 * 1000, -- must be outside for this long }, } Config.DriveThruSurcharge = 10 -- % markup on drive-thru orders Config.AutoVoidPollMs = 10 * 1000 -- poll interval Ships pre-configured for the Vespucci BurgerShot MLO drive-thru lane. Change coords for any custom interior. ๐Ÿ“ฆ What you're buying Escrowed Lua (server + client) โ€” your IP is protected Open config/config.lua โ€” full coord + pricing customization Open README โ€” install + customization guide ~7 KB total package โ€” clean code, no bloat Free v1.x updates included ๐Ÿ”Œ Dependencies AC Burgershot (this addon's base script โ€” sold separately on this store) ox_target (for the cook serve-to-window prompt โ€” base already requires it) ox_lib (for textUI prompts and notifications โ€” base already requires it) No new dependencies beyond what the base script already needs. ๐Ÿ“บ Preview [Embed your drive-thru gameplay video here once recorded] ๐Ÿ’ฌ Support Discord: https://discord.gg/xncyHy4ppM >

02 / Features

Built into every install

03 / Preview

See it in motion

AC Burgershot - Drive-Thru Addon
v
04 / Reliability

What you can expect

Optimized Execution

Runs lean even at peak server load.

Stable Runtime

Battle-tested across long uptime windows.

Low Resource Usage

Sub-millisecond execution per tick.

Consistent Updates

Maintained as FiveM evolves.

05 / Compatibility

Drops into your stack

Frameworks
06 / FAQ

Common questions

How do I install the script?
  1. Drop the resource into your server's resources folder
  2. Add ensure [resource] to server.cfg
  3. Edit config.lua to taste
  4. Restart server
Are updates included?

Yes โ€” lifetime updates ship through Keymaster. Your server pulls the latest version automatically on restart.

What if I need help?

Buyers get access to a private Discord support channel. Issues are typically addressed within 24 hours by someone who works on the codebase directly.

Will it work with my framework?

Compatible with . Required dependencies are listed in the compatibility section above.

How do I receive the script after buying?

Delivery is automatic. The moment Tebex confirms payment, the resource is granted to your cfx.re account through Asset Escrow โ€” manage and download it from Keymaster. Files are never sent manually.

What is your refund policy?

Because each purchase grants a license to your cfx.re account immediately, sales are final once the asset is delivered. If something doesn't work, our Discord support team will make it right.

07 / Get Started

Ready to ship
AC Burgershot - Drive-Thru Addon?

Lifetime updates, Keymaster delivery, and direct Discord support โ€” all included.

Lifetime updatesKeymaster deliveryDiscord support
How you receive it

Granted to your cfx.re account via Asset Escrow the moment payment clears โ€” download from Keymaster. No manual file transfers.

Refund policy

Licenses are delivered instantly, so sales are final once granted. Buyers get private Discord support if anything needs fixing.