Advertisement
Rengele

Untitled

Feb 15th, 2021
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. # IP I PORT SERVERA
  2. endpoint_add_tcp "0.0.0.0:30120"
  3. endpoint_add_udp "0.0.0.0:30120"
  4.  
  5.  
  6. # DATA BAZA I PLAGINI
  7. # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
  8. set mysql_connection_string "server=127.0.0.1;database=essentialmode;userid=;password="
  9. sv_scriptHookAllowed 0
  10.  
  11. # RCON SERVERA rcon_password "YOURPASSWORD"
  12. #rcon_password ""
  13.  
  14. # A comma-separated list of tags for your server.
  15. # For example:
  16. # - sets tags "drifting, cars, racing"
  17. # Or:
  18. # - sets tags "roleplay, military, tanks"
  19. sets tags "default"
  20.  
  21. # RESURSI - NON ESX
  22. ensure mapmanager
  23. ensure chat
  24. ensure spawnmanager
  25. ensure sessionmanager
  26. ensure basic-gamemode
  27. ensure hardcap
  28. ensure rconlog
  29. ensure vozila
  30. ensure vozila_organizacije
  31. ensure banka_glavna
  32. ensure fleecabankrobberies
  33.  
  34.  
  35. #essential
  36. ensure es_admin2
  37. ensure EasyAdmin
  38. ensure essentialmode
  39. ensure ls-radio
  40.  
  41. # RESURSI - ESX
  42. ensure esx_menu_default
  43. ensure esx_menu_dialog
  44. ensure esx_menu_list
  45. ensure esx_barbershop
  46. ensure esx_holdup
  47. ensure esx_license
  48. ensure esx_plasticsurgery
  49. ensure esx_supermarket
  50. ensure esx_autosalon
  51. ensure esx_autoskola
  52. ensure esx_society
  53.  
  54.  
  55. #MAPE
  56. ensure C3 RP
  57. ensure gabz_lost
  58. ensure policijskastanica
  59.  
  60. #KUCE
  61. ensure HousingShells
  62. ensure loaf_housing
  63.  
  64.  
  65. #ORGANIZACIJE
  66. ensure ambulancejob
  67. ensure mehanicar
  68. ensure policija
  69. ensure taksi
  70. ensure vlada
  71.  
  72. #osnove
  73. ensure essentialmode
  74. ensure esx_menu_list
  75. ensure esx_menu_dialog
  76. ensure esx_menu_default
  77. ensure skinchanger
  78. ensure skinchanger2
  79.  
  80. #poslovi
  81. ensure automafija
  82. ensure DelObjGun
  83. ensure elektricar
  84. ensure ELS-FiveM
  85. ensure esx_addons_gcphone
  86. ensure farmer
  87. ensure gcphone
  88. ensure gcphone-grigor
  89. ensure hitna
  90. ensure hitna2
  91. ensure interventna
  92. ensure lscustom
  93. ensure lscustom2
  94. ensure mafije
  95. ensure mafije-back
  96. ensure opasnost
  97. ensure organizacije
  98. ensure poljackekuci
  99. ensure polovni
  100. ensure rudar
  101. ensure tp
  102.  
  103.  
  104. #loadingscreen
  105. ensure example-loadscreen
  106. ensure fivem
  107.  
  108. # JEZICI
  109. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  110. sets locale "root-AQ"
  111. # please DO replace root-AQ on the line ABOVE with a real language! :)
  112.  
  113. # IKONICE SERVERA
  114. # Size doesn't matter, any banner sized image will be fine.
  115. #sets banner_detail "https://url.to/image.png"
  116. #sets banner_connecting "https://url.to/image.png"
  117.  
  118. #ADMINI
  119. add_principal indentifier.steam:11000013bd5c0ad group.superadmin #admin AEZAKMI
  120.  
  121. # Set your server's hostname
  122. sv_hostname "C3.RS FiveM RP"
  123.  
  124. # Nested configs!
  125. #exec server_internal.cfg
  126.  
  127. # Loading a server icon (96x96 PNG file)
  128. #load_server_icon myLogo.png
  129.  
  130. # convars which can be used in scripts
  131. set temp_convar "hey world!"
  132.  
  133. # Remove the `#` from the below line if you do not want your server to be listed in the server browser.
  134. # Do not edit it if you *do* want your server listed.
  135. #sv_master1 ""
  136.  
  137. # Add system admins
  138. add_ace group.admin command allow # allow all commands
  139. add_ace group.admin command.quit deny # but don't allow quit
  140. add_principal identifier.license:11000013bd5c0ad group.admin # add the admin to the group
  141.  
  142. # enable OneSync (required for server-side state awareness)
  143. set onesync on
  144.  
  145. # SLOTOVI
  146. sv_maxclients 32
  147.  
  148. # STEAM APIKEY
  149. # -> replace "" with the key
  150. set steam_webApiKey "2A4E674374935D1632B680073E4929DC"
  151.  
  152. # LICENCA
  153. sv_licenseKey dt1kfj3apxw43t0xqfu6ic5eppcs84f6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement