From d3bb7a3c31adea0248854fda4512980808b0e459 Mon Sep 17 00:00:00 2001 From: guava Date: Sun, 30 Apr 2017 08:40:57 +0200 Subject: [PATCH] change defaults --- citmp-server.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/citmp-server.yml b/citmp-server.yml index affed60..4ce6080 100644 --- a/citmp-server.yml +++ b/citmp-server.yml @@ -9,19 +9,14 @@ AutoStartResources: - fivem-map-skater - baseevents - rconlog - - hardcap # prevents too many players from joining + - hardcap # prevents the game from breaking - scoreboard # do change RconPassword: lovely # configure this, please -Hostname: default FiveReborn server - -# don't change this, it'll cause your server to be unlisted -Game: GTA5 - -PlatformServer: updater.fivereborn.com +Hostname: default FiveM server ScriptDebug: true @@ -34,7 +29,10 @@ Announce: true DisableAuth: true # set to true to disable local script hook plugins -DisableScriptHook: false +DisableScriptHook: true -# set to the path of an icon to use in the server browser. it should be square. -#ServerIcon: hello.png \ No newline at end of file +# uncomment and set to the path of an icon to use in the server browser. it should be square. +#ServerIcon: hello.png + +# don't try enabling this +#UseGameServerV2: true