Guest User

Untitled

a guest
Apr 22nd, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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 mysql_connection_string "server=127.0.0.1;database=vrpfx;userid=root;"
  7. set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
  8. set playernames_template "{{serverName}}"
  9.  
  10. ################### Misc Addons ###################
  11.  
  12. start NoDriveBy
  13. start vannouncer
  14. start mapmanager
  15. start chat
  16. start spawnmanager
  17. start fivem
  18. start hardcap
  19. start rconlog
  20. start scoreboard
  21. start mysql-async
  22. start playernames
  23. start railhouse
  24. start online
  25. start bob74_ipl
  26. start pvp
  27. start Ped
  28. #start banking
  29. start blips
  30. start club_B
  31. start club_R
  32. start racetrack
  33. start map
  34. start VK_interiors
  35. start ThereMap
  36. start simeonfix
  37. start pNotify
  38. start lux_vehcontrol
  39. start lscustoms
  40. start BrockALPR
  41. start CustomScripts
  42. start els-fivem
  43. start Santa
  44. start repairtruck
  45. start santasled
  46.  
  47. ################### vRP ###################
  48.  
  49. start vrp_mysql
  50. start vrp
  51. start vrp_playernames
  52. start vrp_basic_mission
  53. start vrp_barbershop
  54. start vrp_carwash
  55. start vrp_loadfreeze
  56. start vRP_AdvancedFuel
  57. start vrp_job_display
  58. start vrp_bankrobbery
  59. start vrp_basic_menu
  60. start vrp_barrier
  61. start vrp_TruckerJob
  62. start vrp_slotmachine
  63. start vrp_busjob
  64.  
  65. ################### Catraz Addons ###################
  66.  
  67. start Catraz_RespawnTimer
  68. start Catraz_FireScript
  69. start Catraz_HUD
  70. start Catraz_AI
  71. start Catraz_Loading
  72. start Catraz_Commands
  73. start Catraz_Weapons
  74. start Catraz_CarPack
  75. start Catraz_Lightbar_Fix
  76. start Catraz_AntiCheat
  77. start Catraz_Police
  78. start Catraz_EMS
  79. start Catraz_BLUFOR_Peds
  80. start Catraz_CarWash
  81. start Catraz_InitLocalPlayer
  82. start Catraz_DeathSound
  83. start Catraz_PoliceGPS
  84. start Catraz_PauseMenu
  85. start Catraz_PoliceDogs
  86.  
  87. restart sessionmanager
  88. restart vrp
  89.  
  90. sv_scriptHookAllowed 0
  91.  
  92. # change this
  93. #rcon_password VGNFiveMRCON
  94.  
  95. sv_hostname "^4[VGN FiveM] ^7Vast Gaming Network ^7| ^1Custom Mods/Framework ^7| ^1www.VGNFiveM.com"
  96.  
  97. # loading a server icon (96x96 PNG file)
  98. load_server_icon logo.png
  99.  
  100. # convars for use from script
  101. set temp_convar "hey world!"
  102.  
  103. # disable announcing? clear out the master by uncommenting this
  104. #sv_master1 ""
  105.  
  106. # want to only allow players authenticated with a third-party provider like Steam?
  107. #sv_authMaxVariance 1
  108. #sv_authMinTrust 5
  109.  
  110. # add system admins
  111. add_ace group.admin command allow # allow all commands
  112. add_ace group.admin command.quit deny # but don't allow quit
  113. add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  114.  
  115. # hide player endpoints in external log output
  116. #sv_endpointprivacy true
  117.  
  118. # server slots limit (default to 30)
  119. sv_maxclients 32
  120.  
  121. # Get a key from https://keymaster.fivem.net
  122. sv_licensekey yi3bpnx09dd2ib4p5eubb3vx03qr30qp
Add Comment
Please, Sign In to add comment