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

    Payments via Crypto: Please open a ticket, if you experience any issues, or if you miss your coin as an option in the list we have alot of wallets available.

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

Poddas

Active member
Aug 4, 2022
107
178
43
Usa
Credits
7,665
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:
  • Post hidden due to user being banned.

Users who are viewing this thread

Top