Updating config.lua

User-frendlier config.
This commit is contained in:
BrakingESX247
2020-07-20 14:26:39 +01:00
parent c927de244f
commit 778bcf82d1
+4 -4
View File
@@ -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'}