Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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 "127.0.0.1:30120"
  4. endpoint_add_udp "127.0.0.1:30120"
  5.  
  6. start mapmanager
  7. start Citizen-V
  8. start client_base
  9. start localization
  10. start chat
  11. start spawnmanager
  12. start baseevents
  13. start rconlog
  14. start- pQueue
  15. start hardcap
  16. start fivemenu
  17. start es_admin
  18. start jobs-legal
  19. start es_garages
  20. start es_weashop
  21. start jobs-police
  22. start vdk_call
  23. start salaire
  24. start banking
  25. start foodhud
  26. start loadingscreen
  27. start tradeIlegal
  28. start interiors
  29. start FBI
  30. start Sheriff
  31. start LSPD
  32. start Wrapper
  33. start motd
  34. start heli
  35. start indicators
  36. start session_id
  37. start vehcontrolx
  38. start ccreation
  39. start taxi
  40. start depanneur
  41. start carwash
  42. start notif
  43. start afkkick
  44. start antigang
  45. start scoreboard
  46. start emergency
  47. start es_afterStart
  48.  
  49. sv_scriptHookAllowed 0
  50.  
  51. # change this
  52. #rcon_password yay
  53.  
  54. sv_hostname "Last Day RP FR"
  55.  
  56. # nested configs!
  57. #exec server_internal.cfg
  58.  
  59. # loading a server icon (96x96 PNG file)
  60. #load_server_icon hello.png
  61.  
  62. # convars for use from script
  63. set temp_convar "Last Day"
  64.  
  65. # disable announcing? clear out the master by uncommenting this
  66. #sv_master1 ""
  67.  
  68. # want to only allow players authenticated with a third-party provider like Steam?
  69. #sv_authMaxVariance 1
  70. #sv_authMinTrust 5
  71.  
  72. # add system admins
  73. add_ace group.admin command allow # allow all commands
  74. add_ace group.admin command.quit deny # but don't allow quit
  75. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  76.  
  77. # hide player endpoints in external log output
  78. #sv_endpointprivacy true
  79.  
  80. # choose what map to load, keep to make it only use the default map
  81. # map fivem-map-hipster
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement