• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

ESX Sell Drugs Script [QBCORE / ESX] - inside-scripts [OPEN SOURCE] (1 Viewer)

Poddas

Active member
Aug 4, 2022
103
169
43
Usa
Credits
6,404
Original script. i have only tested on esx. for qbcore u need to change config

Preview -

1721501966775.png

Download -


Sql -

CREATE TABLE IF NOT EXISTS `selldrugs_players` (
`id` INT AUTO_INCREMENT PRIMARY KEY,
`player` VARCHAR(255) NOT NULL,
`respect` INT DEFAULT 0,
`sale_skill` INT DEFAULT 0,
`mole` JSON NOT NULL,
UNIQUE(`player`)
);

CREATE TABLE IF NOT EXISTS `selldrugs_phone` (
`id` INT AUTO_INCREMENT PRIMARY KEY,
`player` VARCHAR(255) NOT NULL,
`settings` JSON NOT NULL,
UNIQUE(`player`)
);

 
Last edited:

Users who are viewing this thread

Top