Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
  2. endpoint_add_tcp "0.0.0.0:30122"
  3. endpoint_add_udp "0.0.0.0:30122"
  4.  
  5. # MYSQL
  6. set mysql_connection_string "server=localhost;database=essentialmode;uid=root"
  7. add_ace resource.essentialmode command.sets allow
  8. add_ace resource.essentialmode command.add_principal allow
  9. add_ace resource.essentialmode command.add_ace allow
  10. set es_enableCustomData 1
  11.  
  12. add_ace resource.uptime command.sets allow
  13.  
  14. # [esx]
  15. start mysql-async
  16. start essentialmode
  17. start esplugin_mysql
  18. start es_admin2
  19. start async
  20. start cron
  21. start es_extended
  22. start instance
  23. start esx_phone
  24. start skinchanger
  25. start esx_addonaccount
  26. start esx_addoninventory
  27. start esx_society
  28. start esx_menu_dialog
  29. start esx_menu_default
  30. start esx_menu_list
  31. start PvP
  32. start esx_lscustom
  33. start esx_status
  34. start esx_basicneeds
  35. start scrp-scripts
  36. start bob74_ipl
  37. start esx_holdup
  38. start esx_ambulancejob
  39. start eup-ui
  40. start esx_advancedgarage
  41. start eup-stream
  42. start esx_weaponshop
  43. start esx_scoreboard
  44. start esx_extraitems
  45. start esx_atm
  46. start Area-of-Patrol
  47. start SimpleCarHUD
  48. start esx_thief
  49. start Calm-AI
  50. start NoReticle
  51. start esx_shops
  52. start harmforest
  53. start esx_bankholdup
  54. start LegacyFuel
  55. start pNotify
  56. start esx_tattoosShops
  57. start esx_voice
  58. start esx_rpchat
  59. start esx_barbershop
  60. start esx_property
  61. start esx_mechanicjob
  62. start esx_hospital
  63. start esx_identity
  64. start esx_policejob
  65. start esx_repairkit
  66. start esx_animations
  67. start esx_locksystem
  68. start esx_bankerjob
  69. start esx_taxijob
  70. start esx_mask
  71. start esx_license
  72. start esx_realestateagentjob
  73. start esx_dmvschool
  74. start esx_clotheshop
  75. start esx_joblisting
  76. start esx_jobs
  77. start esx_optionalneeds
  78. start z-loadscreen
  79. start esx_fwd_ui
  80. start esx_drugs
  81. start esx_skin
  82. start esx_datastore
  83. start RealisticVehicleFailure
  84. start nearest-postal
  85. start vMenu
  86. start esx_inventoryhud
  87. start new_banking
  88. start setroannounce
  89.  
  90. # These resources will start by default.
  91. ensure mapmanager
  92. ensure chat
  93. ensure spawnmanager
  94. ensure sessionmanager
  95. ensure fivem
  96. ensure hardcap
  97. ensure rconlog
  98.  
  99. # This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
  100. # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
  101. sv_scriptHookAllowed 0
  102.  
  103. # Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
  104. # A comma-separated list of tags for your server.
  105. # For example:
  106. # - sets tags "drifting, cars, racing"
  107. # Or:
  108. # - sets tags "roleplay, military, tanks"
  109. sets tags "esx, roleplay, casino, drugs"
  110.  
  111. # Set an optional server info and connecting banner image url.
  112. # Size doesn't matter, any banner sized image will be fine.
  113. #sets banner_detail "https://url.to/image.png"
  114. #sets banner_connecting "https://url.to/image.png"
  115.  
  116. # Set your server's hostname
  117. sv_hostname "Dead Success RP"
  118.  
  119. # Nested configs!
  120. #exec server_internal.cfg
  121.  
  122. # Loading a server icon (96x96 PNG file)
  123. load_server_icon myLogo.png
  124.  
  125. # convars which can be used in scripts
  126. set temp_convar "hey world!"
  127.  
  128. # Uncomment this line if you do not want your server to be listed in the server browser.
  129. # Do not edit it if you *do* want your server listed.
  130. #sv_master1 ""
  131.  
  132. # Add system admins
  133. add_ace group.admin command allow # allow all commands
  134. add_ace group.admin command.quit deny # but don't allow quit
  135. add_principal identifier.steam:11000010b2767f2 group.admin
  136. add_principal identifier.steam:11000011c3fe668 group.admin
  137.  
  138. add_ace Fax.AOP faxes.aopcmds allow
  139.  
  140. add_principal identifier.steam:11000010b2767f2 Fax.AOP
  141.  
  142. add_principal identifier.steam:11000011c3fe668 Fax.AOP
  143.  
  144.  
  145. # Hide player endpoints in external log output.
  146. sv_endpointprivacy true
  147.  
  148. # Server player slot limit (must be between 1 and 32, unless using OneSync)
  149. sv_maxclients 32
  150.  
  151. # License key for your server (https://keymaster.fivem.net)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement