shared/language.lua

-- | # For the most quality and unique FiveM resources: https://thug-studios.com
-- | # If you need help, join our Discord server: https://discord.gg/thugstudios

Config.Locale = {
    -- | # Menu Title & Description ------------------------------------------------------------------------------------
    ['Menu_Title_Green'] = 'KILL SHOWS',
    ['Menu_Title_White'] = 'MENU',
    ['Menu_Subtitle'] = 'Your kills deserve a show.',

    -- | # Toggle Titles ------------------------------------------------------------------------------------
    ['Toggle_Message_Title'] = 'Killed Message',
    ['Toggle_Sound_Title'] = 'Killed Sound',
    ['Toggle_Effect_Title'] = 'Screen Effect',
    ['Toggle_Particle_Title'] = 'Particle Effect',

    -- | # Toggle Descriptions ------------------------------------------------------------------------------------
    ['Toggle_Message_Description'] = 'This message is displayed on your screen each time you kill a player.',
    ['Toggle_Sound_Description'] = 'This sound will play in the background each time you kill a player.',
    ['Toggle_Effect_Description'] = 'This visual effect is displayed on your screen whenever you kill a player.',
    ['Toggle_Particle_Description'] = 'This particle effect appears above the target player when you get a kill.',

    -- | # Setting Titles ------------------------------------------------------------------------------------
    ['Setting_Style_Title'] = 'Style',
    ['Setting_Font_Title'] = 'Font',
    ['Setting_Color_Title'] = 'Color',
    ['Setting_Volume_Title'] = 'Volume',
    ['Setting_Sound_Title'] = 'Sound',

    -- | # Other Labels ------------------------------------------------------------------------------------
    ['Victim_Name'] = 'Player',
    ['Kill_Text'] = 'KILLED',
}

Last updated