Guest User

Untitled

a guest
Feb 24th, 2018
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.04 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=localhost;database=vRP;userid=root;password="
  8.  
  9. #requirements
  10. start mapmanager
  11. start spawnmanager
  12. start fivem
  13. start hardcap
  14. start rconlog
  15. scoreboard
  16. start mysql-async
  17. start VK_interiors
  18. start sessionmanager
  19. start customchat
  20. start keks
  21.  
  22. #vrp
  23. start vrp
  24. start vrp_chairs
  25. start vrp_mysql
  26. start vrp_job_display
  27. start vrp_paycheck
  28. start vrp_basic_menu
  29. start vrp_barbershop
  30. start vrp_loadfreeze
  31. start vRP_AdvancedFuel
  32. start vrp_basic_mission
  33. start vrp_dmvschool
  34. start vrp_carwash
  35. start vrp_lscustoms
  36. start vrp_showroom
  37. start vrp_armorshop
  38. start vrp_tattoos
  39. start vrp_cmds
  40. start vrp_drugs
  41. start vrp_esx_menu
  42. start vk_handsup
  43.  
  44. #condensed scripts
  45. start CustomScripts
  46.  
  47. #veiculos
  48. start A7
  49. start Audi_A8
  50. start Bentley_Continental
  51. start BMW_X6M
  52. start Lancer_Evolution
  53. start M5e60
  54. start Mercedes_S500
  55. start Mustang_GT
  56. start Range_Rover
  57. start Renegade
  58. start Rolls_Royce
  59. start Santa_Fe
  60. start Veloster
  61. start velozes_furiosos
  62. start velozes_furiosos2
  63. start jetta
  64. start dodge_charger
  65. start mini_cooper
  66. start Golf_gti
  67. start Cayenne
  68.  
  69. #motos
  70. start zx10r
  71. start BMW_S1000
  72. start Yamaha_Scooter
  73. start Yamaha_YZFR6
  74. start Biz_125
  75. start MT09
  76. start CBR_1000RR
  77. start XT_660
  78.  
  79. #Carros
  80. start Carros
  81. start Motos
  82. start Bombeiro
  83. start Policia
  84. start Fardas
  85. start taxi_escola
  86.  
  87. #outros
  88. start object-loader
  89. start object-teleports
  90. start peds
  91. start tudo
  92. start NeverWanted
  93. start deleteveh
  94. start modelblacklist
  95. start lux_vehcontrol
  96. start sexyspeedometer
  97. start pNotify
  98. start outlawalert
  99. start PoliceVehiclesWeaponDeleter
  100. start disable_dispatch
  101. start banking
  102. start loadipl
  103. start favela2
  104. start favela1
  105. start favela3
  106. start favela4
  107. start favela5
  108. start MapMaker
  109. start simeonfix
  110. start handling
  111. start nocarjack
  112. start npc_control
  113. start FamilyRP-Styled-Voice-master
  114. start Kodakvoip-master
  115. start vrp_id_display
  116. start vrp_bank
  117. start BrigSteamScoreBoard
  118.  
  119. sv_scriptHookAllowed 0
  120.  
  121. # change this
  122. rcon_password dankviado
  123.  
  124. sv_hostname "Brasil - Spartacus Sao Paulo"
  125.  
  126. # nested configs!
  127. #exec server_internal.cfg
  128.  
  129. # loading a server icon (96x96 PNG file)
  130. load_server_icon logo.png
  131.  
  132. # convars for use from script
  133. set temp_convar "Seja bem vindo, bom rolepay!"
  134.  
  135. # disable announcing? clear out the master by uncommenting this
  136. #sv_master1 ""
  137.  
  138. # want to only allow players authenticated with a third-party provider like Steam?
  139. sv_authMaxVariance 1
  140. sv_authMinTrust 5
  141.  
  142. # add system admins
  143. add_ace group.admin command allow # allow all commands
  144. add_ace group.admin command.quit deny # but don't allow quit
  145. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  146.  
  147. # player endpoint protection
  148. sv_endpointprivacy true
  149.  
  150. # server slots limit
  151. sv_maxclients 32
  152.  
  153. # license key for server (https://keymaster.fivem.net)
  154. sv_licenseKey g9v2kp1jydwvx8gywyw1aqzrgkou07o4
Add Comment
Please, Sign In to add comment