Configuration
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config = {}
-- # Main Settings ------------------------------------------------------------------------------------
Config.Settings = {
['Framework'] = 'qb', -- | # In this section you have the options 'qb', 'old-qb', 'esx', 'old-esx', 'custom'
['Inventory'] = 'qb-default', -- | # In this section you have the options 'qb-default', 'esx-default', 'ox-inv', 'qs-inv', 'codem-inv', 'tgiann-inv', 'trygon-inv', 'core-inv', 'custom'
['Item_Images'] = 'https://cfx-nui-ox_inventory/web/images/', -- | # In this section, specify the file path where the icons of the items are located.
['Currency'] = "$", -- | # Enter the icon of your server's currency here!
['Interaction'] = 'Target', -- | # In this section you have the options 'Draw_Text', 'Target'
['Your_Target_Script'] = 'qb-target', -- | # In this section you have the options 'qb-target', 'ox-target'
}
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config.Shops = {
["Shops"] = {
Name = "24/7 Supermarket",
Description = "Freshness and savings, all in one place!",
Icon = "https://cdn.discordapp.com/attachments/671389525309784105/1313545762293940234/tPNG.png?ex=67508652&is=674f34d2&hm=77ca434b02cb507b5877ae392d7b9c41ffe4eb4d2e627070abae735b34f80923&",
Icon_Size = 4.5,
Locations = {
{x = 24.3421, y = -1345.7397, z = 29.4970, heading = 267.9698},
},
Ped = {
Enabled = true,
Model = "mp_m_shopkeep_01",
Animation = "WORLD_HUMAN_STAND_IMPATIENT"
},
Blip = {
Enabled = true,
Sprite = 52,
Color = 2,
Scale = 0.6,
Name = "24/7"
},
Draw_Text = {
Text = "E - Open Megamall",
Interaction_Key = 38
},
Target = {
Text = "Open 24/7",
Icon = "fas fa-shopping-cart"
},
Items = {
{name = "fowlburger", label = "Hamburger", category = "Food", price = 10},
{name = "apple", label = "Apple", category = "Food", price = 3},
{name = "water", label = "Water", category = "Drink", price = 1},
{name = "cola", label = "Cola", category = "Drink", price = 5},
{name = "coffee", label = "Coffee", category = "Drink", price = 7},
{name = "glassbeer", label = "Beer", category = "Alcoholic Drink", price = 8},
{name = "lighter", label = "Lighter", category = "Material", price = 4},
{name = "cigaret", label = "Cigaret", category = "Tobacco Products", price = 6},
{name = "phone", label = "Phone", category = "Technology", price = 30},
}
},
["Megamall"] = {
Name = "Megamall",
Description = "Have all the necessary equipment!",
Icon = "https://cdn.discordapp.com/attachments/671389525309784105/1313545762293940234/tPNG.png?ex=67508652&is=674f34d2&hm=77ca434b02cb507b5877ae392d7b9c41ffe4eb4d2e627070abae735b34f80923&",
Icon_Size = 4.5,
Locations = {
{x = 46.7151, y = -1749.7339, z = 29.6324, heading = 51.5896},
},
Ped = {
Enabled = true,
Model = "a_m_y_polynesian_01",
Animation = "WORLD_HUMAN_STAND_IMPATIENT"
},
Blip = {
Enabled = true,
Sprite = 402,
Color = 47,
Scale = 0.9,
Name = "Megamall"
},
Draw_Text = {
Text = "E - Open Megamall",
Interaction_Key = 38
},
Target = {
Text = "Open Megamall",
Icon = "fas fa-hammer"
},
Items = {
{name = "advancedfishingrod", label = "Fishing Rod", category = "Equipment", price = 7},
{name = "advancedlockpick", label = "Lockpick", category = "Equipment", price = 7},
{name = "binoculars", label = "Binoculars", category = "Equipment", price = 20},
{name = "blackspray", label = "Spray", category = "Equipment", price = 10},
{name = "bodyrepairkit", label = "Repair Kit", category = "Equipment", price = 50},
{name = "bucket", label = "Bucket", category = "Equipment", price = 5},
}
},
["Ammunation"] = {
Name = "Ammunation",
Description = "If you need to protect yourself, you're in the right place!",
Icon = "https://cdn.discordapp.com/attachments/671389525309784105/1313545762293940234/tPNG.png?ex=67508652&is=674f34d2&hm=77ca434b02cb507b5877ae392d7b9c41ffe4eb4d2e627070abae735b34f80923&",
Icon_Size = 4.5,
Locations = {
{x = 22.6279, y = -1105.3779, z = 29.7970, heading = 156.7851},
},
Ped = {
Enabled = true,
Model = "s_m_m_ammucountry",
Animation = "WORLD_HUMAN_AA_SMOKE"
},
Blip = {
Enabled = true,
Sprite = 110,
Color = 1,
Scale = 0.7,
Name = "Ammunation"
},
Draw_Text = {
Text = "E - Open Ammunation",
Interaction_Key = 38
},
Target = {
Text = "Open Ammunation",
Icon = "fa-solid fa-gun"
},
Items = {
{name = "ammo_pistol", label = "Pistol Ammo (12x)", category = "Ammo", price = 15},
{name = "ammo-rifle2", label = "SMG Ammo (20x)", category = "Ammo", price = 30},
{name = "ammo-rifle", label = "Rifle Ammo (30x)", category = "Ammo", price = 50},
{name = "ammo-shotgun", label = "Shotgun Ammo (7x)", category = "Ammo", price = 70},
{name = "WEAPON_VINTAGEPISTOL", label = "Vintage Pistol", category = "Weapon", price = 300},
{name = "WEAPON_MACHINEPISTOL", label = "Machine Pistol", category = "Weapon", price = 500},
{name = "WEAPON_MINISMG", label = "Mini SMG", category = "Weapon", price = 800},
{name = "WEAPON_BULLPUPRIFLE", label = "Bullpup Rifle", category = "Weapon", price = 1300},
{name = "WEAPON_SAWNOFFSHOTGUN", label = "Sawn-Off Shotgun", category = "Weapon", price = 1500},
}
},
}
Last updated