General Settings
Framework detection, keybind, and core behavior settings.
Framework
| Option | Default | Description |
|---|---|---|
Config.Framework | "auto" | Framework detection mode |
Available values: "auto", "esx", "qb", "qbox", "standalone"
General
| Option | Default | Description |
|---|---|---|
Config.Keybind | "F1" | Default key to open the radial menu |
Config.AllowWalking | false | Allow player movement while menu is open |
Config.SettingsCommand | "radialsettings" | Command to open the settings panel |
Config.Debug | false | Enable debug prints in F8 console |
Default Player Settings
Default values for new players (before they customize via the settings panel):
| Option | Default | Description |
|---|---|---|
Config.DefaultSettings.sound | false | Sound effects enabled |
Config.DefaultSettings.hover | false | Flicker hover animation enabled |
Config.DefaultSettings.keyPress | false | Toggle mode (false = hold mode) |
Config.DefaultSettings.scale | 1.0 | UI scale multiplier (0.5 - 1.5) |
Config.DefaultSettings.blur | false | Screen blur when menu is open |
Locales
UI labels for the settings panel:
| Key | Default | Description |
|---|---|---|
Config.Locales.sound | "Sound" | Sound toggle label |
Config.Locales.hover | "Hover" | Hover animation toggle label |
Config.Locales.keyPress | "Toggle Mode" | Hold/toggle mode label |
Config.Locales.scale | "Scale" | Scale slider label |
Config.Locales.blur | "Blur" | Blur toggle label |
Config.Locales.position | "Position" | Position drag button label |
Config.Locales.save | "SAVE" | Save button text |
Config.Locales.reset | "RESET" | Reset button text |
Config.Locales.cancel | "CANCEL" | Cancel button text |
Disabled Controls
While the menu is open, the following GTA controls are disabled:
- Camera look (left/right, up/down)
- Attack, aim, and melee controls
- Pause menu (ESC closes the menu instead)
- Movement and sprint (only when
AllowWalkingisfalse)
