Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb-dal01-9-101.zap-hosting.com;database=zap383266-1;userid=zap383266-1;password=6AWaxi73JWPtffto"
  3. endpoint_add_tcp "185.249.196.171:32090"
  4. endpoint_add_udp "185.249.196.171:32090"
  5. sv_maxclients 24
  6. # you probably don't want to change these!
  7. # only change them if you're using a server with multiple network interfaces
  8.  
  9. start mapmanager
  10. start chat
  11. start spawnmanager
  12. start sessionmanager
  13. start fivem
  14. start hardcap
  15. start rconlog
  16. start scoreboard
  17. start playernames
  18. #inserted trough ZAP ressourcesystem
  19. start mysql-async
  20. ## From Dunkos Pack ##
  21. #vrp (still from Dunko)
  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_slotmachine
  36. start vrp_ubermission
  37. start vrp_fixcar
  38. start vrp_dvcar
  39. start vrp_hotkeys
  40. start vrp_chopshop
  41. start railhouse
  42. start online
  43. start bob74_ipl
  44. start pvp
  45. start Ped
  46. start banking
  47. start initialdspeedo
  48. start watermark
  49. start localchat
  50. start policegate
  51. start vannouncer
  52. start loadingscreen
  53. start vrp_factions
  54. start Police_Skins
  55. start initialdspeedo
  56. start vrp_id_display
  57. #custom (still from Dunko)
  58. start blips
  59. start club_B
  60. start club_R
  61. start racetrack
  62. start map
  63. start VK_interiors
  64. start ThereMap
  65. start indicators
  66. start simeonfix
  67. start pNotify
  68. start lux_vehcontrol
  69. start lscustoms
  70. start BrockALPR
  71. start RealisticVehicleFailure
  72. start warmenu
  73. start k9
  74.  
  75. #condensed scripts non-vrp (still from Dunko)
  76. start CustomScripts
  77.  
  78. #police vehicles (still from Dunko)
  79. start bcso
  80. start Captain14_LSPD
  81. start Captain14_Sheriff
  82. start DodgeCharger2014
  83. start FordExplorer
  84. start hwycars
  85. start pol718
  86. start polf430
  87. start policeb
  88. start polmav
  89. start riot
  90.  
  91. #police skins (still from Dunko)
  92. start detective
  93. start ems
  94. start hway
  95. start police
  96. start sheriff
  97. start sheriffd
  98. start swat
  99.  
  100. #job vehicles (still from Dunko)
  101. start repairtruck
  102.  
  103. #custom cars (still from Dunko)
  104. start Audi_C7_RS6
  105. start Audi_S5
  106. start Lexus_RC350
  107. start r8ppi
  108. start c10custom
  109. start chantom
  110. start skyline
  111. start subaruimpreza
  112. start f4rr
  113. start firebird
  114. start ford
  115. start GT
  116. start moto
  117. start moto2
  118. start moto3
  119. start evo
  120. start truck
  121.  
  122. #Keep this here, it stops some errors (still from Dunko)
  123. ##End of Dunkos Pack##
  124.  
  125. ### put your custom ressources below this line! ###
  126.  
  127. sv_scriptHookAllowed 0
  128.  
  129. # change this
  130. rcon_password 0a509d3ddf
  131.  
  132. sv_hostname "MOONPLAY ROMANIA RP|RECRUTAM MAFII SI POLITIE PESTE 100 DE MASINI REALE"
  133.  
  134. # nested configs!
  135. #exec server_internal.cfg
  136.  
  137. # a comma-separated list of tags for your server
  138. # for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
  139. sets tags "default"
  140.  
  141. # set an optional server info and connecting banner image url.
  142. # size doesn't matter, any banner sized image will be fine.
  143. #sets banner_detail "http://url.to/image.png"
  144. #sets banner_connecting "http://url.to/image.png"
  145.  
  146. # loading a server icon (96x96 PNG file)
  147. load_server_icon zap96x96.png
  148.  
  149. # convars for use from script
  150. set temp_convar "hey world!"
  151.  
  152. # disable announcing? clear out the master by uncommenting this (your server will not be listed in the serverlist if you uncomment this!)
  153. #sv_master1 ""
  154.  
  155. # want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party probvider too!)?
  156. #sv_authMaxVariance 1
  157. #sv_authMinTrust 5
  158.  
  159. # add system admins
  160. add_ace group.admin command allow # allow all commands
  161. add_ace group.admin command.quit deny # but don't allow quit
  162. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  163.  
  164. # remove the # to hide player endpoints in external log output
  165. sv_endpointprivacy true
  166.  
  167. #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
  168. restart sessionmanager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement