> For the complete documentation index, see [llms.txt](https://ak-scripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ak-scripts.gitbook.io/docs/akxi-lie/fivem/pei-zhi.md).

# 配置

你可以在`config.lua`更改列出功能！

```lua
Config = {}

-- 选择auto为自动识别
Config.Framework = 'auto'     -- 支持的框架选择：'auto'丨'qb'丨'qbx'丨'esx'丨 'ox'（OX框架将在下次更新实现）

--═════════════════════════════════════════════════════--
--                  基础消息配置                        --
--═════════════════════════════════════════════════════--
Config.title   = '🚫 您的FiveM昵称必须与角色名一致才能进入服务器 🚫'
Config.name    = '👤 游戏内角色名: '
Config.FiveM   = '🔖 当前FiveM昵称: '
Config.license = '🆔 你的标识符: '

Config.title1  = '请按以下步骤更改您的FiveM昵称'
Config.steps1  = '📍 1. 点击右上角头像图标'
Config.steps2  = '⚙️ 2. 选择「设置」→「昵称」'
Config.steps3  = '✅ 3. 请将FiveM昵称更改为: '
Config.steps4  = '✨ 4. 可以不需要输入空格哦'
Config.tip     = '💡 提示: 更改后即可重新连接服务器啦'

--═════════════════════════════════════════════════════--
--                  社区支持配置                        --
--═════════════════════════════════════════════════════--
Config.support = '🤝 需要帮助？请加入我们的社区 🤝'
Config.kook    = '🎮 KOOK社区: https://kook.vip/mqXyIJ'  -- 把 🎮 KOOK社区: 这几个字去掉即可直接点击链接，例：https://kook.vip/mqXyIJ
Config.qq      = '💬 QQ交流群: 639300369'                -- 把 💬 QQ交流群: 这几个字去掉，换成群链接即可点击链接，例：https://qm.qq.com/q/PKD9n4YjC2

--═════════════════════════════════════════════════════--
--                  统一分割线配置                      --
--═════════════════════════════════════════════════════--
Config.separator = '💎 ✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦✧✦ 💎'
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ak-scripts.gitbook.io/docs/akxi-lie/fivem/pei-zhi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
