Init commit Fivem Data
This commit is contained in:
34
server.cfg
Normal file
34
server.cfg
Normal file
@@ -0,0 +1,34 @@
|
||||
# Southwest Roleplay - FiveM Server Configuration
|
||||
# Set your license key at https://keymaster.fivem.net
|
||||
|
||||
endpoint_add_tcp "0.0.0.0:30120"
|
||||
endpoint_add_udp "0.0.0.0:30120"
|
||||
|
||||
sv_hostname "Southwest Roleplay [DEV]"
|
||||
sets sv_projectName "Southwest Roleplay"
|
||||
sets sv_projectDesc "Southwest Roleplay FiveM Development Server"
|
||||
|
||||
sv_maxclients 48
|
||||
sv_endpointprivacy true
|
||||
sv_scriptHookAllowed 0
|
||||
|
||||
rcon_password "CHANGE_ME"
|
||||
|
||||
# OneSync (required by sw-rp fxmanifest)
|
||||
set onesync on
|
||||
set onesync_population true
|
||||
|
||||
# Default FiveM system resources needed for a functioning server
|
||||
ensure mapmanager
|
||||
ensure spawnmanager
|
||||
ensure sessionmanager
|
||||
ensure hardcap
|
||||
|
||||
# Southwest Roleplay resource
|
||||
ensure sw-rp
|
||||
|
||||
# Admin ACE
|
||||
add_ace group.admin command allow
|
||||
add_ace group.admin command.quit allow
|
||||
# Uncomment and replace with your FiveM ID:
|
||||
# add_principal identifier.fivem:YOUR_FIVEM_ID group.admin
|
||||
Reference in New Issue
Block a user