# Sell Drug V2

### 🌆 Welcome to drz\_drugsell

**The hustle never sleeps.**

Welcome to the documentation for **drz\_drugsell**. This resource transforms the streets of San Andreas into a living, breathing marketplace. We have moved beyond simple "press E" interactions to create a **Smart Selling System** that values location, strategy, and risk management.

Players must navigate distinct territories, manage interactions with locals, and evade the law while pushing their product. Whether you are moving Weed in the city or Meth in the desert, every deal counts.

***

### 🔥 Key Features

* **📉 Advanced Drug Economy** Not all product is worth the same. Configurable drugs—**Weed, Meth, Coke, Heroin**—come with dynamic pricing, success chances, and zone-based multipliers. The market is fluid, and your profits depend on what you sell and where you sell it.
* **📍 Smart Zone System** Location is everything. The map is divided into intelligent tiers with radius blips affecting your payout:
  * **Los Santos:** 1.0x Multiplier (High volume, standard payout)
  * **Sandy Shores:** 0.83x Multiplier
  * **Paleto Bay:** 0.64x Multiplier
* **🎯 Seamless Interaction (ox\_target)** Interact with the world naturally. The script auto-detects pedestrians anywhere on the map (with blacklist support for emergency personnel, etc.). Use **ox\_target** to initiate dynamic sell offers with immersive animations.
* **🤝 Realistic Transaction Loop** Deals aren't instant. We use a realistic **2-step process**: make the offer, then wait 10-20 seconds for the transaction to complete. This adds tension—will the buyer pay up, or will the cops roll up before the handoff?
* **👮 Police & Dispatch Integration** High risk, high reward. Sales require a minimum number of Police online to ensure game balance. "Snitches" can trigger dispatch alerts (supports **cd\_dispatch**, **ps-dispatch**, etc.) on both successful and failed offers.
* **🛡️ Fortified Security** Your economy is protected. The script features robust anti-cheat measures, including cooldowns, strict inventory checks, multiplier validation, and auto-bans for exploit attempts. All suspicious activity is logged to Discord.
* **🌍 Global Localization** Ready for the world. Pre-configured with full locale support for **9 languages**: English, German, French, Spanish, Portuguese, Russian, Polish, Italian, and Dutch.

***

### ⚡ Performance

**drz\_drugsell** is designed to handle high-density traffic and constant ped interactions without affecting server performance.

| State      | Usage           |
| ---------- | --------------- |
| **Idle**   | 0.00ms          |
| **Active** | 0.01ms - 0.02ms |

***

### 🔗 Useful Links

| Platform        | Link                                                         |
| --------------- | ------------------------------------------------------------ |
| 🛒 **Webstore** | Get drz\_drugsell                                            |
| 💬 **Discord**  | [Join Support Server](https://discord.com/invite/nJBpRUQWGb) |

***

### ⚠️ Requirements

Before installing, ensure you have the following dependencies installed and updated:

* **ESX Framework**
* [ox\_inventory](https://github.com/overextended/ox_inventory)
* [ox\_lib](https://github.com/overextended/ox_lib) (Notify / Progress)
* [ox\_target](https://github.com/overextended/ox_target) (NPC Interactions)


---

# 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://drz-scripts.gitbook.io/drz-scripts/paid/sell-drug-v2.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.
