πΏInstallation
π οΈ Installation Guide
Follow this guide to correctly install and configure the Market Place and Black Market Scripts.
π¦ 1. Download from Keymaster
Begin by downloading the following scripts from your CFX Keymaster:
0bug-core(Required for all systems)0bug_MarketPlace(Legal marketplace script)0bug_BlackMarketPlace(Black market script)bl_uifrom GitHub for Minigames (Black market script)
β οΈ Each script is modular and can function independently.
π§© 2. Configure 0bug-core
0bug-coreOpen config.lua and set your framework and database.
WIZ_CONFIG = {
Framework = "QBCore", -- QBCore, QBox, ESX
MySQL = "oxmysql", -- ghmattimysql , mysql-async
DefaultAvatar = "https://w0.peakpx.com/wallpaper/163/205/HD-wallpaper-street-fivem-gta-gta-v-roleplay.jpg",
Lang = "en", -- Multi-language support
Logger = false,
}βοΈ 3. Setup Script Integration in scriptConfig.lua
scriptConfig.lua
π 4. Configure Image Hosting & Discord Logs (Optional) in serverConfig.lua
serverConfig.luaποΈ 5. Optional : Install SQL Database (If Using mysql)
mysql)
Optional because we automatically create the required SQL tables on first run if they do not already exist in your database.
πͺ Marketplace Tables
π Black Market Tables
Last updated