# 💊 Jomidar Fentanyl

**Preview**

{% embed url="<https://youtu.be/EjZpddtK7hs>" %}

**Installation**

{% embed url="<https://github.com/Demigod916/object_gizmo>" %}

{% embed url="<https://discord.gg/eV7a2NSVVT>" %}
INTERACT NEEDED TO DOWNLOAD JOIN DISCORD TO DOWNLOAD THAT
{% endembed %}

<figure><img src="https://3582736172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp9w0KnyXBFzMSsFZxG6G%2Fuploads%2FqNQYrRf5KjoGWTY4Pi65%2Fimage.png?alt=media&#x26;token=80779ce2-5c38-4c9b-bfce-59dd7b194443" alt=""><figcaption></figcaption></figure>

**qb-core/shared/items.lua**

```
fentanyltable = { name = 'fentanyltable', label = 'Fentanyl Table', weight = 1000, type = 'item', image = 'tablet.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fentanyl Table" },

btheroine = { name = 'btheroine', label = 'Black Tar Heroin', weight = 1000, type = 'item', image = 'btheroine.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = "Black Tar Heroin" },

piperidine = { name = 'piperidine', label = 'Piperidine', weight = 1000, type = 'item', image = 'piperidine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "Piperidine" },

pseudoephedrine = { name = 'pseudoephedrine', label = 'Pseudoephedrine', weight = 1000, type = 'item', image = 'pseudoephedrine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "pseudoephedrine" },

fentanyl = { name = 'fentanyl', label = 'fentanyl', weight = 1000, type = 'item', image = 'pseudoephedrine.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = "fentanyl" },
```

**qb-inventory/html/images**

CHECK IMGAES FILE FOR ICONS

**SQL NEEDED**

```
CREATE TABLE IF NOT EXISTS `jomidar_fentanyl` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `owner` varchar(50) NOT NULL,
    `model` varchar(255) NOT NULL,
    `position` text NOT NULL,
    `rotation` text NOT NULL,
    PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

```

***Percentage CONFIG***

<figure><img src="https://3582736172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp9w0KnyXBFzMSsFZxG6G%2Fuploads%2FYDnQjAJVFN62eFLBK1V6%2Fimage.png?alt=media&#x26;token=6eb0688b-272b-4dd1-aa6a-35e86b00edac" alt=""><figcaption><p>jomidar-fentanyl/web/config.js</p></figcaption></figure>


---

# 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://hasib.gitbook.io/home/docs/jomidar-fentanyl.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.
