GeN Scripts
YoutubeDiscordGithub
  • 👋Welcome!
  • Information
    • 👮‍♂️Discord Customer Role
    • ❓How can i download my script
    • 🔒Whats escrow system?
    • 😥You lack the required entitlement
  • Scripts
    • gen_spawnselector
      • Installation guide
      • Accessible files
    • gen_loading
      • Installation guide
      • Accessible files
    • gen_pausev1
      • Installation guide
      • Accessible files
    • gen_pausev2
      • Installation guide
      • Accessible files
    • gen_caseopening
      • Installation guide
      • Accessible files
      • Config adjustment
    • gen_fishing
    • gen_hud
Powered by GitBook
On this page

Was this helpful?

  1. Scripts
  2. gen_pausev2

Accessible files

config.lua
Config = {
    Framework = "qb", -- qb or esx

    Theme = "aqua", -- aqua, blue, purple, red, yellow

    DiscordLink = "https://discord.gg/yourdiscord", -- Discord Link
    YoutubeLink = "https://youtube.com/youryoutube", -- Youtube Link

    Announcements = {
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
        {
            title = "Welcome to the server!",
            message = "Welcome to the server! We hope you enjoy your stay!",
            date = "2024-05-04 00:00:00",
        },
    }
}

Locales = {
    ["currentTime"] = "TIME",
    ["currentDate"] = "DATE",
    ["logoMain"] = "GEN",
    ["logoSub"] = "Pause Menu",
    ["logoSubBg"] = "Pause Menu",
    ["activePlayers"] = "ACTIVE PLAYERS",
    ["gameButtonText"] = "GAME",
    ["mapButtonText"] = "MAP",
    ["mapButtonTitle"] = "INFORMATION",
    ["mapButtonDescription"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi consequatur debitis, perspiciatis iusto molestiae animi omnis accusamus officiis illum aliquid.",
    ["settingsButtonTitle"] = "WARNING",
    ["settingsButtonDescription"] = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi consequatur debitis, perspiciatis iusto molestiae animi omnis accusamus officiis illum aliquid.",
    ["playerName"] = "Player",
    ["jobTitle"] = "Proffession",
    ["totalPlayTimeTitle"] = "Total Play Time",
    ["bankAccountTitle"] = "Bank Account",
    ["cashAccountTitle"] = "Cash Amount",
    ["miniGamesButton"] = "MINIGAMES",
    ["exitGameButton"] = "EXIT GAME",
    ["announceSectionTitle"] = "SERVER",
    ["announceSectionText"] = "ANNOUNCE",
    ["discordLinkButton"] = "DISCORD",
    ["exitPageTitle"] = "EXIT THE",
    ["exitPageText"] = "GAME",
    ["exitBtnCancel"] = "CANCEL",
    ["exitBtnAccept"] = "EXIT",
    ["gamePageTitle"] = "MINI",
    ["gamePageText"] = "GAMES",
    ["exitMenuTitle"] = "EXIT MENU",
}
server_config.lua
Token = "SET_DISCORD_TOKEN"

Last updated 1 year ago

Was this helpful?

Page cover image