Guest User

Untitled

a guest
Feb 21st, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. endpoint_add_tcp "0.0.0.0:30120"
  2. endpoint_add_udp "0.0.0.0:30120"
  3.  
  4. set mysql_connection_string "server=localhost;database=essentialmode;userid=root;password=whju943u"
  5. set es_enableCustomData 1
  6.  
  7. start mapmanager
  8. start chat
  9. start spawnmanager
  10. start sessionmanager
  11. start fivem
  12. start hardcap
  13. start rconlog
  14. start scoreboard
  15. start playernames
  16.  
  17. start mysql-async
  18. start essentialmode
  19. start esplugin_mysql
  20. start es_admin2
  21. start es_extended
  22.  
  23. restart sessionmanager
  24.  
  25. sv_scriptHookAllowed 1
  26.  
  27. # change this
  28. #rcon_password yay
  29.  
  30. sv_hostname "PTT"
  31.  
  32. # nested configs!
  33. #exec server_internal.cfg
  34.  
  35. # loading a server icon (96x96 PNG file)
  36. load_server_icon D:\FXServer_ESX\myLogo.png
  37.  
  38. # convars for use from script
  39. set temp_convar "hey world!"
  40.  
  41. # disable announcing? clear out the master by uncommenting this
  42. sv_master1 ""
  43.  
  44. # want to only allow players authenticated with a third-party provider like Steam?
  45. #sv_authMaxVariance 1
  46. #sv_authMinTrust 5
  47.  
  48. # add system admins
  49. add_ace group.admin command allow # allow all commands
  50. add_ace group.admin command.quit deny # but don't allow quit
  51. add_principal identifier.steam:1100001078c709e group.admin # add the admin to the group
  52.  
  53. # remove the # to hide player endpoints in external log output
  54. #sv_endpointprivacy true
  55.  
  56. # server slots limit (must be between 1 and 31)
  57. sv_maxclients 30
  58.  
  59. # license key for server (https://keymaster.fivem.net)
  60. sv_licenseKey pvkpqgmov5h05o1v5qn7xbusp9xm9t9r
Add Comment
Please, Sign In to add comment