Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set es_enableCustomData 1
- set mysql_connection_string "server=mysql-mariadb16-lon-101.zap-hosting.com;database=zap467673-1;userid=zap467673-1;password=zSxkLbHs96AT0oQc"
- endpoint_add_tcp "51.89.153.238:61231"
- endpoint_add_udp "51.89.153.238:61231"
- sv_maxclients 10
- # You probably don't want to change these!
- # Only change them if you're using a server with multiple network interfaces.
- # These resources will start by default.
- start mapmanager
- start chat
- start spawnmanager
- start sessionmanager
- start fivem
- start hardcap
- start bob74_ipl
- start trafficadjuster
- exec resources/vMenu/config/permissions.cfg
- add_ace group.admin "vMenu.Everything" allow
- setr vmenu_bans_database_filepath "resources/vMenu/"
- start vMenu
- start mysql-async
- start essentialmode
- start esplugin_mysql
- start es_admin2
- ## From ESX Pack ##
- start async
- start cron
- start es_extended
- start instance
- start es_camera
- start skinchanger
- start esx_accessories
- start esx_addonaccount
- start esx_addoninventory
- start esx_society
- start esx_phone
- start esx_policejob
- start esx_ambulancejob
- start esx_animations
- start esx_atm
- start esx_bankerjob
- start esx_barbershop
- start esx_basicneeds
- start esx_billing
- start esx_boat
- start esx_boilerplate
- start esx_clotheshop
- start esx_cruisecontrol
- start esx_datastore
- start esx_dmvschool
- start esx_drugs
- start esx_garage
- start esx_holdup
- start esx_identity
- start esx_joblisting
- start esx_jobs
- start esx_license
- start esx_lscustom
- start esx_mechanicjob
- start esx_menu_default
- start esx_menu_dialog
- start esx_menu_list
- start esx_migrate
- start esx_optionalneeds
- start esx_property
- start esx_realestateagentjob
- start esx_rpchat
- start esx_service
- start esx_shops
- start esx_sit
- start esx_skin
- start esx_status
- start esx_taxijob
- start esx_vehicleshop
- start esx_voice
- start esx_weaponshop
- ## End of ESX Pack ##
- start es_ui
- add_ace resource.essentialmode command.add_principal allow
- add_ace resource.essentialmode command.add_ace allow
- start rconlog
- start scoreboard
- # This allows players to use scripthook based plugins such as lambda menu.
- # Set this to 0 to disallow scripthook.
- sv_scriptHookAllowed 0
- # 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"
- # A valid locale identifier for your server's primary language.
- # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
- sets locale "nl-NL"
- # please DO replace root-AQ on the line ABOVE with a real language! :)
- # 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 "gibbs testing"
- # Nested configs!
- #exec server_internal.cfg
- # Loading a server icon (96x96 PNG file)
- load_server_icon zap96x96.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
- # Hide player endpoints in external log output.
- sv_endpointprivacy true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement