Advertisement
Guest User

HELP

a guest
Jan 2nd, 2018
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 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. # Don't change this !!!!
  4. endpoint_add_tcp "158.69.29.1:22034"
  5. endpoint_add_udp "158.69.29.1:22034"
  6.  
  7. start 2016-chp-megapack
  8. start mapmanager
  9. start chat
  10. start spawnmanager
  11. start sessionmanager
  12. start fivem
  13. start hardcap
  14. start rconlog
  15. start scoreboard
  16. start Admin-Announcement
  17. start Captain14_FBI
  18. start Captain14_LSPD
  19. start Captain14_Sheriff
  20. start CarCommand
  21. start carhud
  22. start carwhitelist
  23. start ChatShowIDFX
  24. start cuff-handsup-master
  25. start custom-peds-master
  26. start deleteveh
  27. start easyadmin
  28. start es_admin2
  29. start essentialmode
  30. start FCV
  31. start FiveM_TimeAndDateDisplay-master
  32. start flatbed2
  33. start frfuel
  34. start gruppe6pack
  35. start hatt
  36. start idoverhead
  37. start Jailer
  38. start lux_vehcontrol
  39. start NeverWanted
  40. start PlateReader
  41. start police
  42. start rmodamgc63
  43. start rmodlp570
  44. start rmodm4gts
  45. start RPDeath
  46. start servercommands
  47. start simpleinteractions
  48. start streetLabel
  49. start timesync
  50. start TowScript
  51. start umcvpi
  52. start umfpis
  53. start vannouncer
  54. start vBasic
  55. start vengine
  56. start vhelp
  57. start viktoraddoncars
  58. start viktorsaddonlambo
  59. start vSync
  60. start wk_vehdamage
  61. start wk_wrs
  62.  
  63. sv_scriptHookAllowed 1
  64.  
  65. # change this
  66. rcon_password MCRPRcon
  67.  
  68. sv_hostname "Anyone Can Be Cop!!! | Mount Chiliad Role Play | Custom Civ/Police Vehicle | Fun Role Play"
  69.  
  70. # nested configs!
  71. #exec server_internal.cfg
  72.  
  73. # loading a server icon (96x96 PNG file)
  74. load_server_icon hello.png
  75.  
  76. # convars for use from script
  77. ####################################################################################################
  78. # Add everything from this file into your server.cfg and change the settings to fit your needs. #
  79. # If you enable the whitelist, don't forget to go all the way to the bottom of this file for #
  80. # instructions on how to add players to the whitelist. #
  81. ####################################################################################################
  82.  
  83. ################################
  84. ## vBasic Configuration ##
  85. ################################
  86.  
  87. # Enable PVP?
  88. set vb_enable_pvp true
  89.  
  90. # Disable wanted level for everyone?
  91. set vb_disable_wanted_level true
  92.  
  93. # Do you want AI police, ambulance, fire department or any other emergency services to be
  94. # disabled from responding to events in-game?
  95. set vb_disable_emergency_services true
  96.  
  97. # Should godmode be enabled for everyone?
  98. set vb_force_god_mode_enabled false
  99.  
  100. # When a player joins, should there be a message sent to that player?
  101. set vb_enable_welcome_message true
  102.  
  103. # If you enabled the welcome message above, do you want it to be sent to all players?
  104. # (true = yes send it to everyone, false = no send it just to the player that joined)
  105. set vb_make_welcome_message_global true
  106.  
  107. # If you enabled the welcome message, customize the message contents here
  108. # `{player}` will be replaced with the player's name. You can use color codes ^0-^9.
  109. set vb_welcome_message "Hello {player}, welcome to the Mount Chiliad Role Play!"
  110.  
  111. # Should the whitelist be enabled?
  112. set vb_enable_whitelist false
  113.  
  114. # Set the kick message for players that aren't whitelist.
  115. set vb_whitelist_kick_message "Sorry, you are not whitelisted!"
  116.  
  117. # Enable crowd/ped density control and vehicles/traffic density control?
  118. # True = enabled, false = disabled.
  119. set vb_enable_crowd_control true
  120. set vb_enable_traffic_control true
  121.  
  122. # If you set the density controls to true above, customize the density here.
  123. # Should be a number between 0.0 and 1.0 (otherwise it will crash).
  124. set vb_crowd_density 0.5
  125. set vb_traffic_density 0.5
  126.  
  127. # Enable unlimited stamina/sprinting?
  128. set vb_enable_unlimited_stamina true
  129.  
  130. ##########################################
  131. ## Don't touch any of the following ##
  132. ## convars, doing so will prevent ##
  133. ## the script from working correctly. ##
  134. ##########################################
  135. set vb_check true
  136. set vb_debug false
  137.  
  138. ##########################################
  139. ## All convars are now setup, good job! ##
  140. ##########################################
  141.  
  142. start vBasic
  143.  
  144. ##########################################
  145. ## vBasic Whitelist Settings/Examples ##
  146. ##########################################
  147.  
  148. ## Add IP's to the whitelist:
  149. add_ace identifier.ip:127.0.0.1 vbasic.whitelisted allow
  150. add_ace identifier.ip:192.168.0.2 vbasic.whitelisted allow
  151.  
  152. ## Add STEAM HEX ID to the whitelist:
  153. add_ace identifier.steam:110000105959047 vbasic.whitelisted allow
  154. add_ace identifier.steam:1100001073a0689 vbasic.whitelisted allow
  155.  
  156. ## Add License to the whitelist:
  157. add_ace identifier.license:4510587c13e0b645eb8d24bc104601792277ab98 vbasic.whitelisted allow
  158. add_ace identifier.license:b79d4f04017adf7edbc227b2dd8252850eae1906 vbasic.whitelisted allow
  159.  
  160. ####################################################################################################
  161.  
  162. # disable announcing? clear out the master by uncommenting this DO NOT CHANGE THIS !
  163. #sv_master1 ""
  164.  
  165. # want to only allow players authenticated with a third-party provider like Steam?
  166. #sv_authMaxVariance 1
  167. #sv_authMinTrust 5
  168.  
  169. # add system admins example how to add admins
  170. #add_ace group.admin command allow # allow all commands
  171. #add_ace group.admin command.quit deny # but don't allow quit
  172. #add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  173.  
  174. add_ace group.moderator command allow # allow all commands for moderators
  175. add_ace group.moderator command.ban deny # disallow banning tho
  176. add_ace group.moderator command.unban deny # also disallow unbanning
  177.  
  178. # hide player endpoints in external log output
  179. #sv_endpointprivacy
  180.  
  181. # server slots limit (default to 30)
  182. sv_maxclients 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement