# anox-woodoodle-drivethru

### ✨ Overview

<figure><img src="/files/MgGJ6rrxQ6Lqapy0x18e" alt=""><figcaption></figcaption></figure>

> **anox-woodoodle-drivethru** offers a full fast-food drive-thru system with real-time voice chat, interactive tablet ordering, 35+ custom food & drinks with eating/drinking animations, takeaway & storage features, and multi-framework support (ESX, QBCore, QBox).

### ✨ Features

* [ ] 🎤 **Voice Drive-Thru System**

- Real time voice communication between customers and employees
- Dedicated employee headset station with tablet interface
- Customer ordering station with microphone interaction
- Auto-toggle voice channels based on employee availability
- Configurable voice range and channel settings

* [ ] 🍔 **Complete Food & Beverage Menu**

- 35 Realistic Food & Drink Props
- Dynamic eating & drinking animations
- Configurable restoration values per item
- Adjustable vomit chance for realism

* [ ] 📱 **Woodoodle Dashboard Interface**

- Update prices and manage stock levels in real-time
- Configurable min/max price limits for each item
- Payment processing with cash/card options
- Employee dashboard for order management

* [ ] 🔧 **Framework Compatibility**

- Works with ESX, QBCore, and QBox frameworks
- Smart bridge system handles framework differences
- Multi-language support (16+ languages)
- Society integration for business management
- Supports ox\_target and qb-target systems

### ✨ Requirements

* [ ] One of the following frameworks:

- `ESX`
- `QBCore`
- `Qbox`

* [ ] **Must-have dependencies:**

- [`ox_lib`](https://github.com/overextended/ox_lib)
- [pma-voice](https://github.com/AvarianKnight/pma-voice)
- [oxmysql](https://github.com/overextended/oxmysql)

{% tabs fullWidth="false" %}
{% tab title="ESX" %}
{% hint style="info" %} <mark style="color:$warning;">**Make sure to install the required dependencies before proceeding with this guide.**</mark>
{% endhint %}

### 1. Install the images into your inventory system.

> Open the **!INSTALL** folder, find the **images** folder, then copy all the pictures and paste them into your inventory’s images folder.

<figure><img src="/files/88cpw65b6XLSJIdp86ah" alt=""><figcaption></figcaption></figure>

### 2. After adding the images, install those items into your core/inventory.

<figure><img src="/files/RPeUvZiMKLMuWlZuNVj0" alt=""><figcaption><p>ESX BASE ITEMS INSTALL</p></figcaption></figure>

### 3. If you’re using **ox\_inventory**, follow these steps.

<figure><img src="/files/qFeXDS2OlJReZR4i363J" alt=""><figcaption><p>IF USING OX_INVENTORY</p></figcaption></figure>

### 4. Next, run **installme.sql** on your database.

<figure><img src="/files/XvgUTgdQuFzT1hW4f03j" alt=""><figcaption></figcaption></figure>

### 5.Then, run **esx-woodoodle-job.sql** on your database.

<figure><img src="/files/85Q7Til0xtQKBwBY1ZsW" alt=""><figcaption></figcaption></figure>

### 6.(Optional): If you want the vomit sound, follow these steps.

<figure><img src="/files/DzmgpIjQM5pbH4t0zhdy" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="QBCORE" %}
{% hint style="info" %} <mark style="color:$warning;">**Make sure to install the required dependencies before proceeding with this guide.**</mark>
{% endhint %}

### 1. Install the images into your inventory system.

> Open the **!INSTALL** folder, find the **images** folder, then copy all the pictures and paste them into your inventory’s images folder.

<figure><img src="/files/4D9q3jFUcvdbyfa6YsOG" alt=""><figcaption></figcaption></figure>

### 2. After adding the images, install those items into your core/inventory.

<figure><img src="/files/YLGaEXPLl3qwim3JnkR7" alt=""><figcaption></figcaption></figure>

### 3.Next, run **installme.sql** on your database.

<figure><img src="/files/TfU1cBmd2aldI4SZX2JL" alt=""><figcaption></figcaption></figure>

### 4.install the job into your core by opening **qb-core-jobs.lua**.

<figure><img src="/files/itBj7LI5X9M4coDxvTPP" alt=""><figcaption></figcaption></figure>

### 5.(Optional): If you want the vomit sound, follow these steps.

<figure><img src="/files/4OmawBtGfmKdmRJGQPxd" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="QBOX" %}
{% hint style="info" %} <mark style="color:$warning;">**Make sure to install the required dependencies before proceeding with this guide.**</mark>
{% endhint %}

### 1. Install the images into your inventory system.

> Open the **!INSTALL** folder, find the **images** folder, then copy all the pictures and paste them into your inventory’s images folder.

<figure><img src="/files/W5vPGnfKAqK3ZvuvoiUV" alt=""><figcaption></figcaption></figure>

### 2.Next, run **installme.sql** on your database.

<figure><img src="/files/TlxXTWuSav0jEgKfF4rg" alt=""><figcaption></figcaption></figure>

### 3.install those items into your core/inventory.

<figure><img src="/files/iBGMNo56z4vCxIhy1yNt" alt=""><figcaption></figcaption></figure>

### 4.install the job into your core by opening qbx-jobs.lua.

<figure><img src="/files/XfzY0WFZ3PM9BiC0Qq5E" alt=""><figcaption></figcaption></figure>

### 5.(Optional): If you want the vomit sound, follow these steps.

<figure><img src="/files/zKVBjWpq7i4W0uT8RmH5" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### ✨ Preview

{% embed url="<https://www.youtube.com/watch?v=8KTksMo2mVE>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://anoxstudios.gitbook.io/anoxstudios/paid-scripts/drive-through/anox-woodoodle-drivethru.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
