[QBCore / ESX] Wert Blackmarket Phone

A secret and important phone
All actions here

For more details the video is below

Features

  • Account system (Create, manage, login, … etc.)
  • Advanced blackmarket (shop) system
  • Delivery system (Special scenario, anims, … etc.)
  • Special clipboard system
  • Illegal doctor system
  • Basket system
  • Level system (Optional, if you want manage on config)
  • Advanced Wallet system
  • Send money other secret accounts
  • Load money to your account with secret systems
  • Mail system
  • Special phone notif system
  • Custom UI
  • Easy editable, open files (config, editable_client.lua, etc. | IN BELOW IS A DISOLAY OF ALL OPEN FILES)
  • Easy translation with LANG file
  • Optimized (Resmon in full video)
  • Full Sync
  • Almost all functions can be customized via open files such as config

Tebex :

Preview

Localization

  • English (Easy change for lang file other locales)

Open files preview

My QBCore subscription package (all scripts) : https://wert-dev.tebex.io/package/5123047

My other scripts :

Code is accessible Only config, editable client, editable server, lang files
Subscription-based No
Lines (approximately) Number of lines
Requirements QBCore or ESX / target system / polyzone
Support Yes

how does the level system work?

Hello, the level system works as follows.
Actually, how you use it is up to you, for example, you can send an email that allows the person who committed a robbery to gain a level. To do this, you can access the necessary information from documentation or open source code.

You can see that there are some categories in the application called Gunbasket.com (market). Along with the level system, you can set the level requirements for these categories. This way, you can sell more valuable items in higher categories. But to buy these items, they will need to have a certain level, meaning they need to prove themselves.

1 Like

i check the documentation but didnt see any exports for adding levels

Adding a level is done by using metadata in the qbcore on the ESX side. You can easily add a level by creating a code block like the example below. Additionally, you can send the level mail that I mentioned and is available in the video using this event.

-- Level mail example
-- Client side
TriggerServerEvent('wert-blackmarket:server:level-mail')
-- Server side code
RegisterNetEvent('exampleaddlevelwertblackmarket', function()
    local src = source
    local ply = QBCore.Functions.GetPlayer(src)
    if not ply then return end
    ply.Functions.SetMetaData("wertblackmarketlevel", 100) -- 100 Example level if you want change your think
end)

Note : I have also forgotten to add this to the documentation, and it has probably been added while you are reading this.

1 Like

appreciate that.

1 Like

Does this support qs-inventory/qs-phone?

Yes, of course. It Is Compatible.

Awesome script, 3 ideas i have to make the script better. 1 remove the email if it not needed for any reason people get very worried about that or will use fake emails. 2 have it so they can save their login information and last but not least 3 add the ability to make phone calls.

Wait is this a separate phone?

Yes, this is a separate phone, addon

Your ideas are great, I’m always continuing to improve all my scripts, these are great ideas, this script will also improve over time by getting some new updates

nice blackmarket
location fix ?

What do you mean exactly ?

If you mean delivery coordinates, there are multiple locations, and you can also edit and add everything via config

Could you make this a add on app for qs phone?

Unfortunately, this addon is a script