Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb-4-101.zap-hosting.com;database=zap381941-1;userid=zap381941-1;password=AkWqy5oqfTyYKQRF"
  3. endpoint_add_tcp "185.249.197.232:32066"
  4. endpoint_add_udp "185.249.197.232:32066"
  5. sv_maxclients 32
  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 chat-theme-gtao
  12. start spawnmanager
  13. start sessionmanager
  14. start fivem
  15. start hardcap
  16. start rconlog
  17. start scoreboard
  18. start baseevents
  19. start mysql-async
  20. start essentialmode
  21. start esplugin
  22. start es_admin2
  23. start async
  24. start es_extended
  25. start es_camera
  26. # esx
  27. start esx_menu_default
  28. start esx_menu_list
  29. start esx_menu_dialog
  30. start cron
  31. start esx_addonaccount
  32. start esx_society
  33. start esx_datastore
  34. start skinchanger
  35. start esx_skin
  36. start esx_billing
  37. start esx_license
  38. start esx_addoninventory
  39. start esx_identity
  40. start esx_basicneeds
  41. start esx_status
  42. start esx_optionalneeds
  43. start esx_phone
  44. start esx_blackberry
  45. start instance
  46. start esx_policejob
  47. start esx_vehicleshop
  48. start esx_ambulancejob
  49. start esx_mecanojob
  50. start esx_clotheshop
  51. start esx_shops
  52. start esx_drp_garage
  53. start esx_dirtyjobs
  54. start esx_dirtyjoblisting
  55. start esx_jobs
  56. start esx_joblisting
  57. start esx_voice
  58. start esx_lscustom
  59. start esx_rpchat
  60. start esx_animations
  61. start esx_property
  62. start esx_taxijob
  63. start pNotify
  64. start esx_holdup
  65. start esx_weashops
  66. start esx_doorlock
  67. start esx_unicornjob
  68. start esx_discord_bot
  69. start esx_drugs
  70. start esx_airlines
  71. start esx_accessories
  72. start esx_barbershop
  73. start esx_mafia
  74. start esx_dmvschool
  75. start esx_realweapons-master
  76. start esx_npcdrugsales-master
  77. start esx_outlawalert-master
  78. start esx_drugeffects-master
  79. start esx_atm-master
  80. start esx_celldoors-master
  81. start esx_doorlock-master
  82. start esx_laywerjob-master
  83. start esx_slotmachine-master
  84. start esx-onoffduty-master
  85. start esx_unicornjob-master
  86. start esx_jb_realtimejailer-master
  87. start esx_joblogs-master
  88. start esx_jobCounter-master
  89. start esx_rpsuicide-master
  90. start esx_infoillegal-master
  91. start esx_gcidentity-master
  92. start esx_esx_carwash-master
  93. start esx_copweapon-master
  94. ### put your custom ressources below this line! ###
  95. start CoordsSaver
  96. start ipl
  97. start police
  98. start rAnimations
  99. start Speedometer
  100. start new_banking
  101. start wk_wrs
  102. start RealisticHandle1.0
  103. start heli
  104. start vesimerkki
  105. start dbjailer
  106. start RealisticVehicleFailure
  107. start idoverhead
  108. start latausruutu
  109. start kellonaika
  110. start esx_rebel
  111. start esx_rebelcustom
  112.  
  113.  
  114.  
  115. ##autot
  116. start [Ped]
  117. start [cars]
  118. start car
  119. start A380
  120.  
  121. sv_scriptHookAllowed 0
  122.  
  123. # change this
  124. rcon_password 5e020e2da6
  125.  
  126. sv_hostname "Selvita RP devserv"
  127.  
  128. # nested configs!
  129. #exec server_internal.cfg
  130.  
  131. # a comma-separated list of tags for your server
  132. # for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
  133. sets tags "default"
  134.  
  135. # set an optional server info and connecting banner image url.
  136. # size doesn't matter, any banner sized image will be fine.
  137. #sets banner_detail "http://url.to/image.png"
  138. #sets banner_connecting "http://url.to/image.png"
  139.  
  140. # loading a server icon (96x96 PNG file)
  141. load_server_icon zap96x96.png
  142.  
  143. # convars for use from script
  144. set temp_convar "hey world!"
  145.  
  146. # disable announcing? clear out the master by uncommenting this (your server will not be listed in the serverlist if you uncomment this!)
  147. #sv_master1 ""
  148.  
  149. # want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party probvider too!)?
  150. #sv_authMaxVariance 1
  151. #sv_authMinTrust 5
  152.  
  153. # add system admins
  154. add_ace group.admin command allow # allow all commands
  155. add_ace group.admin command.quit deny # but don't allow quit
  156. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  157.  
  158. # remove the # to hide player endpoints in external log output
  159. sv_endpointprivacy true
  160.  
  161. #This is an official FiveM server hosted by ZAP-Hosting.com. You do not need to put a license key here.
  162. restart sessionmanager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement