Identix
Browse AddonsDownload RLIB
  • Introduction
  • Showcase
  • Changelog
    • 🟧2.6.0.0
    • 🟧2.5.2.0
    • 🟧2.5.1.0
    • 🟧2.5.0.0
  • FAQ
    • ◾Addon Won't Show
    • ◾Change Currencies
    • ◾Change Themes
    • ◾Disabling Names
    • ◾Incompatible Addons
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Database
    • ◾Settings
      • ◾Non-RP Gamemodes
  • ❱ First Use
    • ◾Binds
    • ◾Permissions
      • SAM
      • ServerGuard
      • ULX
      • xAdmin
  • ❱ Developers
    • ◾Hooks
      • 🔗identix_fonts_register
      • 🔗identix_pl_authenticate
      • 🔗identix_pl_name_set
      • 🔗identix_pl_name_set_post
      • 🔗identix_pl_name_rs
      • 🔗identix_pl_name_rs_post
      • 🔗identix_pl_profile_rate
      • 🔗identix_rnet_register
Powered by GitBook
On this page
  1. FAQ

Change Themes

Information related to the theme system

Currently, the theme system is under development. It is advised that you do NOT modify these settings yet.

Open lua\modules\identix\cfg\cl_cfg_themes.lua and locate the following setting:

cfg.themes.current = 'default'

The default value can be changed to set a different theme. The theme name must match what is provided in the cfg.themes.list table.

cfg.themes.list =
{
    [ 'default' ] =
    {
        pnl         = 'theme_legacy',
        w           = 475,
        h           = 575,
    },
    [ 'modern' ] =
    {
        pnl         = 'theme_modern',
        w           = 475,
        h           = 575,
    },
}

You can select between default or modern.

If you specify an invalid theme in the above setting; the system will reset back to the default theme.

PreviousChange CurrenciesNextDisabling Names

Last updated 3 years ago

◾