Advertisement
Guest User

Untitled

a guest
May 24th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. exec permissions.cfg
  2. set es_enableCustomData 1
  3. set mysql_connection_string "server=localhost;database= #########"
  4. endpoint_add_tcp "0.0.0.0:30120"
  5. endpoint_add_udp "0.0.0.0:30120"
  6. sv_maxclients 32
  7.  
  8. # These resources will start by default.
  9. exec permissions.cfg
  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 disclaimer
  21. start vBasic
  22. start race-system
  23. start nitro
  24.  
  25. #Vmenu Trainer
  26. start vMenu
  27.  
  28. ## Essential mode ##
  29. start mysql-async
  30. start essentialmode
  31. start esplugin_mysql
  32. start es_admin2
  33. start es_ui
  34. start es_carwash
  35. start PvP
  36.  
  37. ## ESX Pack ##
  38.  
  39. start async
  40. start es_extended
  41. start esx_menu_default
  42. start esx_menu_dialog
  43. start esx_menu_list
  44. start cron
  45. start instance
  46. start es_camera
  47. start skinchanger
  48. start esx_accessories
  49. start esx_addonaccount
  50. start esx_addoninventory
  51. start esx_ambulancejob
  52. start esx_atm
  53. start esx_bankerjob
  54. start esx_barbershop
  55. start esx_billing
  56. start esx_boat
  57. start esx_boilerplate
  58. start esx_clotheshop
  59. start esx_datastore
  60. start esx_drugs
  61. start esx_garage
  62. start esx_holdup
  63. start esx_identity
  64. start esx_inventory
  65. start esx_joblisting
  66. start esx_jobs
  67. start esx_license
  68. start esx_lscustom
  69. start esx_mecanojob
  70. start esx_migrate
  71. start esx_optionalneeds
  72. start esx_policejob
  73. start esx_property
  74. start esx_service
  75. start esx_skin
  76. start esx_society
  77. start esx_status
  78. start esx_taxijob
  79. start esx_vehicleshop
  80. start esx_weaponshop
  81. #start esx_whitelist
  82. start esx_outlawalert
  83. start esx_motel
  84. start esx_truckerjob
  85.  
  86. ## Cars ##
  87. exec cars.cfg
  88. start mustangpolice
  89. start x5police
  90. start i30police
  91. start heli
  92. start responder
  93. start taxik
  94. start volvov70police
  95. start fs_taxi
  96.  
  97. ## Peds ##
  98.  
  99. ## Maps ##
  100. start london
  101.  
  102. ## Plugins ##
  103. start streetshow
  104. start watermark
  105. start pNotify
  106. start speedometer
  107. start ELS-FiveM
  108.  
  109. ## Development ##
  110. start 99kr-burglary
  111. start esx-kr-advanced-shops
  112. start esx_nocarjack
  113. start esx_inventoryhud
  114.  
  115. # This allows players to use scripthook based plugins such as lambda menu.
  116. # Set this to 0 to disallow scripthook.
  117. sv_scriptHookAllowed 1
  118.  
  119. # Uncomment this to enable RCON. Make sure to change the password.
  120. rcon_password #####
  121.  
  122. # A comma-separated list of tags for your server.
  123. # For example:
  124. # - sets tags "drifting, cars, racing"
  125. # Or:
  126. # - sets tags "roleplay, military, tanks"
  127. sets tags "default"
  128.  
  129. # Set an optional server info and connecting banner image url.
  130. # Size doesn't matter, any banner sized image will be fine.
  131. #sets banner_detail "http://url.to/image.png"
  132. #sets banner_connecting "http://url.to/image.png"
  133.  
  134. # Set your server's hostname
  135. sv_hostname "Lemon Suckers"
  136.  
  137. # Nested configs!
  138. #exec server_internal.cfg
  139.  
  140. # Loading a server icon (96x96 PNG file)
  141. load_server_icon logo.png
  142.  
  143. # convars which can be used in scripts
  144. set temp_convar "hey world!"
  145.  
  146. # Uncomment this line if you do not want your server to be listed in the server browser.
  147. sv_master1 ""
  148.  
  149. # Want to only allow players authenticated with a third-party provider like Steam?
  150. # Don't forget Social Club is a third party provider too!
  151. #sv_authMaxVariance 1
  152. #sv_authMinTrust 5
  153.  
  154. # Add system admins
  155. add_ace group.admin command allow # allow all commands
  156. add_ace group.admin command.quit deny # but don't allow quit
  157. add_principal identifier.steam:# group.admin # add the admin to the group
  158. add_principal identifier.steam:#group.admin # add the admin to the group
  159. add_principal identifier.steam:# group.admin # add the admin to the group
  160.  
  161. # Hide player endpoints in external log output.
  162. sv_endpointprivacy true
  163.  
  164. #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
  165. restart sessionmanager
  166.  
  167. set sv_licenseKey "#"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement