Guest User

Untitled

a guest
Mar 22nd, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 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:30120"
  4. endpoint_add_udp "0.0.0.0: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 ADMIN.rar
  16. start lux_vehcontrol
  17. start wk_actionmenu
  18. start frfuel
  19. start Cuff_close
  20. start Captain14_LSPD
  21. start Captain14_FBI
  22. start Captain14_Sheriff
  23. start emotes
  24. start srpcommands
  25. start deleteveh
  26. start compass
  27. start EasyAdmin
  28. start RealAITraffic
  29. start noplayerblips
  30. start allblackbcso
  31. start ModeratorCar
  32. start vehicle-health-system-master
  33.  
  34. sv_scriptHookAllowed 1
  35.  
  36. # change this
  37. rcon_password
  38.  
  39. # a comma-separated list of tags for your server
  40. # for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
  41. sets tags "default"
  42.  
  43. sv_hostname "HighBudRoleplay | Lambda | Anyone Cop | Custom Cars"
  44.  
  45. # nested configs!
  46. #exec server_internal.cfg
  47.  
  48. # loading a server icon (96x96 PNG file)
  49. #load_server_icon myLogo.png
  50.  
  51. # convars for use from script
  52. set temp_convar "hey world!"
  53.  
  54. # disable announcing? clear out the master by uncommenting this
  55. #sv_master1 ""
  56.  
  57. # want to only allow players authenticated with a third-party provider like Steam?
  58. #sv_authMaxVariance 1
  59. #sv_authMinTrust 5
  60.  
  61. # add system admins
  62. add_ace group.admin command allow # allow all commands
  63. add_ace group.admin command.quit deny # but don't allow quit
  64. add_principal identifier.steam:
  65. group.admin # add the admin to the group
  66.  
  67. # remove the # to hide player endpoints in external log output
  68. sv_endpointprivacy true
  69.  
  70. # server slots limit (must be between 1 and 31)
  71. sv_maxclients 30
  72.  
  73. # license key for server (https://keymaster.fivem.net/)
  74. sv_licenseKey DONT SHOWING!
Add Comment
Please, Sign In to add comment