# anox-fooddelivery

### ✨ Overview

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

> **anox-fooddelivery** is a comprehensive food delivery system where players accept delivery orders, collect food from restaurants, and deliver them to customers across the city.

### ✨ Features

* [ ] 🍔 **Dynamic Food Delivery System**

- Random restaurant assignments from configurable restaurant lists
- Multiple pickup locations (Burgershot, Up-n-Atom, Bean Machine, etc.)
- Dynamic delivery points across the map
- Restaurant assignment system preventing conflicts

* [ ] 💰 **Reputation\&Reward System**

- Player reputation tracking
- Base rewards with tip bonuses for fast deliveries
- Reputation based wait time reduction between orders
- Performance based earnings fast and normal delivery tiers
- Configurable reward amounts and penalty system

* [ ] ⏱️ **Real-Time Job Management**

- Live countdown timers for order availability
- Delivery time tracking with performance metrics
- Interactive pickup and delivery prompts
- Automatic order timeout handling
- Visual blip system with route guidance
- Progress bars for pickup and delivery actions

* [ ] 👨‍💼 **Comprehensive Configuration**

- Adjustable delivery times and reputation multipliers
- Customizable restaurant and locations
- Configurable delivery points and rewards
- Progress bar animations and UI customization

* [ ] 🔧 **Framework Support**

- Works with **ESX**, **QBCore**, and **QBox**
- Supports localization and translations
- Debugging included to help with setup or issues

### ✨ Requirements

* [ ] One of the following frameworks:

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

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

- [`ox_lib`](https://github.com/overextended/ox_lib)

### ✨ Installation Guide

* [ ] **Step 1: Download the** [**Resource**](https://github.com/ANoXShadow/anox-fooddelivery)
* [ ] Download the resource from our GitHub repository
* [ ] Extract the files to your server's `resources` folder
* [ ] Rename the folder to `anox-fooddelivery`if it's not already named correctly
* [ ] **Step 2: Configure Your server.cfg**
* [ ] Add the following line to your `server.cfg` file:

```
ensure oxmysql
ensure ox_lib
ensure anox-fooddelivery
```

### ✨ Preview

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


---

# 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/free-scripts/side-hustles/anox-fooddelivery.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.
