Copy 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" },
Copy 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;