
icons image by: flaticon.com
Explanation:
This is a script for selling items between players. One player can advertise an item on the market and another can buy. The player can choose to sell for a recommended amount or for the price he wants.
Features:
Command to open: /market
Advertising a product:

Buying a product:

Removing a product:

Configuration:
Standalone : in this version, you will have to configure the functions responsible for taking the inventory, giving or removing money from the player and some others. It is very simple and easy, you can do this in the file Server/Configurate.lua
ESX :In this version, you probably do not need to modify any functions.
QBCore:In this version, you probably do not need to modify any functions.
VRP : in this version, you only need to configure some function, if you use a customized inventory or modified VRP base. If necessary, you can change it in Server/Configurate.lua.
In the Config.lua file, you can do all the translation of the graphical interface, you can define which items can be sold on the market and you must configure the Webhook according to your Discord.
Update:
Security hole where it was possible to duplicate items was fixed.
Dependencies :
This script automatically creates the table in the database.
This script has no IP protection or encryption