mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Updating config.lua
User-frendlier config.
This commit is contained in:
+4
-4
@@ -1,15 +1,15 @@
|
||||
Config = {}
|
||||
|
||||
Config.DrawDistance = 100
|
||||
Config.DrawDistance = 10.0 -- How close do you need to be for the markers to be drawn (in GTA units).
|
||||
|
||||
Config.NPCJobEarnings = {min = 300, max = 600}
|
||||
Config.MinimumDistance = 3000 -- Minimum NPC job destination distance from the pickup in GTA units, a higher number prevents nearby destionations.
|
||||
|
||||
Config.MaxInService = -1
|
||||
Config.EnablePlayerManagement = true
|
||||
Config.MaxInService = -1 -- How much people can be in service at once?
|
||||
Config.EnablePlayerManagement = true -- Enable society managing.
|
||||
Config.EnableSocietyOwnedVehicles = false
|
||||
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'en'
|
||||
|
||||
Config.AuthorizedVehicles = {
|
||||
{model = 'taxi', label = 'Taxi'}
|
||||
|
||||
Reference in New Issue
Block a user