snitchers
Developer
Hi guys,
I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:
Dependencies :
qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu
Functions:
- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.
Config:
Download:
I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:
Dependencies :
qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu
Functions:
- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.
Config:
Code:
Config = {
Debug = false, -- Enable to add debug boxes and message.
img = "lj-inventory/html/images/", -- Set this to your inventory
MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
Measurement = "kg", -- Custom Weight measurement
RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
BlackMoneyName = "markedbills", -- The name of the black money item
BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}
Download: