# Meth

## Rehber

<figure><img src="/files/HvXOlJdFlf7Wg94BYYNn" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/wYrrFbYqNmcCTrIym5nu" alt="" width="563"><figcaption></figcaption></figure>

***

## Config

{% code title="qq\_drugs" %}

```lua
Config = {}

Config.BlackMoney = true
Config.PolisAyricalik = true -- Polisler laboratuvara kartsız girsin istiyorsan true kalsın, tam tersi durumda false yap.

Config.methLab = {

    entry = {
        coord = vector3(2461.12, 1575.68, 33.11), 
        intcoord = vector3(997.48, -3200.8, -36.4), 
        entryheading = 92.3,
        intheading = 250.19,
        text = "~INPUT_PICKUP~ [Meth] Laboratuvar Kartını Kullan", 
        requiredItem = true,
        item = "labcard1", 
    },
    exit = {
        intcoord = vector3(997.16, -3200.64, -36.4), 
        coord = vector3(2461.12, 1575.68, 33.11), 
        text = "~INPUT_PICKUP~ Çıkış",
        heading = 90.0, 
    },
    cookZone = {
        coord = vector3(1005.80,-3200.40,-38.52),
        text = "~INPUT_PICKUP~ Pişir",
        startingCoord = vector3(1007.76, -3200.64, -39.0),
        startingText = "~INPUT_PICKUP~ Makineyi Çalıştır",
        methMinCount = 1,
        methMaksCount = 1,
        takeMethText = "~INPUT_PICKUP~ Eşyayı Al"
    },
    packageZone = {
        coord = vector3(1011.80,-3194.90,-38.99),
        text = "~INPUT_PICKUP~ Methi Paketle",
        takeMethText = "~INPUT_PICKUP~ Eşyayı Al",
    }

}

```

{% endcode %}


---

# 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://docs.blackzone.live/bb-v2-paket/dokumantasyon/meslekler/illegal-meslekler/meth.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.
