Welcome To FiveBazaar Documentation
Discord
  • Welcome To FiveBazaar Documentation
  • 🎖️PAİD Scripts
  • ❤️‍🩹Free Scripts
    • vicc-announcement
    • vicc-illegal
    • alpyNotification
    • avnc-loadout
    • avnc-cdq
  • five-illegalv2
    • Installation
    • Configuration
  • five-pedmanager
    • Installation
    • Usage
Powered by GitBook
On this page

Was this helpful?

  1. five-illegalv2

Configuration

Configuration of five-illegalv2 Scripts

General Settings

general settings

Inventory Configuration

you can choose ox inventory or qb-inventory

Config.Inventory = 'ox_inventory' -- ox_inventory qb-inventory

Menu Configuration

you can choose ox_lib or qb-menu

Config.Menu = "ox_lib"  -- qb-menu / ox_lib

Target Configuration

You can choose qb-target or ox_target

Config.Target = "qb-target" -- qb-target / ox_target

Minigame Configuration

you can choose ox_lib & ps-ui or bl_ui

Config.Minigame = "ox_lib" -- ps-ui / bl_ui / ox_lib /

Drinking Drugs Configuration

You can turn drug smoking on or off.

Config.Drugs = true-- true / false drinking settings

Log Configuration

You can turn discord log on or off

Config.Log = true -- true / false log

Dispatch Configuration

You can switch on and off the police dispatch when you sell

Config.Dispatch = true -- police dispatch true/false

ProgressTime Configuration

Determines the duration of the feed bar used during operations in milliseconds.

Config.ProgressTime = 1000 --packed

Updater Configuration

Activates the automatic update system

Config.Updater = true

Webhook Configuration

Sets the Discord webhook URL. This URL is used for sending logs to Discord.

Config.WebhookURL = "xx"

Seller Configuration

You can switch on and off the setting to sell to the fixed npc

Config.Seller = true -- fixed npc seller true false
Items Settings

Forced Items Configuration

Determines the name of the item that is necessary to collect cannabis. For example, scissors.

Config.ForcedItems = "scissors"   -- required item name
Config.ForcedItemsOnline = false -- true / false

Weed Items Configuration

Identifies the items that can be won while collecting cannabis and the probability of winning these items

Config.WeedItems = {
    {item = "weed_bad_ql", chance = 50},
    {item = "weed_max_ql", chance = 50}
}
Config.PackageWeedItems = { -- the equivalent of packaged cocaine 
    ["leaves_weed_bad_ql"] = "package_weed_bad_ql",
    ["leaves_weed_max_ql"] = "package_weed_max_ql" 
}
 Config.LeavesWeedItems = {"leaves_weed_bad_ql", "leaves_weed_max_ql"} -- processed cocaine
 Config.PackageSellWeedItems = {"package_weed_bad_ql", "package_weed_max_ql"} --package sell weed items
Config.EmptyPackageItems = {"emptypackage"} --emptypackage items
Selling Settings

PreviousInstallationNextfive-pedmanager

Last updated 8 months ago

Was this helpful?