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 Anti Mods

Translate

Config.Locale = {
    -- | # From this section, you can set the texts in the information and attention sections in the UI.
    ['Information_Title'] = "Information",
    ['Information_Subtitle'] = "Hi, our systems are checking whether there is any malicious mods on your side. Please wait patiently, it will take a very short time.",
    ['Attention'] = "This is just a routine check, so don't worry.",
    -- | # From this section, you can set the text in the UI while control and complete.
    ['Control_Text'] = "Controling...",
    ['Complete_Text'] = "Completed",
    -- | # From this section, you can set the text of the control result.
    ['Control_Succesfuly_Title'] = 'SUCCESFULY',
    ['Control_Succesfuly_Subtitle'] = 'Your check was completely successful, firstly congratulations for not using any third party software, and then thank you for your respect for our server.',
    ['Control_Failed_Title'] = 'DETECTED',
    ['Control_Failed_Subtitle'] = 'An inappropriate mod file has been detected on your side and reported to the administrators. We condemn you for this behaviour.',
    -- | # From this section, you can set the kick message
    ['Kick_Message'] = 'An unfair file has been detected and you have been kicked the server',
    -- | # From this section, you can set the notification messages.
    ['Not_Allowed'] = "You are not allowed to use this command!",
    ['Id_Error'] = "You cannot use this command without entering any player ID!",
    ['Already_Admin'] = "The specified player already has Admin permission!",
    ['Gived_Permission'] = "Admin permission was granted to the specified player.",
    ['Received_Permission'] = "You now have Admin permission over the Control system.",
    ['Control_Sended'] = "The specified player has been sent to control.",
    --------------------------------
}
PreviousConfigurationNextReady Notify.lua

Last updated 10 months ago

๐Ÿ’›
๐Ÿ“ฆ