> For the complete documentation index, see [llms.txt](https://hasib.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hasib.gitbook.io/home/docs/jomidar-fentanyl.md).

# 💊 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="/files/BhTw63L0dexXgCFTBam1" 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="/files/pnFdjZOi3L4MAR9qnxy3" alt=""><figcaption><p>jomidar-fentanyl/web/config.js</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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