Configuration
Configuration reference and runtime behavior for gcm_pausemenu.
Root config (config/config.lua)
Config.Debug
- Type:
boolean - Current:
true - Allowed:
true/false - Impact: Enables debug output through
debugger(...).
Config.Language
- Type:
string - Current:
'en' - Allowed: available translation files under
config/translations - Impact: Controls NUI/keybind translation set.
Config.ServerName
- Type:
string - Current:
'Server Name' - Allowed: any non-empty string
- Impact: Used in disconnect kick message text.
Config.enableLogo
- Type:
boolean - Current:
true - Allowed:
true/false - Impact: Toggles logo rendering in NUI.
Config.Buttoms
- Type:
table[] - Current:
Resume,Map,Settings,Exit - Allowed: list of
{ name, action } - Impact: Controls visible menu buttons and action routing.