For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Step 1. Remove old chat resource

Delete chat or any other chat resource, It's generally located in \resources\[cfx-default]\[gameplay]\chat


Step 2. Install dependencies

Install the dependencies if they are not installed.


Step 3. Download lvs_chat

Download the lvs-chat package from your keymaster. It contains two resources: chat and lvs_chat_extra. Place both inside the resources folder.


Step 4. Script initiate (server.cfg)

The chat should go where it normally does at the beginning, and lvs_chat_extra should go after ox_lib

...

set resources_useSystemChat false # set false to build-in chat (newest version of fxserver))

...

# These resources will start by default.
ensure mapmanager
ensure chat # <-- still here
ensure spawnmanager
ensure sessionmanager

...

ensure ox_lib
ensure lvs_chat_extra # <-- somewhere after ox_lib

...

Step 5. Config

Now configure and translate your resources.

Config files

chat/config.lua lvs_chat_extra/config.lua lvs_chat_extra/server/webhook.lua


Step 6. qb-core

Open qb-core/server/commands.lua remove the commands ooc and me (line 272).

This ones:

Last updated