BBV X WORLD | BLACKLIST

You can try out the resource in our test server : connect blacklist.bbv.world

Dependencies

FRAMEWORK / Target

You can use any framework, there is also added support for QB and ESX (Notifications & Rewards), You can use the script without target, but there is also support for OX/QB/BT

Import Database

CREATE TABLE IF NOT EXISTS `blacklist` (
  `level` int(11) DEFAULT NULL,
  `id` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

CREATE TABLE IF NOT EXISTS `blacklist_times` (
  `id` varchar(50) DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `level` varchar(50) DEFAULT NULL,
  `time` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

Installation

Once you've obtained the bbv-blacklist and assets-blacklist files from your keymaster, simply drag and drop them into the resources folder. Following this, access your resources.cfg file and include assets-blacklist and bbv-blacklist, ensuring that assets-blacklist is initiated prior to bbv-blacklist.

Should you face any challenges during the installation process, please reach out to us via Discord for assistance.

Last updated