ANoXStudios Docs
  • 👋WELCOME!
  • Free Scripts
    • 💰anox-blackmarket
    • 📱anox-drugsell
    • 💷anox-moneywash
    • 💊anox-drugs
Powered by GitBook
On this page
  • ✨ Overview
  • ✨ Features
  • ✨ Installation Guide
  • ✨ Preview
  1. Free Scripts

anox-blackmarket

PreviousWELCOME!Nextanox-drugsell

Last updated 23 days ago

✨ 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

✨ 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 the anox-blackmarket folder

  • Set your preferred framework:

    • Config.Framework = 'esx' for ESX

    • Config.Framework = 'qbcore' for QBCore

    • Config.Framework = 'qbox' for QBox

✨ Preview

Localization support through

Step 1: Download the

💰
ox_lib
Resource