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 Crafting

Shared/locale.lua

-- | # You can get help from our document: https://thug.gitbook.io/documentation

Config.Locale = {
    ['Crafting_Started'] = 'Crafting has started. Please combine the items according to the steps.',
    ['Dont_Enough_Item'] = 'You don’t have enough items to complete this craft!',
    ['Away_From_Table'] = 'Crafting has been cancelled because you moved too far from the table.',
    ['Craft_Failed'] = 'Wrong combination! Crafting failed and you lost your items!',
    ['Cannot_Combine'] = "Wrong combination! These items can't be combined!",
    ['Wrong_Step'] = "Combination is right, but the step you are taking is wrong!",
}

PreviousShared/levels.luaNextShared/notify.lua

Last updated 5 days ago

πŸ’›
πŸ“¦