Skip to content

Commit

Permalink
tweak(server.cfg): use newer convars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Oct 25, 2024
1 parent 4992778 commit 9058908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ sv_maxclients 10 # Allow access to features usually locked behind a FiveM patr
sets sv_projectName "Unconfigured | ESX Legacy Server"
sets sv_projectDesc "The official recipe of the most popular FiveM RP framework, containing Jobs, Housing, Vehicles & more!"
sets tags "default, esx, esx legacy, legacy, official, roleplay"
sv_scriptHookAllowed 0

sv_enforceGameBuild 3095 #mp2023_02 - The Chop Shop
set resources_useSystemChat true

set onesync on # Enable OneSync [REQUIRED FOR LEGACY 1.7.5 +]
set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4"
Expand All @@ -36,7 +38,6 @@ set mysql_ui true
## These resources will start by default.
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure hardcap

## Add system admins
Expand All @@ -49,7 +50,6 @@ add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow

## Default & Standalone resources
ensure chat-theme-gtao # Cool Chat theme
ensure oxmysql

## ESX Legacy
Expand Down

0 comments on commit 9058908

Please sign in to comment.