Guest User

Untitled

a guest
Dec 31st, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 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. endpoint_add_tcp "192.168.0.2:30120"
  4. endpoint_add_udp "192.168.0.2:30120"
  5.  
  6. start mapmanager
  7. start chat
  8. start spawnmanager
  9. start sessionmanager
  10. start fivem
  11. start hardcap
  12. start rconlog
  13. start scoreboard
  14. start playernames
  15. start 2016-chp-megapack
  16. start ambulance
  17. start cuff-handsup-master
  18. start disabledispatch
  19. start sirenscontro
  20. start lux_vehcontrol
  21. start disabledispatch
  22. start carhud
  23. start s_m_y_cop_01
  24. start s_m_y_hwaycop_01
  25. start s_m_y_sheriff_01
  26. start FCV
  27. start deleteveh
  28. start frfuel
  29. start Jailer
  30. start radar
  31. start streetLabel
  32. start fbi
  33. start emotes
  34. start vVoice-1.0
  35. start vSync
  36. start wk_vehdamage
  37. start basic
  38. start EasyAdmin-3.62
  39. start Loadingscreen-Sleeford-FiveM-master
  40. start s_m_m_ciasec_01
  41. start RPDeath
  42. start elegy2
  43. start LeaveEngineRunning
  44. start drag
  45. start essentialmode
  46. start es_admin2
  47. start idoverhead
  48. start weapons
  49. start heli
  50. start policeb
  51. start fbi2
  52. start riot
  53. start firetruk
  54. start textscript
  55. start NeverWanted
  56. start savewheelpos
  57. start hatt
  58. start JF_SeatShuffle
  59. start s_m_y_ranger_01
  60. start polmav
  61. start Captain14_LSPD
  62. start s_m_y_blackops_01
  63. start s_m_y_blackops_02
  64. start gruppe6pack
  65. start LockSystem
  66. start crouch
  67. start disclaimer
  68. start ninef
  69. start buffalo
  70. start lorefriendly
  71. start vengine
  72. start dominator
  73. start buffalo2
  74. start phantom
  75. start sandking2
  76. start coloredhud
  77. start noplayerblips
  78. start watermark
  79. start hypr9stun-master
  80. start rolesFX
  81. start Fivem-Discord-Bot-master
  82. start vannouncer
  83. start police
  84. start police2
  85. start police3
  86. start sheriff
  87. start sheriff2
  88. start pd
  89. start pd2
  90. start pd3
  91. start pd4
  92. start pd6
  93. start pd7
  94. start pd8
  95. start modelblacklist
  96. start bob74_ipl
  97. start Sheriff
  98. start TowScript
  99. start flatbed2
  100. start CarCleanUp
  101. start ToastysCruiseControl
  102. start vehicle-control
  103. start vBasic-2.3
  104.  
  105. sv_scriptHookAllowed 1
  106.  
  107. # change this
  108. rcon_password 2332
  109.  
  110. sv_hostname " Apply To Be Cop | WhiteListed | LSDOJRP | Custom Cars | Custom Weapon Models | Active Staff | Much More |"
  111.  
  112. # nested configs!
  113. #exec server_internal.cfg
  114.  
  115. # loading a server icon (96x96 PNG file)
  116. load_server_icon icon.png
  117.  
  118. # convars for use from script
  119. set temp_convar "hey world!"
  120.  
  121. # disable announcing? clear out the master by uncommenting this
  122. #sv_master1 ""
  123.  
  124. # want to only allow players authenticated with a third-party provider like Steam?
  125. #sv_authMaxVariance 1
  126. #sv_authMinTrust 5
  127.  
  128. # add system admins
  129. add_ace group.admin command allow # allow all commands
  130. add_ace group.admin command.quit deny # but don't allow quit
  131. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  132.  
  133. # remove the # to hide player endpoints in external log output
  134. #sv_endpointprivacy true
  135.  
  136. # server slots limit (must be between 1 and 31)
  137. sv_maxclients 30
  138.  
  139. # license key for server (https://keymaster.fivem.net)
  140. sv_licenseKey xrj6k9j4w772yb5gzs97ql4ynuhn5j41
  141.  
  142. ## Copy the contents of this file and place them inside your server.cfg file before you load the resource.
  143.  
  144. set vb_enable_pvp false #Allow PVP?
  145. set vb_disable_wanted_level true #Disable wanted level for everyone.
  146. set vb_disable_emergency_services true #Stop NPC police, ambulance and fire trucks from responding to events. (Does not disable wanted level).
  147. set vb_force_god_mode_enabled true #Should godmode be enabled for everyone, no matter what? If true, you might as well set 'enablePVP' to false to improve performance.
  148. set vb_enable_welcome_message true #Should players who join the server receive a welcome message?
  149. set vb_make_welcome_message_global false #Set to true if you want everyone to see the message, leave at false to only send the message to the new player.
  150. set vb_welcome_message "Hello {player}, welcome to the server!" #The welcome message sent to joining players. (player) will be replaced with the player name.
  151. set vb_enable_whitelist true #Should the whitelist be enabled?
  152. set vb_whitelist_kick_message "Sorry, you are not whitelisted!" #Custom kick message for when the player is not whitelisted.
  153. set vb_whitelist "steam:110000105959047;license:0546489720234464684;ip:127.0.0.1" #IP's work, but are not recommended for a secure whitelist. Split every license using a semicolon.
  154. set vb_enable_crowd_control false #Setting this to true will most likely cause conflicts with ACL!!!!
  155. set vb_enable_traffic_control false #Setting this to true will most likely cause conflicts with ACL!!!!
  156. set vb_crowd_density 1.0 #Valid numbers are from 0.0 to 1.0
  157. set vb_traffic_density 1.0 #Valid numbers are from 0.0 to 1.0
  158. set vb_enable_unlimited_stamina true #Enable unlimited stamina? recommended to keep this true
Add Comment
Please, Sign In to add comment