esx_lscustom
https://github.com/esx-framework/esx_lscustom
ESX LSCustom is a resource which enables GTA’s LSCustoms. it allows players to customize their vehicles however they want to.

Configuration
Config.DrawDistance
- type:
float
- default:
10.0
- description: The distance in which the LSCustoms marker is drawn.
- type:
Config.IsMechanicJobOnly
- type:
bool
- default:
false
- description: If set to true, only players with the mechanic job can access LSCustoms.
- type:
Config.Zones
- type:
table
- description: The list of LSCustoms locations.
- layout:
- type:
Config.DefaultWheelsPriceMultiplier
- type:
integer
- default:
2
- description: The default price multiplier for wheels.
- type:
Config.Zones = {
ls1 = {
Pos = vector3(-337.38, -136.92, 38.57),
Name = TranslateCap('blip_name'),
Hint = TranslateCap('press_custom')
},
}
Config.Colours
- type:
table
- description: The list of colours that can be used in LSCustoms.
- layout:
- type:
Config.Colors = {
{label = TranslateCap('black'), value = 'black'},
--[...] Rest of the colours
}