Merge pull request #1164 from Pedro-Lucas14/patch-2

fivem update.
This commit is contained in:
Michael (Parker) Parker 2021-06-13 15:43:33 -04:00 committed by GitHub
commit e1ee260795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,8 @@
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
# Set your server's hostname
sv_hostname "New FiveM Server with Pterodactyl"
# Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 32
# Server player slot limit (see https://fivem.net/server-hosting for limits)
sv_maxclients 48
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
# -> replace "" with the key
@ -50,6 +47,15 @@ sets locale "root-AQ"
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Set your server's hostname
sv_hostname "New FiveM Server with Pterodactyl"
# Set your server's Project Name
sets sv_projectName "My Pterodactyl Project"
# Set your server's Project Description
sets sv_projectDesc "Default Pterodactyl requiring configuration"
# Nested configs!
#exec resources.cfg
@ -71,5 +77,5 @@ add_principal identifier.fivem:1 group.admin # add the admin to the group
# Hide player endpoints in external log output.
sv_endpointprivacy true
# enable OneSync with default configuration (required for server-side state awareness)
sets onesync legacy
# enable OneSync (required for server-side state awareness)
set onesync on