Init commit Fivem Data

This commit is contained in:
jack
2026-06-20 13:18:14 +00:00
commit b8dd09ae66
137 changed files with 161716 additions and 0 deletions

34
server.cfg Normal file
View 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