Welcome to my first RedM Release!
Black Market Dealers features a Responsive Made NUI to improve your user experience!
INFORMATION
-
Unlimited NPCs
-
Every NPC can offer different items and different weapons
-
Open Source
-
Responsive
-
Optimized
Confiruables
-
Alerts
-
Npc Model
-
Keys
-
Setup locations(unlimited npcs)
-
Unlimited Items and Weapon options for every npc
Links
Preview : BlackMarkets
Tebex : https://fuegoscripts.tebex.io/package/5084775 9.91$
Config Preview
Config = {}
Config.OpenKey = {
hash = 0x760A9C6F,
name = 'G'
}
Config.Messages = {
['notenoughmoney'] = 'You dont have enough money',
['sucesfull'] = 'You have sucesfully purchased from the black market dealer',
['cantcarry'] = 'You cant carry this weapon'
}
Config.Model = 'A_M_M_FOREMAN'
Config.Locations = {
[1] = {
position = { x = -5992.84, y = -3135.73, z = -1.79, h = 150},
items = {
{
name = 'LEAVE THIS BLANK',
image = 'LEAVE THIS BLANK',
price = 500,
spawn = 'LEAVE THIS BLANK'
},
{
name = 'Lock Pick',
image = 'lockpick',
price = 50,
spawn = 'lockpick'
},
},
weapons = {
{
name = 'LEAVE THIS BLANK',
image = 'LEAVE THIS BLANK',
price = 500,
spawn = 'LEAVE THIS BLANK'
},
{
name = 'Semi Auto Shotgun',
image = 'semiauto',
price = 130,
spawn = 'WEAPON_SHOTGUN_SEMIAUTO'
},
}
},
[2] = {
position = { x = -5996.83, y = -3141.82, z = -1.73, h = 321},
items = {
{
name = 'LEAVE THIS BLANK',
image = 'LEAVE THIS BLANK',
price = 500,
spawn = 'LEAVE THIS BLANK'
},
{
name = 'Weed Seed',
image = 'weed',
price = 1200,
spawn = 'Weedseed'
},
{
name = 'Lock Pick',
image = 'lockpick',
price = 50,
spawn = 'lockpick'
},
},
weapons = {
{
name = 'LEAVE THIS BLANK',
image = 'LEAVE THIS BLANK',
price = 500,
spawn = 'LEAVE THIS BLANK'
},
{
name = 'Semi Auto Shotgun',
image = 'semiauto',
price = 130,
spawn = 'WEAPON_SHOTGUN_SEMIAUTO'
},
{
name = 'Pump Shotgun',
image = 'action',
price = 130,
spawn = 'WEAPON_SHOTGUN_PUMP'
},
{
name = 'Repeating Shotgun',
image = 'repeating',
price = 230,
spawn = 'WEAPON_SHOTGUN_REPEATING'
},
{
name = 'Sawed Off Shotgun',
image = 'sawes',
price = 230,
spawn = 'WEAPON_SHOTGUN_SAWEDOFF'
},
{
name = 'Bolas',
image = 'bolas',
price = 4,
spawn = 'weapon_thrown_bolas'
},
{
name = 'Dynamite',
image = 'dynamite',
price = 100,
spawn = 'weapon_thrown_dynamite'
},
{
name = 'Molotov',
image = 'molotov',
price = 100,
spawn = 'weapon_thrown_molotov'
},
{
name = 'Bolas Hawkmoth',
image = 'hawkmoth',
price = 100,
spawn = 'weapon_thrown_bolas_hawkmoth'
},
{
name = 'Bolas Iron Spiked',
image = 'ironspiked',
price = 100,
spawn = 'weapon_thrown_bolas_ironspiked'
},
{
name = 'Bolas Intertwined',
image = 'interwined',
price = 100,
spawn = 'weapon_thrown_bolas_interwined'
},
}
}
}
