Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_principal group.admin group.user
- add_ace resource.es_extended command.add_ace allow
- add_ace resource.es_extended command.add_principal allow
- add_ace resource.es_extended command.remove_principal allow
- sets locale en-EN
- setr voice_use3dAudio true
- setr voice_useSendingRangeOnly true
- # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
- endpoint_add_tcp "0.0.0.0:30120"
- endpoint_add_udp "0.0.0.0:30120"
- set mysql_debug 1
- set mysql_debug_output "console"
- set mysql_slow_query_warning 200
- set mysql_connection_string "server=localhost;uid=root;password=###;database=essentialmode"
- set mysql_slow_query_warning 200
- set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
- set playernames_template "{{serverName}}"
- # These resources will start by default.
- ensure mapmanager
- ensure chat
- ensure spawnmanager
- ensure sessionmanager
- ensure fivem
- start z-loadscreen
- start es_extended
- start esx_menu_default
- start esx_menu_dialog
- start esx_menu_list
- start scoreboard
- start qalle_coords
- start esx_spectate-with_player_control
- start freecam
- start discord_perms
- start discordwhitelist
- start NativeUI
- start dpemotes
- start tab
- start execution-noclip
- start vMenu
- start esx_addoninventory
- start bob74_ipl
- start save-position
- start notraffic
- start SmartTrafficLights
- start esx_policejob
- start esx_billing
- start esx_vehicleshop
- start esx_license
- start CarCommand
- start jk_jobs
- start esx_lscustom
- start mellotrainer
- #ADDED MODS
- start fivem-map-paradiserp
- start mysql-async
- start async
- start cron
- start esx_addonaccount
- start esx_society
- start esx_identity
- start skinchanger
- start esx_skin
- start mumble-voip
- start esx_datastore
- start esx_service
- start SKAdmin
- sv_scriptHookAllowed 0
- sets tags "default"
- sets locale "th-TH"
- sv_hostname "ParadiseCity RP | Francais | Jobs | En Development"
- # Nested configs!
- #exec server_paradise.cfg
- # Loading a server icon (96x96 PNG file)
- #load_server_icon myLogo.png
- # convars which can be used in scripts
- set temp_convar "hey world!"
- # Uncomment this line if you do not want your server to be listed in the server browser.
- # Do not edit it if you *do* want your server listed.
- #sv_master1 ""
- # Add system admins
- add_ace group.superadmin command allow # allow all commands
- add_ace group.superadmin command.quit deny # but don't allow quit
- add_principal identifier.STEAM_0:0:### group.superadmin
- # Hide player endpoints in external log output.
- sv_endpointprivacy true
- # Server player slot limit (must be between 1 and 32, unless using OneSync)
- sv_maxclients 64
- # Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
- # -> replace "" with the key
- set steam_webApiKey "###"
- # License key for your server (https://keymaster.fivem.net)
- sv_licenseKey "###"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement