Advertisement
Guest User

Untitled

a guest
Aug 27th, 2020
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb-dal01-9-101.zap-hosting.com;database=zap466275-1;userid=zap466275-1;password=95yuTzJrUlNuu1Rb"
  3. endpoint_add_tcp "0.0.0.0:30120"
  4. endpoint_add_udp "0.0.0.0:30120"
  5. sv_maxclients 32
  6.  
  7. exec resources.cfg
  8. exec permissions.cfg
  9.  
  10. # You probably don't want to change these!
  11. # Only change them if you're using a server with multiple network interfaces.
  12.  
  13. # This allows players to use scripthook based plugins such as lambda menu.
  14. # Set this to 0 to disallow scripthook.
  15. sv_scriptHookAllowed 0
  16.  
  17. # Uncomment this to enable RCON. Make sure to change the password.
  18. rcon_password deleted for security
  19.  
  20. # A comma-separated list of tags for your server.
  21. # For example:
  22. # - sets tags "drifting, cars, racing"
  23. # Or:
  24. # - sets tags "roleplay, military, tanks"
  25. sets tags "default"
  26.  
  27. # Set an optional server info and connecting banner image url.
  28. # Size doesn't matter, any banner sized image will be fine.
  29. #sets banner_detail "http://url.to/image.png"
  30. #sets banner_connecting "http://url.to/image.png"
  31.  
  32. # Set your server's hostname
  33. sv_hostname "^4Xeon ^7RolePlay ^8Community ^6| ^7Active Staff ^6| ^3vMenu ^6| ^2EUP ^6| ^9Hiring LEO/EMS ^6| ^1N/A^6| ^2Serious RP Only!"
  34.  
  35. # Nested configs!
  36. #exec server_internal.cfg
  37.  
  38. # Loading a server icon (96x96 PNG file)
  39. load_server_icon HRPC.png
  40.  
  41. # convars which can be used in scripts
  42. set temp_convar "hey world!"
  43.  
  44. # Uncomment this line if you do not want your server to be listed in the server browser.
  45. #sv_master1 deleted for security
  46.  
  47. # Want to only allow players authenticated with a third-party provider like Steam?
  48. # Don't forget Social Club is a third party provider too!
  49. #sv_authMaxVariance 1
  50. #sv_authMinTrust 5
  51.  
  52. # Add system admins
  53. add_ace group.admin command allow # allow all commands
  54. add_ace group.admin command.quit deny # but don't allow quit
  55. add_principal identifier.steam:1100001123F161A group.admin # add the admin to the group #Harrison S.
  56. add_principal identifier.steam:110000117D4FA18 group.admin # add the admin to the group #Ethan
  57. add_principal identifier.steam:110000119092645 group.admin # add the admin to the group #J. Anderson
  58. add_principal identifier.steam:11000011a5cc5fc group.admin # add the admin to the group #Caleb
  59. add_ace Fax.AOP faxes.aopcmds allow
  60. add_principal identifier.steam:1100001123F161A Fax.AOP #Harrison S.
  61. add_ace Fax.AOP faxes.aopcmds allow
  62. add_principal identifier.steam:110000119092645 Fax.AOP #J. Anderson
  63. add_ace Fax.AOP faxes.aopcmds allow
  64. add_principal identifier.steam:110000117D4FA18 Fax.AOP #Ethan
  65. add_ace Fax.AOP faxes.aopcmds allow
  66. add_principal identifier.steam:N/A Fax.AOP #N/A
  67. add_ace Fax.AOP faxes.aopcmds allow
  68. add_principal identifier.steam:11000011a5cc5fc Fax.AOP #Caleb
  69. add_ace Fax.AOP faxes.aopcmds allow
  70. add_principal identifier.steam:1100001139b9db7 Fax.AOP #Jeff
  71. add_ace Fax.AOP faxes.aopcmds allow
  72.  
  73. # Hide player endpoints in external log output.
  74. sv_endpointprivacy true
  75.  
  76. onesync_enabled 0
  77.  
  78. set steam_webApiKey "deleted for security"
  79. set sv_UseDirectListing true
  80. sets locale "root-AQ"
  81. set sv_listingIPOverride "198.50.209.161"
  82.  
  83. set sv_licenseKey deleted for security
  84. restart sessionmanager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement