Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
1,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 3.00 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. sv_licenseKey
  9.  
  10. ##ESSENCIAIS/PADR?O##
  11. start mapmanager
  12. start chat
  13. start es_admin2
  14. start assets
  15. start spawnmanager
  16. restart sessionmanager
  17. start fivem
  18. start fivem-map-skater
  19. start hardcap
  20. start rconlog
  21. start scoreboard
  22. start playernames
  23. start mysql-async
  24. start essentialmode
  25. start esplugin_mysql
  26. start es_extended
  27. start async
  28. start esx_menu_default
  29. start esx_menu_list
  30. start esx_menu_dialog
  31.  
  32. ##ESX##
  33. start esx_voice
  34. start esx_addons_gcphone
  35. start gcphone
  36. start esx_status
  37. start esx_basicneeds
  38. start esx_shops
  39. start esx_addoninventory
  40. start esx_addonaccount
  41. start esx_billing
  42. start esx_identity
  43. start esx_license
  44. start esx_dmvschool
  45. start esx_skin
  46. start esx_society
  47. start esx_jobs
  48. start esx_joblisting
  49. start esx_policejob
  50. start esx_ambulancejob
  51. start esx_vehicleshop
  52. start esx_lscustom
  53. start esx_nocarjack
  54. start esx_gym
  55. start esx_holdup
  56. start esx_clotheshop
  57. start esx_barbershop
  58. start esx_datastore
  59.  
  60. ##SCRIPTS/OUTROS##
  61. start skinchanger
  62. start cron
  63. start pNotify
  64. start drop
  65. start npc_control
  66. start SeatbeltIndicator
  67. start new_banking
  68.  
  69.  
  70.  
  71. # This allows players to use scripthook based plugins such as lambda menu.
  72. # Set this to 0 to disallow scripthook.
  73. sv_scriptHookAllowed 1
  74.  
  75. # Uncomment this to enable RCON. Make sure to change the password.
  76. #rcon_password changeme
  77.  
  78. # A comma-separated list of tags for your server.
  79. # For example:
  80. # - sets tags "drifting, cars, racing"
  81. # Or:
  82. # - sets tags "roleplay, military, tanks"
  83. sets tags "default"
  84.  
  85. # Set an optional server info and connecting banner image url.
  86. # Size doesn't matter, any banner sized image will be fine.
  87. #sets banner_detail "http://url.to/image.png"
  88. #sets banner_connecting "http://url.to/image.png"
  89.  
  90. # Set your server's hostname
  91. sv_hostname "My new FXServer!"
  92.  
  93. # Nested configs!
  94. #exec server_internal.cfg
  95.  
  96. # Loading a server icon (96x96 PNG file)
  97. #load_server_icon myLogo.png
  98.  
  99. # convars which can be used in scripts
  100. set temp_convar "hey world!"
  101.  
  102. # Uncomment this line if you do not want your server to be listed in the server browser.
  103. #sv_master1 ""
  104.  
  105. # Want to only allow players authenticated with a third-party provider like Steam?
  106. # Don't forget Social Club is a third party provider too!
  107. #sv_authMaxVariance 1
  108. #sv_authMinTrust 5
  109.  
  110. # Add system admins
  111. add_ace group.admin command allow # allow all commands
  112. add_ace group.admin command.quit deny # but don't allow quit
  113. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  114.  
  115. # Hide player endpoints in external log output.
  116. sv_endpointprivacy true
  117.  
  118. # Correç?o Erro: command.add_principal
  119. add_ace resource.essentialmode command.add_principal allow
  120.  
  121. # Server player slot limit (must be between 1 and 32)
  122. sv_maxclients 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement