Implemented selling back vehicle to provider, closes #51

This commit is contained in:
ElPumpo
2018-07-25 14:08:45 +02:00
parent dec706afed
commit 5bdb3e90ba
9 changed files with 144 additions and 73 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
Config = {}
Config.DrawDistance = 100.0
Config.MarkerColor = { r = 120, g = 120, b = 240 }
Config.EnablePlayerManagement = false -- If set to true, you need esx_addonaccount, esx_billing and esx_society
Config.EnablePlayerManagement = false -- enables the actual car dealer job. You'll need esx_addonaccount, esx_billing and esx_society
Config.EnablePvCommand = true
Config.EnableOwnedVehicles = true
Config.EnableSocietyOwnedVehicles = false
Config.EnableSocietyOwnedVehicles = false -- use with EnablePlayerManagement disabled, or else it wont have any effects
Config.ResellPercentage = 50
Config.Locale = 'fr'
@@ -32,7 +32,7 @@ Config.Zones = {
ShopOutside = {
Pos = { x = -28.637, y = -1085.691, z = 25.565 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Heading = 90.0,
Heading = 330.0,
Type = -1,
},