Guest User

(Vrp/cfg/Base.lua)

a guest
Feb 24th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. Server.cfg
  2.  
  3. set sv_licenseKey "b9wyynvuxk9v4q6tf39qsmtn0vfmhrpj"
  4. endpoint_add_tcp "0.0.0.0:30120"
  5. endpoint_add_udp "0.0.0.0:30120"
  6.  
  7.  
  8.  
  9. #required
  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 mysql-async
  19. start playernames
  20. start LoadingScreen
  21.  
  22. # Set connection MYSQL-async
  23. set mysql_connection_string "server=localhost;database=essentialmode;userid=root;"
  24.  
  25. # Disable Couchdb from essentialmode
  26. set es_enableCustomData 1
  27.  
  28. # Mysql/Base
  29. start mysql-async
  30.  
  31. #Fix Errors
  32. restart sessionmanager
  33.  
  34. # ESX/Base
  35. start essentialmode
  36. start esplugin_mysql
  37. start es_admin2
  38. start es_extended
  39.  
  40. #vrp
  41. start vrp_mysql
  42. start vrp
  43. start vrp_playernames
  44. start vrp_basic_mission
  45. start vrp_barbershop
  46. start vrp_carwash
  47. start vrp_loadfreeze
  48. start vRP_AdvancedFuel
  49. start vrp_job_display
  50. start vrp_bankrobbery
  51. start vrp_basic_menu
  52. start vrp_barrier
  53. start vrp_TruckerJob
  54. start vrp_slotmachine
  55. start vrp_ubermission
  56. start vrp_fixcar
  57. start vrp_dvcar
  58. start vrp_hotkeys
  59. start vrp_chopshop
  60. start railhouse
  61. start online
  62. start bob74_ipl
  63. start pvp
  64. start Ped
  65. start banking
  66.  
  67. #custom
  68. start blips
  69. start club_B
  70. start club_R
  71. start racetrack
  72. start map
  73. start VK_interiors
  74. start ThereMap
  75. start indicators
  76. start simeonfix
  77. start pNotify
  78. start lux_vehcontrol
  79. start lscustoms
  80. start BrockALPR
  81. start RealisticVehicleFailure
  82. start warmenu
  83. start k9
  84.  
  85. #condensed scripts (non-vrp)
  86. start CustomScripts
  87.  
  88. #police vehicles
  89. start bcso
  90. start Captain14_LSPD
  91. start Captain14_Sheriff
  92. start DodgeCharger2014
  93. start FordExplorer
  94. start hwycars
  95. start pol718
  96. start polf430
  97. start policeb
  98. start polmav
  99. start riot
  100.  
  101. #police skins
  102. start detective
  103. start ems
  104. start hway
  105. start police
  106. start sheriff
  107. start sheriffd
  108. start swat
  109.  
  110. #job vehicles
  111. start repairtruck
  112.  
  113. #custom cars
  114. start Audi_C7_RS6
  115. start Audi_S5
  116. start Lexus_RC350
  117. start r8ppi
  118. start c10custom
  119. start chantom
  120. start skyline
  121. start subaruimpreza
  122. start f4rr
  123. start firebird
  124. start ford
  125. start GT
  126. start moto
  127. start moto2
  128. start moto3
  129. start evo
  130. start truck
  131.  
  132. #Keep this here, it stops some errors
  133. restart sessionmanager
  134.  
  135. sv_scriptHookAllowed 0
  136.  
  137. # change this
  138. #rcon_password Martine@22
  139.  
  140. sv_hostname "[VRP][EU]Double-Trobble LifeRP Server¦Serious Roleplay¦Custom Cars¦VPR¦Jobs¦COPS/EMS Whitelisted¦Robberies¦"
  141.  
  142. # nested configs!
  143. #exec server_internal.cfg
  144.  
  145. # loading a server icon (96x96 PNG file)
  146. load_server_icon myLogo.png
  147.  
  148. # convars for use from script
  149. set temp_convar "hey world!"
  150.  
  151. # disable announcing? clear out the master by uncommenting this
  152. #sv_master1 ""
  153.  
  154. # want to only allow players authenticated with a third-party provider like Steam?
  155. #sv_authMaxVariance 1
  156. #sv_authMinTrust 5
  157.  
  158. # add system admins
  159. add_ace group.admin command allow # allow all commands
  160. add_ace group.admin command.quit deny # but don't allow quit
  161. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  162.  
  163. # remove the # to hide player endpoints in external log output
  164. #sv_endpointprivacy true
  165.  
  166. # server slots limit (must be between 1 and 31)
  167. sv_maxclients 30
  168.  
  169. # license key for server (https://keymaster.fivem.net)
  170. sv_licenseKey "b9wyynvuxk9v4q6tf39qsmtn0vfmhrpj"
  171.  
  172.  
  173.  
  174.  
  175. ###(Vrp/cfg/Base.lua)
  176.  
  177.  
  178. local cfg = {}
  179.  
  180. -- mysql credentials
  181. cfg.db = {
  182. host = "127.0.0.1", --ip
  183. database = "vrpfx", -- name of database
  184. user = "root", -- name of user
  185. password = "" -- password of you database i'm use xampp and no password
  186. }
  187.  
  188. cfg.save_interval = 60 -- seconds
  189. cfg.whitelist = false -- enable/disable whitelist
  190.  
  191. -- delay the tunnel at loading (for weak connections)
  192. cfg.load_duration = 30 -- seconds, player duration in loading mode at the first spawn
  193. cfg.load_delay = 60 -- milliseconds, delay the tunnel communication when in loading mode
  194. cfg.global_delay = 0 -- milliseconds, delay the tunnel communication when not in loading mode
  195.  
  196. cfg.ping_timeout = 5 -- number of minutes after a client should be kicked if not sending pings
  197.  
  198. cfg.lang = "en" -- en / fr / pt-br
  199. cfg.debug = false
  200.  
  201.  
  202. return cfg
Add Comment
Please, Sign In to add comment