From 778bcf82d194caf175d4579941149795b080e1a5 Mon Sep 17 00:00:00 2001 From: BrakingESX247 <67766145+BrakingESX247@users.noreply.github.com> Date: Mon, 20 Jul 2020 14:26:39 +0100 Subject: [PATCH] Updating config.lua User-frendlier config. --- config.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.lua b/config.lua index 8b887be6..407366d3 100644 --- a/config.lua +++ b/config.lua @@ -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'}