Skip to content

Commit

Permalink
refactor: use chat from fivem system resources
Browse files Browse the repository at this point in the history
  • Loading branch information
D4isDAVID authored Aug 29, 2024
1 parent 2f5c46b commit 96b8030
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96b8030

Please sign in to comment.