💰anox-blackmarket

✨ Overview
anox-blackmarket is a dynamic FiveM resource that adds a roving illegal merchant to your server. The dealer moves locations after a set time period
✨ Features
Dynamic dealer that changes location automatically
Support for dirty money or regular cash transactions
Compatible with ESX, QBCore, and QBox frameworks
Localization support through ox_lib
✨ Installation Guide
CREATE TABLE IF NOT EXISTS `anox_blackmarket_locations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`last_change` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`current_location` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
);
INSERT INTO `anox_blackmarket_locations` (`id`, `last_change`, `current_location`) VALUES
(1, CURRENT_TIMESTAMP, 0);
Open the
config.lua
file in theanox-blackmarket
folderSet your preferred framework:
Config.Framework = 'esx'
for ESXConfig.Framework = 'qbcore'
for QBCoreConfig.Framework = 'qbox'
for QBox
✨ Preview
Last updated