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. RP Series
  3. Thug Keyword

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'
    ['Game_Interval'] = 5, -- | # In this section you can determine how many minutes interval the game will be active.
    ['Game_Time'] = 60, -- | # In this section you can determine how many seconds the game duration will be when the game starts.
    ['Countdown_Time'] = 30, -- | # In this section you can determine how many seconds the countdown and player participation will last before the game starts.
    ['Join_Keybind'] = 'J', -- | # In this section you can determine which keybind players can press to join the game during the countdown.
}

-- # Sentences & Keywords  ------------------------------------------------------------------------------------
-- # You can add as many sentences and keywords as you like below. Sentences will be randomly selected at the start of each game.

Config.Sentences = {
    {sentence = 'Vanilla Unicorn is one of the most popular spots in southside.', word = 'southside'},
    {sentence = 'The dusty and chaotic region of sandy Shores is known for its lawless reputation.', word = 'sandy'},
    {sentence = 'Rockford hills area is home to the wealthiest people in the city.', word = 'hills'},
    {sentence = 'The vibrant neighborhoods of Mirror park are a favorite for young professionals.', word = 'park'},
    {sentence = 'Franklin works at a dealership in Los Santos before meeting Michael.', word = 'dealership'},
    {sentence = 'Lester often provides crucial intel from his hideout in El burro Heights.', word = 'burro'},
}

-- # Rewards  ------------------------------------------------------------------------------------
-- # You can add as many rewards as you like below. Rewards will be randomly selected at the start of each game.

Config.Rewards = {
    {type = 'item', name = 'laptop', amount = 1},
    {type = 'money', amount = 350},
    {type = 'item', name = 'greenusb', amount = 1},
    {type = 'money', amount = 100},
    {type = 'item', name = 'hackcard', amount = 1},
    {type = 'money', amount = 500},
    {type = 'item', name = 'gold', amount = 5},
    {type = 'money', amount = 700},
    {type = 'item', name = 'lockpick', amount = 1},
    {type = 'money', amount = 1000},
}
PreviousInstallationNextTranslate

Last updated 6 months ago

๐Ÿ’›
๐Ÿ“ฆ