Guest User

Untitled

a guest
Aug 23rd, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 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. # set vMenuToggleMenuKey 288
  7. # set vMenuLogKickActions "true"
  8. # set vMenuLogBanActions "true"
  9.  
  10. start mapmanager
  11. start chat
  12. start spawnmanager
  13. start fivem
  14. start hardcap
  15. start rconlog
  16. start scoreboard
  17. start playernames
  18. start mods
  19. start synn-loadscreen
  20. start excursion
  21. start fraptor
  22. start prius
  23. start passat
  24. start speedo
  25. start frfuel
  26. start jp12
  27. start volt
  28. start jeepxj
  29. start addonvehicles
  30. start dloader
  31. start sadler2
  32. start rancher2
  33. start EasyAdmin
  34. start NativeUI
  35. start deleteveh
  36. start focusrs
  37. start miata
  38. start p1
  39. start r8
  40. start srtviper
  41. start typerold
  42. # start tag_ace
  43. start elsfivem
  44. start police2
  45. start StreetDisplay
  46. start timesync
  47. start fbi
  48. start jeeprubi
  49. start trackhawk
  50. start sahp-pack-master
  51. start realhandle
  52. start realai
  53. start pranger
  54. start h1
  55. start 1080bomb
  56. start mbw124
  57. start 2008f150
  58. start brokenet
  59. start gl450
  60. start riot
  61. start sandking2
  62. start sho
  63. start snowhawk
  64. start unfpis
  65. start x450
  66. start cc
  67. start ghpcharger
  68. start schwarzer
  69. start FCV
  70. start rolesFX
  71. start aop
  72. start nowant
  73. start pAnnounce
  74. start admintahoe
  75. start f350owner
  76. start gundel
  77. start dragster
  78. start dragster2
  79. start doublebus
  80. start rrphantomviii
  81. start teslap90d
  82. # start vMenu
  83.  
  84. sv_scriptHookAllowed 1
  85.  
  86. # change this
  87. #rcon_password mynamachef
  88.  
  89. # a comma-separated list of tags for your server
  90. # for example: sets tags "drifting, cars, racing" or sets tags "roleplay, military, tanks"
  91. sets tags "aclfx, aclfxserver, lambda, lambda menu, lambdamenu"
  92.  
  93. # set an optional server info and connecting banner image url.
  94. # size doesn't matter, any banner sized image will be fine.
  95. #sets banner_detail "http://url.to/image.png"
  96. #sets banner_connecting "http://url.to/image.png"
  97.  
  98. sv_hostname "^1[^7!EN!^1] ^7aclfx's FiveM | LAMBDA MENU | CUSTOM VEHICLES/SCRIPTS | discord.gg/EZeAAww"
  99.  
  100. # nested configs!
  101. #exec server_internal.cfg
  102.  
  103. # loading a server icon (96x96 PNG file)
  104. load_server_icon sadbois2.png
  105.  
  106. # convars for use from script
  107. set temp_convar "hey world!"
  108.  
  109. # disable announcing? clear out the master by uncommenting this (your server will not be listed in the serverlist if you uncomment this!)
  110. #sv_master1 ""
  111.  
  112. # want to only allow players authenticated with a third-party provider like Steam (don't forget, Social Club is a third party provider too!)?
  113. #sv_authMaxVariance 1
  114. #sv_authMinTrust 5
  115.  
  116. # add system admins
  117. add_principal identifier.license:bb737c26edea55e463125d3dae22f2ed82d53656 group.superadmin
  118. add_principal identifier.steam:11000011c33a1b2 group.admin
  119. add_principal identifier.license:277f8684595848883e427b6cb91a35f3110da246 group.admin
  120.  
  121. add_ace group.superadmin command allow
  122. add_ace group.superadmin easyadmin allow
  123.  
  124. add_ace group.admin command allow
  125. add_ace group.admin easyadmin allow
  126.  
  127. add_ace group.superadmin tagsuperadmin allow # allow tag for superadmins
  128. add_ace group.admin tagadmin allow # allow tag for admins
  129. add_ace group.moderator tagmod allow # allow all tag for moderators
  130. add_ace group.helper taghelper allow # allow all commands for helpers
  131. add_principal identifier.steam: group.superadmin # add the superadmin to the group
  132. add_principal identifier.steam: group.admin # add the admin to the group --Noah
  133.  
  134. add_ace group.superadmin faxes allow # allow all commands for FAXES Script superadmins
  135. add_ace group.admin faxes allow # allow all commands for FAXES Script admins
  136. add_ace group.moderator faxes allow # allow all commands for FAXES Script moderators
  137.  
  138. # remove the # to hide player endpoints in external log output
  139. sv_endpointprivacy true
  140.  
  141. # server slots limit (must be between 1 and 31)
  142. sv_maxclients 30
  143.  
  144. # license key for server (https://keymaster.fivem.net)
  145. sv_licenseKey "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Add Comment
Please, Sign In to add comment