AvaN0x
October 19, 2022, 6:14am
35
You’ll have to add them to the GetColors
function in the config file:
https://github.com/esx-framework/esx-legacy/blob/main/[esx_addons]/esx_lscustom/config.lua#L71
The easiest would be to just add them to the Chrome category, but you could add a new category, but I havent looked much at how to do that, could be just by adding a new line to Config.Colors
.
You can fin all the indexes here:
And labels here:
AvaN0x:
AddTextEntry("G9_PAINT05", "Vice City") -- 0x03235520
AddTextEntry("G9_PAINT13", "Kamen Rider") -- 0x06019DB0
AddTextEntry("G9_PAINT14", "Chromatic Aberration") -- 0x0FAFB10C
AddTextEntry("G9_PAINT15", "It's Christmas!") -- 0x1C9FCAEC
AddTextEntry("G9_PAINT08", "Maisonette 9 Throwback") -- 0x2A6D23B3
AddTextEntry("G9_PAINT02", "Night & Day") -- 0x2E6BABA4
AddTextEntry("G9_PAINT16", "Temperature") -- 0x2E626E71
AddTextEntry("G9_PAINT09", "Bubblegum") -- 0x3C1EC716
AddTextEntry("G9_PAINT01", "Monochrome") -- 0x72A83420
AddTextEntry("G9_PAINT03", "The Verlierer") -- 0x401A4F01
AddTextEntry("G9_PAINT11", "Sunset") -- 0x5984C4B9
AddTextEntry("G9_PAINT12", "The Seven") -- 0x8346183B
AddTextEntry("G9_PAINT10", "Full Rainbow") -- 0x48712292
AddTextEntry("G9_PAINT06", "Synthwave Nights") -- 0xBE32CB2C
AddTextEntry("G9_PAINT07", "Four Seasons") -- 0xD07D6FC1
AddTextEntry("G9_PAINT04", "Sprunk Extreme") -- 0xF175B1C5
3 Likes