From 5007df637d11fcbd3be56c9b77f3691ec3974574 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Thu, 29 Aug 2024 01:23:04 +0300 Subject: [PATCH] refactor: use chat from fivem system resources --- qbox-lean.yaml | 2 ++ qbox-stable.yaml | 2 ++ qbox.yaml | 2 ++ server.cfg | 1 + 4 files changed, 7 insertions(+) diff --git a/qbox-lean.yaml b/qbox-lean.yaml index 2aaf1ac..76344b9 100644 --- a/qbox-lean.yaml +++ b/qbox-lean.yaml @@ -38,6 +38,8 @@ tasks: src: https://github.com/citizenfx/cfx-server-data subpath: resources dest: ./resources/[cfx-default] + - action: remove_path + path: ./resources/[cfx-default]/[gameplay]/chat - action: download_github dest: ./resources/[standalone]/bob74_ipl diff --git a/qbox-stable.yaml b/qbox-stable.yaml index d3d024d..1683d46 100644 --- a/qbox-stable.yaml +++ b/qbox-stable.yaml @@ -38,6 +38,8 @@ tasks: src: https://github.com/citizenfx/cfx-server-data subpath: resources dest: ./resources/[cfx-default] + - action: remove_path + path: ./resources/[cfx-default]/[gameplay]/chat - action: download_github dest: ./resources/[standalone]/bob74_ipl diff --git a/qbox.yaml b/qbox.yaml index 9c6b4e4..48811be 100644 --- a/qbox.yaml +++ b/qbox.yaml @@ -38,6 +38,8 @@ tasks: src: https://github.com/citizenfx/cfx-server-data subpath: resources dest: ./resources/[cfx-default] + - action: remove_path + path: ./resources/[cfx-default]/[gameplay]/chat - action: download_github dest: ./resources/[standalone]/bob74_ipl diff --git a/server.cfg b/server.cfg index e96bb2b..9caab33 100644 --- a/server.cfg +++ b/server.cfg @@ -12,6 +12,7 @@ sets sv_projectDesc "{{recipeDescription}}" sets locale "en-US" load_server_icon myLogo.png set sv_enforceGameBuild 3258 +set resources_useSystemChat true set mysql_connection_string "{{dbConnectionString}}" # Voice config