Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb-4-101.zap-hosting.com;database=zap438549-1;userid=zap438549-1;password=4MiK5xxc5oMz4W5p"
  3. endpoint_add_tcp "92.42.45.80:32294"
  4. endpoint_add_udp "92.42.45.80:32294"
  5. sv_maxclients 24
  6. # You probably don't want to change these!
  7. # Only change them if you're using a server with multiple network interfaces.
  8.  
  9.  
  10. # These resources will start by default.
  11. start mapmanager
  12. start chat
  13. start spawnmanager
  14. start sessionmanager
  15. start fivem
  16. start hardcap
  17. start rconlog
  18. start scoreboard
  19.  
  20.  
  21. # This allows players to use scripthook based plugins such as lambda menu.
  22. # Set this to 0 to disallow scripthook.
  23. sv_scriptHookAllowed 1
  24.  
  25. # Uncomment this to enable RCON. Make sure to change the password.
  26. rcon_password e251aa4cff
  27.  
  28. # A comma-separated list of tags for your server.
  29. # For example:
  30. # - sets tags "drifting, cars, racing"
  31. # Or:
  32. # - sets tags "roleplay, military, tanks"
  33. sets tags "default"
  34.  
  35. # Set an optional server info and connecting banner image url.
  36. # Size doesn't matter, any banner sized image will be fine.
  37. #sets banner_detail "http://url.to/image.png"
  38. #sets banner_connecting "http://url.to/image.png"
  39.  
  40. # Set your server's hostname
  41. sv_hostname "BlueLine Role Play | Custom Cars | Active Admins | discord.gg/BfhSwxM"
  42.  
  43. # Nested configs!
  44. #exec server_internal.cfg
  45.  
  46. # Loading a server icon (96x96 PNG file)
  47. load_server_icon zap96x96.png
  48.  
  49. # convars which can be used in scripts
  50. set temp_convar "hey world!"
  51.  
  52. # Uncomment this line if you do not want your server to be listed in the server browser.
  53. #sv_master1 ""
  54.  
  55. # Want to only allow players authenticated with a third-party provider like Steam?
  56. # Don't forget Social Club is a third party provider too!
  57. #sv_authMaxVariance 1
  58. #sv_authMinTrust 5
  59.  
  60. # Add system admins
  61. add_ace group.admin command allow # allow all commands
  62. add_ace group.admin command.quit deny # but don't allow quit
  63.  
  64. # Hide player endpoints in external log output.
  65. sv_endpointprivacy true
  66.  
  67. onesync_enabled 0
  68. #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
  69. restart sessionmanager
  70. add_ace group.admin webadmin allow
  71. add_principal identifier.steam:11000013ca8ed08 group.admin
  72. add_principal identifier.steam:110000111bc7b01 group.admin
  73. set steam_webApiKey "9FC5405FEBC21BBA433351E1B7490859"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement