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