mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Implemented selling back vehicle to provider, closes #51
This commit is contained in:
+3
-3
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user