Advertisement
Guest User

Untitled

a guest
May 27th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.40 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=127.0.0.1;database=essentialmode;userid=root;"
  3. endpoint_add_tcp "0.0.0.0:30120"
  4. endpoint_add_udp "0.0.0.0:30120"
  5.  
  6. start mapmanager
  7. start chat
  8. start spawnmanager
  9. start sessionmanager
  10. start fivem
  11. start hardcap
  12. start rconlog
  13. start scoreboard
  14. start playernames
  15. #inserted trough ZAP ressourcesystem
  16. start mysql-async
  17. start essentialmode
  18. start esplugin
  19. start es_admin2
  20. ## From ESX Pack ##
  21. start async
  22. start cron
  23. start es_extended
  24. start esx_accessories
  25. start esx_addonaccount
  26. start esx_addoninventory
  27. start esx_ambulancejob
  28. start esx_animations
  29. start esx_atm
  30. start esx_bankerjob
  31. start esx_barbershop
  32. start esx_basicneeds
  33. start esx_billing
  34. start esx_boilerplate
  35. start esx_clotheshop
  36. start esx_cruisecontrol
  37. start esx_datastore
  38. start esx_dmvschool
  39. start esx_drugs
  40. start esx_garage
  41. start esx_holdup
  42. start esx_identity5
  43. start esx_joblisting
  44. start esx_jobs
  45. start esx_license
  46. start esx_lscustom
  47. start esx_mecanojob
  48. start esx_menu_default
  49. start esx_menu_dialog
  50. start esx_menu_list
  51. start esx_optionalneeds
  52. start esx_phone
  53. start esx_policejob
  54. start esx_property
  55. start esx_realestateagentjob
  56. start esx_rpchat
  57. start esx_service
  58. start esx_shops
  59. start esx_sit
  60. start esx_skin
  61. start esx_society
  62. start esx_status
  63. start esx_taxijob
  64. start esx_vehicleshop
  65. start esx_voice
  66. start esx_weashops
  67. start es_camera
  68. start instance
  69. start skinchanger
  70. ## End of ESX Pack ##
  71. start LoadingScreen
  72.  
  73. ### put your custom ressources below this line! ###
  74.  
  75. sv_scriptHookAllowed 1
  76.  
  77. # change this
  78. rcon_password 560ca279d0
  79.  
  80. sv_hostname "Woxic's | Dev"
  81.  
  82. # nested configs!
  83. #exec server_internal.cfg
  84.  
  85. # loading a server icon (96x96 PNG file)
  86. load_server_icon zap96x96.png
  87.  
  88. # convars for use from script
  89. set temp_convar "hey world!"
  90.  
  91. # disable announcing? clear out the master by uncommenting this
  92. #sv_master1 ""
  93.  
  94. # want to only allow players authenticated with a third-party provider like Steam?
  95. #sv_authMaxVariance 1
  96. #sv_authMinTrust 5
  97.  
  98. # add system admins
  99. add_ace group.admin command allow # allow all commands
  100. add_ace group.admin command.quit deny # but don't allow quit
  101. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  102.  
  103. # hide player endpoints in external log output
  104. sv_endpointprivacy true
  105.  
  106. # server slots limit (default to 32)
  107. sv_maxclients 32
  108. sv_licenseKey lu9cijjateff7orrxopy6pchs0nncsxd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement