[ESX/QBCore]: Advanced Moneywash System

A script by ImTrase

No reviews yet.
[ESX/QBCore]: Advanced Moneywash System main image

Full Description




Trase_Moneywash is a comprehensive script that empowers players to own and manage their very own money laundering operations. Designed with a modern and intuitive UI, Trase_Moneywash ensures easy navigation and a seamless user experience. This resource is fully supported on both ESX & QBCore frameworks. Easy to install, it comes with features to enhance the player experience and increase server engagement.

Features:

  • Manageable Player Owned Moneywashes
  • Set tax rates
  • Manage all funds made from your business
  • Optimized with 0.00ms
  • Secure & Protected
  • Modern & Clean UI
  • Customization (progress bars, notifications, etc)
  • Multi-Language Compatibility
  • Framework Flexibility (ESX/QBCore)
  • Highly Configurable
  • Discord logs

Configuration:

Config
Config = {}
Config.Debug = false

lib.locale()

Config.Management = {
    Command = 'moneywash'
}

Config.ProgressBar = {
    Enabled = true,
    Washing = {
        Duration = 5000,
        Text = 'Washing Money'
    },
    Managing = {
        Duration = 5000,
        Text = 'Changing Tax Rate'
    }
}

Config.DefaultRate = 10 -- When the moneywash is not changed by the owner, this is the default rate
Config.TakeRate = 30 -- The rate that the server will remove from the moneywash (so for example if the rate is 30, the server will take 30% of the money that is washed) [This is to keep the economy balanced]


Config.Moneywash = {
    ['Business1'] = {
        Job = 'moneywash',
        Owners = { 'discord:334259748499357697' },
        RoutingBucket = 2,
        EnterCoords = {
            Door = vec3(688.7368, -689.5544, 26.3161),
            Landing = vec4(1137.8175, -3198.5593, -39.6657, 17.0739)
        },
        ExitCoords = {
            Door = vec3(1137.8175, -3198.5593, -39.6657),
            Landing = vec4(707.2521, -681.5875, 26.5859, 4.8449)
        },
        MoneywashPoints = {
            { coords = vector3(1122.28, -3194.76, -40.4), busy = false },
            { coords = vector3(1123.91, -3194.42, -40.4), busy = false },
            { coords = vector3(1123.91, -3194.42, -40.4), busy = false },
            { coords = vector3(1125.37, -3194.44, -40.4), busy = false },
            { coords = vector3(1126.83, -3194.46, -40.4), busy = false },
        },
    },
}

Links:

My Other Resources:

Resource Information:

Code is accessible Yes & No (Alot of the code is open, with only core parts being locked, but there is also a option to purchase the source code)
Subscription-based No
Lines (approximately) ~1,184
Requirements ox_lib, ox-mysql or mysql-async
Support Yes