Advertisement
Guest User

error vrp

a guest
Mar 14th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1.  
  2. local cfg = {}
  3.  
  4. -- mysql credentials
  5. cfg.db = {
  6. host = "127.0.0.1", -- database ip (default is local)
  7. database = "vrp", -- name of database
  8. user = "root", -- database username
  9. password = "my password" -- password of your database
  10. }
  11.  
  12. cfg.save_interval = 30 -- seconds
  13. cfg.whitelist = false -- enable/disable whitelist
  14. cfg.ignore_ip_identifier = true -- This will allow multiple same IP connections (for families etc)
  15.  
  16. -- delay the tunnel at loading (for weak connections)
  17. cfg.load_duration = 5 -- seconds, player duration in loading mode at the first spawn
  18. cfg.load_delay = 0 -- milliseconds, delay the tunnel communication when in loading mode
  19. cfg.global_delay = 0 -- milliseconds, delay the tunnel communication when not in loading mode
  20.  
  21. cfg.ping_timeout = 5 -- number of minutes after a client should be kicked if not sending pings
  22.  
  23.  
  24. -- SET YOUR LANGUAGE HERE - MAKE SURE IT'S INSIDE THE ""
  25. cfg.lang = "ro" -- en / fr / it / ger / pt / ru / lith / dan / ar / pl / es / swe / fin / cn / ro
  26. -- English/Français/Italiano/Deutsche/Português/Pусский/Lietuvių/Dansk/العربية/Polskie/Español/Svenska/Suomalainen/中文/Română
  27. cfg.debug = false
  28.  
  29.  
  30. return cfg
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. AND THE SERVER.CFG
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. # you probably don't want to change these!
  54. # only change them if you're using a server with multiple network interfaces
  55. endpoint_add_tcp "188.212.101.125:30120"
  56. endpoint_add_udp "188.212.101.125:30120"
  57.  
  58.  
  59. set mysql_connection_string "server=127.0.0.1;database=vrp;userid=root;"
  60. set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
  61. set playernames_template "{{serverName}}"
  62.  
  63. #required
  64. start mapmanager
  65. start chat
  66. start spawnmanager
  67. start fivem
  68. start hardcap
  69. start rconlog
  70. #start scoreboard
  71. start mysql-async
  72.  
  73.  
  74. #vrp
  75. start vrp_mysql
  76. start vrp
  77. start vrp_carwash
  78. start vrp_loadfreeze
  79. start vRP_AdvancedFuel
  80. start vrp_job_display
  81. start vrp_bank
  82. start vrp_TruckerJob
  83. start vrp_slotmachine
  84. start vrp_ubermission
  85. start vrp_fixcar
  86. start vrp_dvcar
  87. start vrp_hotkeys
  88. start railhouse
  89. start online
  90. start bob74_ipl
  91. start pvp
  92. start Ped
  93. start banking
  94. start vrp_showroom
  95. start vrp_lscustoms
  96. start vrp_hotkeys
  97. start vrp_garages
  98. start vrp_dmvschool
  99. start vrp_basic_menu
  100. start TruckerJob
  101. start npc_control
  102. start vrp_playerlist
  103. start vrp_storerobbery
  104. start vrp_basic_mission
  105. start vrp_nocarjack
  106. start heli
  107. start vrp_id_display
  108. start vrp_names
  109. start vrp_chairs
  110.  
  111. #custom
  112. start blips
  113. start club_B
  114. start club_R
  115. start racetrack
  116. start map
  117. start VK_interiors
  118. start ThereMap
  119. start simeonfix
  120. start pNotify
  121. start lux_vehcontrol
  122. start lscustoms
  123. start BrockALPR
  124. start RealisticVehicleFailure
  125. start warmenu
  126. start vk_loadingscreen
  127. start rolesFX
  128. start speedo
  129. start anticheese-anticheat-master
  130.  
  131.  
  132.  
  133. #condensed scripts (non-vrp)
  134. start CustomScripts
  135.  
  136. #police vehicles
  137. start pol458
  138. start mustang
  139. start MP4
  140. start golf
  141. start ghispo
  142. start aventador
  143.  
  144. #police skins
  145. start detective
  146. start ems
  147. start hway
  148. start police
  149. start sheriff
  150. start sheriffd
  151. start swat
  152. start cadet
  153.  
  154. #job vehicles
  155. start repairtruck
  156.  
  157. #custom cars
  158. start gtr
  159. start gs350
  160. start e36rb
  161. start 911gt3r
  162. start audir8lms2
  163. start benzsl63
  164. start c7r
  165. start clklm
  166. start fgt2
  167. start fgt3
  168. start rmodmustang
  169. start rmodskyline
  170. start fxxk
  171. start rmodbmwi8
  172. start rmodamgc63
  173. start rmodm4
  174. start rmodm4gts
  175. start A4
  176. start A8
  177. start Bentley
  178. start buffalo
  179. start Carera
  180. start cayenne
  181. start cla45
  182. start Dacia1310
  183. start E38
  184. start gl63
  185. start M3
  186. start rs6
  187. start s63
  188. start WASHINGTON
  189. start lhgt3
  190. start rmodlp770
  191. start rmodlp750
  192. start rmodlp570
  193. start rmodsupra
  194. start rmodveneno
  195. start zondar
  196. start rmp4
  197.  
  198.  
  199. sv_scriptHookAllowed 1
  200.  
  201. # change this
  202. #rcon_password HartMon007password6612
  203.  
  204. sv_hostname "Vortex Roleplay Romania"
  205.  
  206. # nested configs!
  207. #exec server_internal.cfg
  208.  
  209. # loading a server icon (96x96 PNG file)
  210. #load_server_icon myLogo.png
  211.  
  212. # convars for use from script
  213. set temp_convar "hey world!"
  214.  
  215. # disable announcing? clear out the master by uncommenting this
  216. #sv_master1 ""
  217.  
  218. # want to only allow players authenticated with a third-party provider like Steam?
  219. #sv_authMaxVariance 1
  220. #sv_authMinTrust 5
  221.  
  222. # add system admins
  223. add_ace group.admin command allow # allow all commands
  224. add_ace group.admin command.quit deny # but don't allow quit
  225. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  226.  
  227. # remove the # to hide player endpoints in external log output
  228. sv_endpointprivacy true
  229.  
  230. # server slots limit (must be between 1 and 31)
  231. sv_maxclients 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement