Guest User

asfdsfdsfsdfdsf

a guest
Dec 10th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 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 mysql_connection_string "server=127.0.0.1;database=vrpfx;userid=root;"
  7. set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
  8. set playernames_template "{{Testove na Mafian}}"
  9.  
  10. #required
  11. start mapmanager
  12. start chat
  13. start spawnmanager
  14. start fivem
  15. start hardcap
  16. start rconlog
  17. #start scoreboard
  18. start mysql-async
  19. start playernames
  20.  
  21. #vrp
  22. start vrp_mysql
  23. start vrp
  24. start vrp_playernames
  25. start vrp_basic_mission
  26. start vrp_barbershop
  27. start vrp_carwash
  28. start vrp_loadfreeze
  29. start vRP_AdvancedFuel
  30. start vrp_job_display
  31. start vrp_bankrobbery
  32. start vrp_basic_menu
  33. start vrp_barrier
  34. start vrp_TruckerJob
  35. start vrp_ubermission
  36. start vrp_fixdvcar
  37. start vrp_hotkeys
  38. start railhouse
  39. start online
  40. start bob74_ipl
  41. start pvp
  42. start Ped
  43. start banking
  44.  
  45. #custom
  46. start blips
  47. start club_B
  48. start club_R
  49. start racetrack
  50. start map
  51. start VK_interiors
  52. start ThereMap
  53. start indicators
  54. start simeonfix
  55. start pNotify
  56. start lux_vehcontrol
  57. start lscustoms
  58. start BrockALPR
  59. start RealisticVehicleFailure
  60. start warmenu
  61.  
  62. #condensed scripts (non-vrp)
  63. start CustomScripts
  64.  
  65. #police vehicles
  66. start bcso
  67. start Captain14_LSPD
  68. start Captain14_Sheriff
  69. start DodgeCharger2014
  70. start FordExplorer
  71. start hwycars
  72. start pol718
  73. start polf430
  74. start policeb
  75. start polmav
  76. start riot
  77. start Renault_Spot_RS
  78.  
  79. #police skins
  80. start detective
  81. start ems
  82. start hway
  83. start police
  84. start sheriff
  85. start sheriffd
  86. start swat
  87.  
  88. #job vehicles
  89. start repairtruck
  90.  
  91. #custom cars
  92. start Lexus_RC350
  93. start r8ppi
  94. start c10custom
  95. start chantom
  96. start skyline
  97. start subaruimpreza
  98. start f4rr
  99. start firebird
  100. start ford
  101. start GT
  102. start moto
  103. start moto2
  104. start moto3
  105. start evo
  106. start truck
  107.  
  108. #Keep this here, it stops some errors
  109. restart sessionmanager
  110.  
  111. sv_scriptHookAllowed 0
  112.  
  113. # change this and remove the # before rcon_password if you are using rcon, if not, leave this as is
  114. #rcon_password ChangeMe
  115.  
  116. sv_hostname "Testove"
  117.  
  118. # nested configs!
  119. #exec server_internal.cfg
  120.  
  121. # loading a server icon (96x96 PNG file)
  122. load_server_icon logo.png
  123.  
  124. # convars for use from script
  125. set temp_convar "hey world!"
  126.  
  127. # disable announcing? clear out the master by uncommenting this
  128. #sv_master1 ""
  129.  
  130. # want to only allow players authenticated with a third-party provider like Steam?
  131. #sv_authMaxVariance 1
  132. #sv_authMinTrust 5
  133.  
  134. # add system admins
  135. add_ace group.admin command allow # allow all commands
  136. add_ace group.admin command.quit deny # but don't allow quit
  137. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  138.  
  139. # hide player endpoints in external log output
  140. sv_endpointprivacy true
  141.  
  142. # server slots limit (default to 30)
  143. sv_maxclients 32
  144.  
  145. # Get a key from https://keymaster.fivem.net
  146. sv_licensekey pmvwvww7u9qjev45okgv3a17g8349au6
Add Comment
Please, Sign In to add comment