Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exec permissions.cfg
- set es_enableCustomData 1
- set mysql_connection_string "server=localhost;database= #########"
- endpoint_add_tcp "0.0.0.0:30120"
- endpoint_add_udp "0.0.0.0:30120"
- sv_maxclients 32
- # These resources will start by default.
- exec permissions.cfg
- start mapmanager
- start chat
- start spawnmanager
- start sessionmanager
- start fivem
- start hardcap
- start rconlog
- start scoreboard
- start playernames
- start loadingscreen
- #start disclaimer
- start vBasic
- start race-system
- start nitro
- #Vmenu Trainer
- start vMenu
- ## Essential mode ##
- start mysql-async
- start essentialmode
- start esplugin_mysql
- start es_admin2
- start es_ui
- start es_carwash
- start PvP
- ## ESX Pack ##
- start async
- start es_extended
- start esx_menu_default
- start esx_menu_dialog
- start esx_menu_list
- start cron
- start instance
- start es_camera
- start skinchanger
- start esx_accessories
- start esx_addonaccount
- start esx_addoninventory
- start esx_ambulancejob
- start esx_atm
- start esx_bankerjob
- start esx_barbershop
- start esx_billing
- start esx_boat
- start esx_boilerplate
- start esx_clotheshop
- start esx_datastore
- start esx_drugs
- start esx_garage
- start esx_holdup
- start esx_identity
- start esx_inventory
- start esx_joblisting
- start esx_jobs
- start esx_license
- start esx_lscustom
- start esx_mecanojob
- start esx_migrate
- start esx_optionalneeds
- start esx_policejob
- start esx_property
- start esx_service
- start esx_skin
- start esx_society
- start esx_status
- start esx_taxijob
- start esx_vehicleshop
- start esx_weaponshop
- #start esx_whitelist
- start esx_outlawalert
- start esx_motel
- start esx_truckerjob
- ## Cars ##
- exec cars.cfg
- start mustangpolice
- start x5police
- start i30police
- start heli
- start responder
- start taxik
- start volvov70police
- start fs_taxi
- ## Peds ##
- ## Maps ##
- start london
- ## Plugins ##
- start streetshow
- start watermark
- start pNotify
- start speedometer
- start ELS-FiveM
- ## Development ##
- start 99kr-burglary
- start esx-kr-advanced-shops
- start esx_nocarjack
- start esx_inventoryhud
- # This allows players to use scripthook based plugins such as lambda menu.
- # Set this to 0 to disallow scripthook.
- sv_scriptHookAllowed 1
- # Uncomment this to enable RCON. Make sure to change the password.
- rcon_password #####
- # A comma-separated list of tags for your server.
- # For example:
- # - sets tags "drifting, cars, racing"
- # Or:
- # - sets tags "roleplay, military, tanks"
- sets tags "default"
- # Set an optional server info and connecting banner image url.
- # Size doesn't matter, any banner sized image will be fine.
- #sets banner_detail "http://url.to/image.png"
- #sets banner_connecting "http://url.to/image.png"
- # Set your server's hostname
- sv_hostname "Lemon Suckers"
- # Nested configs!
- #exec server_internal.cfg
- # Loading a server icon (96x96 PNG file)
- load_server_icon logo.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.
- sv_master1 ""
- # Want to only allow players authenticated with a third-party provider like Steam?
- # Don't forget Social Club is a third party provider too!
- #sv_authMaxVariance 1
- #sv_authMinTrust 5
- # Add system admins
- add_ace group.admin command allow # allow all commands
- add_ace group.admin command.quit deny # but don't allow quit
- add_principal identifier.steam:# group.admin # add the admin to the group
- add_principal identifier.steam:#group.admin # add the admin to the group
- add_principal identifier.steam:# group.admin # add the admin to the group
- # Hide player endpoints in external log output.
- sv_endpointprivacy true
- #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
- restart sessionmanager
- set sv_licenseKey "#"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement