Added minimum distance, customer in backseat, cleanup and pretty markers

This commit is contained in:
ElPumpo
2019-01-10 14:07:11 +01:00
parent 3960dd3a78
commit ecf7ac586e
3 changed files with 61 additions and 61 deletions
+19 -14
View File
@@ -1,10 +1,15 @@
Config = {}
Config.DrawDistance = 100.0
Config.NPCJobEarnings = {min = 15, max = 40}
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.EnableSocietyOwnedVehicles = false
Config.Locale = 'en'
Config.Locale = 'fr'
Config.AuthorizedVehicles = {
@@ -18,38 +23,38 @@ Config.AuthorizedVehicles = {
Config.Zones = {
VehicleSpawner = {
Pos = {x = 915.039, y = -162.187, z = 73.684},
Size = {x = 1.5, y = 1.5, z = 1.0},
Pos = {x = 915.039, y = -162.187, z = 74.5},
Size = {x = 1.0, y = 1.0, z = 1.0},
Color = {r = 204, g = 204, b = 0},
Type = 1
Type = 36, Rotate = true
},
VehicleSpawnPoint = {
Pos = {x = 911.108, y = -177.867, z = 74.283},
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = -1,
Type = -1, Rotate = false,
Heading = 225.0
},
VehicleDeleter = {
Pos = {x = 908.317, y = -183.070, z = 73.201},
Size = {x = 3.0, y = 3.0, z = 1.0},
Size = {x = 3.0, y = 3.0, z = 0.25},
Color = {r = 255, g = 0, b = 0},
Type = 1
Type = 1, Rotate = false
},
TaxiActions = {
Pos = {x = 903.32, y = -170.55, z = 73.00},
Size = {x = 1.5, y = 1.5, z = 1.0},
Pos = {x = 903.32, y = -170.55, z = 74.0},
Size = {x = 1.0, y = 1.0, z = 1.0},
Color = {r = 204, g = 204, b = 0},
Type = 1
Type = 20, Rotate = true
},
Cloakroom = {
Pos = {x = 894.88, y = -180.23, z = 73.50},
Size = {x = 1.5, y = 1.5, z = 1.0},
Pos = {x = 894.88, y = -180.23, z = 74.5},
Size = {x = 1.0, y = 1.0, z = 1.0},
Color = {r = 204, g = 204, b = 0},
Type = 1
Type = 21, Rotate = true
}
}