fivem server.cfg update

This commit is contained in:
Michael (Parker) Parker 2018-06-02 23:09:58 -04:00
parent 6be898bc7a
commit 8ca1d2c97e

View File

@ -1,5 +1,4 @@
# you probably don't want to change these!
# only change them if you're using a server with multiple network interfaces
# only change these if you're using a server with multiple network interfaces
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
@ -13,11 +12,16 @@ start rconlog
start scoreboard
start playernames
# allow client mods such as Lamda Menu?
sv_scriptHookAllowed 1
# change this
#rcon_password yay
# a comma-separated list of tags for your server
# for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
sets tags "default"
sv_hostname "My new FXServer!"
# nested configs!
@ -29,10 +33,10 @@ sv_hostname "My new FXServer!"
# convars for use from script
set temp_convar "hey world!"
# disable announcing? clear out the master by uncommenting this
# Uncomment to DISABLE your server coming up in the server list
#sv_master1 ""
# want to only allow players authenticated with a third-party provider like Steam?
# want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party provider too!)?
#sv_authMaxVariance 1
#sv_authMinTrust 5
@ -44,5 +48,5 @@ add_principal identifier.steam:110000112345678 group.admin # add the admin to th
# remove the # to hide player endpoints in external log output
#sv_endpointprivacy true
# server slots limit (must be between 1 and 31)
sv_maxclients 30
# server slots limit (must be between 1 and 32)
sv_maxclients 32