# anox-cardelivery

### ✨ Overview

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

> **anox-cardelivery** is a vehicle delivery system where players collect assigned vehicles from pickup locations and safely deliver them to designated drop-off points. Featuring vehicle monitoring, and reward-based gameplay.

### ✨ Features

* [ ] 🚗 **Dynamic Vehicle Delivery System**

- Random vehicle assignments from configurable car lists
- Multiple pickup and drop-off locations across the map
- Automatic vehicle cleanup after completion or failure
- Vehicle exit monitoring with grace periods and warnings

* [ ] 💰 **Rewarding Payment System**

- Base reward for successful deliveries
- Time-based bonus rewards for fast completion
- Damage penalty system for vehicle condition
- Security deposit requirement with full refund
- Configurable reward amounts and bonus thresholds

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

- Live timer display with countdown
- Vehicle health monitoring
- Exit warning system with grace periods
- Automatic job timeout handling
- Visual indicators for pickup and delivery zones
- Progress tracking throughout delivery

* [ ] 👨‍💼 Comprehensive Configuration

- Adjustable time limits and cooldowns
- Customizable vehicle lists and locations
- Configurable damage penalties and bonuses
- Anti-exploit settings fine-tuning
- Vehicle behavior customization
- Maximum concurrent jobs limit

* [ ] 🔧 **Framework Support**

- Works with **ESX**, **QBCore**, and **QBox**
- Smart bridge system handles framework differences
- Supports localization and translations
- Debugging included to help with setup or issues

### ✨ Requirements

* [ ] One of the following frameworks:

- `ESX`
- `QBCore`
- `Qbox`&#x20;

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

- [`ox_lib`](https://github.com/overextended/ox_lib)
- [`oxmysql`](https://github.com/overextended/oxmysql)
- [`ox_target`](https://github.com/overextended/ox_target) or [`qb-target`](https://github.com/qbcore-framework/qb-target)

### ✨ Installation Guide

* [ ] **Step 1: Download the** [**Resource**](https://github.com/ANoXShadow/anox-cardelivery)
* [ ] Download the resource from our GitHub repository
* [ ] Extract the files to your server's `resources` folder
* [ ] Rename the folder to `anox-cardelivery`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-cardelivery
```

**Step 3: Configure the Resource**

* Open the `config.lua` file in the `anox-drugs`folder
* Set your preferred framework:
  * `Config.Framework = 'esx'` for ESX
  * `Config.Framework = 'qb'` for QBCore
  * `Config.Framework = 'qbx'` for QBox

### ✨ Preview

{% embed url="<https://www.youtube.com/watch?t=185s&v=ZAPJqkIAcIg>" %}


---

# 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-cardelivery.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.
