Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # you probably don't want to change these!
  2. # only change them if you're using a server with multiple network interfaces
  3. endpoint_add_tcp "0.0.0.0:30120"
  4. endpoint_add_udp "0.0.0.0:30120"
  5.  
  6. set es_enableCustomData 1
  7. set mysql_connection_string "server=127.0.0.1;database=essentialmode;userid=root;"
  8. set sv_licenseKey "my licensekey is here"
  9.  
  10. start mapmanager
  11. start chat
  12. start spawnmanager
  13. start sessionmanager
  14. start fivem
  15. start hardcap
  16. start rconlog
  17. start scoreboard
  18. start playernames
  19. start loadingscreen
  20. start mellotrainer
  21. start async
  22.  
  23. # Mysql/Base
  24. start mysql-async
  25.  
  26. # ESX/Base
  27. start essentialmode
  28. start esplugin_mysql
  29. start es_admin2
  30. start es_extended
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement