Thug Studios
TEBEXYOUTUBEDISCORD
  • ๐Ÿ“„Welcome
  • INFORMATION
    • ๐Ÿ“งFind Transaction ID
    • ๐Ÿ“ฆTebex Script Integration
    • ๐Ÿ”‘CFX Auth System
    • ๐Ÿ”“Escrow/Open Source
    • ๐Ÿ”—Get Steam Api Key
    • ๐ŸงพGet Player License
  • SCRIPTS
    • ๐Ÿ’›RP Series
      • ๐Ÿ“ฆThug Crafting
        • Installation
        • Shared/settings.lua
        • Shared/crafting_items.lua
        • Shared/levels.lua
        • Shared/locale.lua
        • Shared/notify.lua
        • Shared/debug.lua
      • ๐Ÿ“ฆThug Dispatch
        • Installation
        • Shared/settings.lua
        • Shared/alerts.lua
        • Shared/zones.lua
        • Shared/weapons.lua
        • Shared/locale.lua
        • Shared/notify.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug RPS
        • Installation
        • Configuration
        • Translate
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Keyword
        • Installation
        • Configuration
        • Translate
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Hour Prizes
        • Installation
        • Configuration
        • No_Escrow
        • Ready Notify.lua
      • ๐Ÿ“ฆThug Anti Mods
        • Installation
        • Configuration
        • Translate
        • Ready Notify.lua
    • ๐Ÿ’šPVP Series
      • ๐Ÿ“ฆThug PVP Hud V3
        • Installation
        • Configuration
        • Translate
        • Shared/weapons.lua
        • Shared/zones.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Deathcam
        • Installation
        • Configuration
        • Translate
        • Ready Notify.lua
        • Shared/weapons.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Killfeed V2
        • Installation
        • Configuration
        • Translate
        • Shared/weapons.lua
        • Client/no_escrow.lua
        • Server/no_escrow.lua
      • ๐Ÿ“ฆThug Kill Shows
        • Installation
        • Configuration
        • Translate
        • Client/no_escrow.lua
Powered by GitBook
On this page
  1. SCRIPTS
  2. N Series
  3. Thug N Shops

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 5 months ago

๐Ÿฉต
๐Ÿ“ฆ