mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Security improvement and minor cleanup
This commit is contained in:
+3
-8
@@ -1,23 +1,18 @@
|
||||
Config = {}
|
||||
|
||||
Config.DrawDistance = 100.0
|
||||
Config.DrawDistance = 100
|
||||
|
||||
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 = false
|
||||
Config.EnablePlayerManagement = true
|
||||
Config.EnableSocietyOwnedVehicles = false
|
||||
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.AuthorizedVehicles = {
|
||||
|
||||
{
|
||||
model = 'taxi',
|
||||
label = 'Taxi'
|
||||
}
|
||||
|
||||
{model = 'taxi', label = 'Taxi'}
|
||||
}
|
||||
|
||||
Config.Zones = {
|
||||
|
||||
Reference in New Issue
Block a user