diff --git a/[esx_addons]/esx_lscustom/client/main.lua b/[esx_addons]/esx_lscustom/client/main.lua index 8c47c06d..17bf7097 100644 --- a/[esx_addons]/esx_lscustom/client/main.lua +++ b/[esx_addons]/esx_lscustom/client/main.lua @@ -237,6 +237,14 @@ function GetAction(data) modType = k, modNum = false }) + elseif v.modType == 23 then + table.insert(elements, { + label = " " .. TranslateCap('by_default'), + modType = "modFrontWheels", + modNum = -1, + wheelType = -1, + price = Config.DefaultWheelsPriceMultiplier + }) else table.insert(elements, { label = " " .. TranslateCap('by_default'), diff --git a/[esx_addons]/esx_lscustom/config.lua b/[esx_addons]/esx_lscustom/config.lua index 3ed2514d..cb78e7ef 100644 --- a/[esx_addons]/esx_lscustom/config.lua +++ b/[esx_addons]/esx_lscustom/config.lua @@ -68,6 +68,8 @@ Config.Colors = { {label = TranslateCap('gold'), value = 'gold'} } +Config.DefaultWheelsPriceMultiplier = 2 + function GetColors(color) local colors = {} if color == 'black' then