Advertisement
Guest User

Untitled

a guest
May 20th, 2019
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. #---------------------#
  2. #------CONNECT--------#
  3. #---------------------#
  4. set es_enableCustomData 1
  5. set mysql_connection_string "server=10.0.0.4;database=fivem;userid=fivemanage;password=KryptoFiveManage"
  6. endpoint_add_tcp "51.75.34.77:30120"
  7. endpoint_add_udp "51.75.34.77:30120"
  8. sv_maxclients 32
  9. #---------------------#
  10. #------SERWER--------#
  11. #---------------------#
  12. start mapmanager
  13. start chat
  14. start spawnmanager
  15. start sessionmanager
  16. start fivem
  17. start hardcap
  18. start rconlog
  19. start RealisticHandle1.0
  20. start mfy_uniforms
  21. start eup-ui
  22. start NativeUi
  23. start wraith_alpr
  24. start nopdnpc
  25. start nw_bahamaMama
  26. #---------------------#
  27. #------ESX--------#
  28. #---------------------#
  29. start mysql-async
  30. start essentialmode
  31. start esplugin_mysql
  32. start async
  33. start es_extended
  34. start esx_whitelist
  35. start esx_identity
  36. start esx_kashacters
  37. start esx_identity
  38. start skinchanger
  39. start esx_skin
  40. start esx_menu_default
  41. start esx_menu_dialog
  42. start esx_menu_list
  43. start esx_rpchat
  44. start esx_basicneeds
  45. start esx_vehicleshop
  46. start esx_eden_garage
  47. start esx_addonaccount
  48. start esx_society
  49. start cron
  50. start esx_doorlock
  51. start esx_clotheshop
  52. start esx_barbershop
  53. start esx_dmvschool
  54. start esx_license
  55. start esx_ambulancejob
  56. start esx_addoninventory
  57. start esx_datastore
  58. start esx_animations
  59. start esx_duty
  60. start esx_checkdeathcause
  61. start esx_accessories
  62. start esx_property
  63. start esx_policejob
  64. start esx_billing
  65. start esx_jobs
  66. start esx_joblisting
  67. start esx_sit
  68. start esx_personmeny
  69. start esx_thief
  70. start esx_mafia
  71. start esx_vangelico_robbery
  72. start esx_optionalneeds
  73. start esx_customui
  74. start esx_tattooshop
  75. start esx_hospital
  76. start esx_slotmachine
  77. start esx_mechanicjob
  78. start esx-ecobottles
  79. start esx_borrmaskin
  80. start esx_holdupbank
  81. start esx-kr-advanced-shops
  82. start esx_gunrange
  83. start esx_coke
  84. start esx_weed
  85. start esx_drugs
  86. start esx_nocarjack
  87. start esx_truckerjob
  88. start esx_service
  89. start esx_taxijob
  90. start esx_voice
  91. start gcphone
  92. start esx_addons_gcphone
  93. #---------------------#
  94. #------SCRIPT--------#
  95. #---------------------#
  96. start loadingscreen
  97. start chat-theme-civlifechat
  98. start streetLabel
  99. start Scoreboard
  100. start carhud
  101. start SeatbeltIndicator
  102. start LockSystem3.1
  103. start pNotify
  104. start handsup
  105. start new_banking
  106. start vMenu
  107. start il_hp
  108. start animacje
  109. start showcoords
  110. start teleport
  111. start InteractSound
  112. start il_apteka
  113. start EngineToggle
  114. start instance
  115. start deleteveh
  116. start ruch_programa
  117. start Weaponry
  118. start nonpcdrop
  119. start discord_game
  120. start salty_crafting
  121. start bob74_ipl
  122. start noradar
  123. start selldrugs
  124. #start blackout
  125. start distrtc_nogrip
  126. start DriveByLimit
  127. start ffpsshot_aim
  128. start vBasic
  129. start RealisticVehicleFailure
  130. start bmw
  131. start cid
  132. start ferari
  133. #---------------------#
  134. #------ESX--------#
  135. #---------------------#
  136. start k9
  137. start dog
  138. start FatCop
  139. #---------------------#
  140. #------CARS--------#
  141. #---------------------#
  142. start chall
  143. start cmd
  144. start ram
  145. #start ls_pdcars
  146. start emscars
  147. start ls_pdcars_un
  148. start schafter
  149. start fire_fivem
  150. start firecvpi
  151. start firecharger
  152. start engine
  153. start unm1
  154. start hazmat
  155. start ambulance
  156. start charger18
  157.  
  158. # change this
  159. rcon_password admin
  160.  
  161. sv_hostname "SL Dev"
  162.  
  163. # nested configs!
  164. #exec server_internal.cfg
  165. sv_scriptHookAllowed 1
  166. add_ace resource.essentialmode command.sets allow
  167. add_ace resource.essentialmode command.add_principal allow
  168. add_ace resource.essentialmode command.add_ace allow
  169. # loading a server icon (96x96 PNG file)
  170. sets banner_detail "https://i.imgur.com/rtO7vD9.png"
  171. sets banner_connecting "https://i.imgur.com/rtO7vD9.png"
  172. load_server_icon zap96x96.png
  173.  
  174. # convars for use from script
  175. set temp_convar "esx"
  176.  
  177. # disable announcing? clear out the master by uncommenting this
  178. sv_master1 ""
  179.  
  180. exec permissions.cfg
  181.  
  182. # add system admins
  183. add_ace group.god easyadmin allow
  184. add_ace group.admin command allow # allow all commands
  185. add_ace group.admin command.quit deny # but don't allow quit
  186. add_principal identifier.steam:11000010c9bc575 group.admin #dosia
  187.  
  188. # want to only allow players authenticated with a third-party provider like Steam?
  189. sv_authMaxVariance 1
  190. sv_authMinTrust 5
  191.  
  192. # hide player endpoints in external log output
  193. sv_endpointprivacy true
  194.  
  195. restart sessionmanager
  196.  
  197. sv_licenseKey 606ejebb4ff9qdmfirz5y7bjawme9opv
  198.  
  199. sv_licenseKey 8mdgnsnavf9abk7ybrxv0kcprywmv1q2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement