Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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 "0.0.0.0:30130"
  4. endpoint_add_udp "0.0.0.0:30130"
  5.  
  6.  
  7. # DONT TOUCH BELOW THIS LINE
  8. start mapmanager
  9. start chat
  10. start spawnmanager
  11. start fivem
  12. start hardcap
  13. start bob74_ipl
  14. start client_base
  15. start sessionmanager
  16. start rconlog
  17. start loading
  18. start realweapons
  19. start DiscordBot
  20. start pausemenu-title
  21. # ---------------------
  22.  
  23. # VRP INIT
  24. start vrp
  25. start vrp_basic_mission
  26. start vrp_basic_menu
  27. start vrp_barbershop
  28. start vrp_loadfreeze
  29. start vrp_mysql
  30. start vrp_intro
  31. start vrp_lscustoms
  32. start vrp_showroom
  33. start vrp_garages
  34. start vrp_basic_menu
  35. start vrp_slotmachine
  36. start vrp_holdup
  37. start vrp_bank
  38. start vrp_jobs_ui
  39. start vrp_carwash
  40. start vrp_skins
  41. start vrp_dmvschool
  42. start vrp_tattoos
  43. start vrp_chopshop
  44. start vrp_doors_control
  45. start vrp_pets
  46. start vrp_radar
  47. #start vrp_stationary_radars
  48. start vrp_attitudes
  49. start vrp_camera
  50. start vrp_towtruck
  51. start vrp_taxi
  52. start vRP_VehicleScrap
  53. start vRP_Discord
  54. start vrp_binocular
  55. start vrp_gym
  56.  
  57. # ORTHER RESSOURCE
  58. start iplLoader
  59. start loadipl
  60. start VK_interiors
  61. start restart
  62. start Shield
  63. start clothing
  64. start radar
  65. start mellotrainer
  66. start pingkick
  67. start afkkick
  68. start DrawPos
  69. start fuel
  70. start disclamer
  71. start compass
  72. start heli
  73. start coloredhud
  74. start RealisticVehicleFailure
  75. start CalmAI
  76. start gcphone
  77. start bloopis_admin
  78. start pNotify
  79. start ACL-FX
  80. start nocrosshair
  81. start cv_control
  82. start BetterRecoil
  83. start ffpsshot_aim
  84. start JF_SeatShuffle
  85. start koil-golf
  86. start saw
  87. start tab
  88. start SeatbeltIndicator
  89. start securitycams
  90. start shitscript
  91. start NativeUI
  92. start polspeak
  93. start medSystem
  94.  
  95. # CAR OR MODS TEXTURE
  96. start cars
  97. start custom
  98. #start borderwall
  99. #start uscanada
  100. start killhouse
  101. start nw_bahamaMama
  102. start simeonfix
  103. start camera
  104. start RealAI
  105. #start xmas
  106. start GG-WeazelNews-Pack
  107. start carpack
  108. start Pepper-Spray
  109. start scpolice
  110. start policestation
  111. start c_policestation_needs
  112. start burgershot
  113.  
  114.  
  115. # ---------------------
  116.  
  117. sv_scriptHookAllowed 0
  118.  
  119. # change this
  120. rcon_password yayazerty
  121.  
  122. sv_hostname "^6CLUB V ^7FX Serveur DEV ^8203"
  123. # ^61 ^7| FR^7/BE ^7| ^6CLUB V ^7- ^8FULL RP ^7| ^7WWW.^3CLUBV-RP.FR/LAUNCHER ^8REQUIRED ^7🔞|🏠|⛽|🛠|💊|💰|🚔|🚚|🚑|📱
  124.  
  125. # nested configs!
  126. #exec server_internal.cfg
  127.  
  128. # loading a server icon (96x96 PNG file)
  129. load_server_icon hello.png
  130.  
  131. # convars for use from script
  132. set temp_convar "hey world!"
  133. set sv_licenseKey "ge3313in4whb92pxmtu840r54m3t3q97"
  134. # disable announcing? clear out the master by uncommenting this
  135. #sv_master1 ""
  136.  
  137. # want to only allow players authenticated with a third-party provider like Steam?
  138. sv_authMaxVariance 1
  139. sv_authMinTrust 5
  140.  
  141. # add system admins
  142. add_ace group.admin command allow # allow all commands
  143. add_ace group.admin command.quit deny # but don't allow quit
  144. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  145.  
  146. # player endpoint protection
  147. sv_endpointprivacy true
  148.  
  149.  
  150. set sv_debugqueue true # prints debug messages to console
  151. set sv_displayqueue true # shows queue count in the server name '[count] server name'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement