mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
fix(esx_lscustom): config based default wheels price
This commit is contained in:
@@ -243,7 +243,7 @@ function GetAction(data)
|
||||
modType = "modFrontWheels",
|
||||
modNum = -1,
|
||||
wheelType = -1,
|
||||
price = 1
|
||||
price = Config.DefaultWheelsPriceMultiplier
|
||||
})
|
||||
else
|
||||
table.insert(elements, {
|
||||
|
||||
@@ -68,6 +68,8 @@ Config.Colors = {
|
||||
{label = TranslateCap('gold'), value = 'gold'}
|
||||
}
|
||||
|
||||
Config.DefaultWheelsPriceMultiplier = 2
|
||||
|
||||
function GetColors(color)
|
||||
local colors = {}
|
||||
if color == 'black' then
|
||||
|
||||
Reference in New Issue
Block a user