Advertisement
Guest User

server.cfg

a guest
Jun 3rd, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb-oce02-11-101.zap-hosting.com;database=zap491457-1;userid=zap491457-1;password=eULCBCun4tojaKld"
  3. endpoint_add_tcp "139.99.145.103:30190"
  4. endpoint_add_udp "139.99.145.103:30190"
  5. sv_maxclients 30
  6. exec resources/vMenu/config/permissions.cfg
  7.  
  8. exec serverperm.cfg
  9.  
  10. exec <pathToPermissionsFile>/permissions.cfg
  11. add_ace group.restart restart.cmds allow
  12.  
  13. # You probably don't want to change these!
  14. # Only change them if you're using a server with multiple network interfaces.
  15.  
  16. exec resources.cfg
  17.  
  18. # This allows players to use scripthook based plugins such as lambda menu.
  19. # Set this to 0 to disallow scripthook.
  20. sv_scriptHookAllowed 1
  21.  
  22. # Uncomment this to enable RCON. Make sure to change the password.
  23. rcon_password 61775f6cf8
  24.  
  25. # A comma-separated list of tags for your server.
  26. # For example:
  27. # Or:
  28.  
  29. # A valid locale identifier for your server's primary language.
  30. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  31. # please DO replace root-AQ on the line ABOVE with a real language! :)
  32.  
  33.  
  34. # Set an optional server info and connecting banner image url.
  35. # Size doesn't matter, any banner sized image will be fine.
  36. #sets banner_detail "file:///C:/Users/Tim/Pictures/banner.png"
  37. #sets banner_connecting "file:///C:/Users/Tim/Pictures/banner.png"
  38.  
  39. # Set your server's hostname
  40. sv_hostname "^3Paleto Bay DOJRP ^1| ^3 Anyone Can Be A Cop ^1| ^9 350 Custom Cars ^1| ^2 Menu Server (V-Menu Included) ^1| ^8 Friendly Staff Willing To Help Out ^1| ^6 Discord: https://discord.gg/e7BgeU3"
  41.  
  42. # Nested configs!
  43. #exec server_internal.cfg
  44.  
  45. # Loading a server icon (96x96 PNG file)
  46. load_server_icon zap96x96.png
  47.  
  48. # convars which can be used in scripts
  49. set temp_convar "hey world!"
  50.  
  51. # Uncomment this line if you do not want your server to be listed in the server browser.
  52. #sv_master1 "1"
  53.  
  54. # Want to only allow players authenticated with a third-party provider like Steam?
  55. # Don't forget Social Club is a third party provider too!
  56. #sv_authMaxVariance 1
  57. #sv_authMinTrust 5
  58.  
  59.  
  60.  
  61. # Hide player endpoints in external log output.
  62. sv_endpointprivacy true
  63.  
  64.  
  65. add_ace group.admin webadmin allow
  66. add_principal identifier.steam:11000011a829de5 group.admin
  67. add_principal identifier.steam:110000140ef5e2c group.admin
  68. add_principal identifier.steam:110000100a76fb5 group.admin
  69. setr ea_LanguageName "en"
  70. setr ea_MenuButton "208"
  71. set ea_moderationNotification "https://discordapp.com/api/webhooks/697452109817446450/VhXJcPGN9EHvy3VetA5mqreQ-OfJCqB49JaZD1LVQVLJRuUeoKOmq3Uc0rcGFELGE3CP"
  72. set ea_enableCallAdminCommand "true"
  73. set ea_enableReportCommand "true"
  74. sets tags "doj,serious rp,roleplay,custom cars,esx,fun,friendly staff, mcdonalds,los santos, paletobay, san andreas"
  75. onesync_enabled 0
  76. #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
  77. restart sessionmanager
  78. set steam_webApiKey "9FC5405FEBC21BBA433351E1B7490859"
  79. set sv_UseDirectListing false
  80. sets locale "root-AQ"
  81. set sv_listingIPOverride "139.99.145.103"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement