fivem update.
This commit is contained in:
		
							parent
							
								
									4b4a41fa73
								
							
						
					
					
						commit
						9a3f24b096
					
				@ -3,11 +3,8 @@
 | 
				
			|||||||
endpoint_add_tcp "0.0.0.0:30120"
 | 
					endpoint_add_tcp "0.0.0.0:30120"
 | 
				
			||||||
endpoint_add_udp "0.0.0.0:30120"
 | 
					endpoint_add_udp "0.0.0.0:30120"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set your server's hostname
 | 
					# Server player slot limit (see https://fivem.net/server-hosting for limits)
 | 
				
			||||||
sv_hostname "New FiveM Server with Pterodactyl"
 | 
					sv_maxclients 48
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Server player slot limit (must be between 1 and 32, unless using OneSync)
 | 
					 | 
				
			||||||
sv_maxclients 32
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
 | 
					# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
 | 
				
			||||||
# -> replace "" with the key
 | 
					# -> replace "" with the key
 | 
				
			||||||
@ -50,6 +47,15 @@ sets locale "root-AQ"
 | 
				
			|||||||
#sets banner_detail "https://url.to/image.png"
 | 
					#sets banner_detail "https://url.to/image.png"
 | 
				
			||||||
#sets banner_connecting "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!
 | 
					# Nested configs!
 | 
				
			||||||
#exec resources.cfg
 | 
					#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.
 | 
					# Hide player endpoints in external log output.
 | 
				
			||||||
sv_endpointprivacy true
 | 
					sv_endpointprivacy true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# enable OneSync with default configuration (required for server-side state awareness)
 | 
					# enable OneSync (required for server-side state awareness)
 | 
				
			||||||
sets onesync legacy
 | 
					set onesync on
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user