Minor edits

This commit is contained in:
ElPumpo
2020-02-17 21:54:47 +01:00
parent fb16b7970a
commit 84b061a1fb
2 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ start esx_lscustom
### License
esx_lscustoms - The best LS Custom out there for FX
Copyright (C) 2015-2018 Jérémie N'gadi
Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+32 -32
View File
@@ -53,19 +53,19 @@ Config.Zones = {
}
Config.Colors = {
{ label = _U('black'), value = 'black'},
{ label = _U('white'), value = 'white'},
{ label = _U('grey'), value = 'grey'},
{ label = _U('red'), value = 'red'},
{ label = _U('pink'), value = 'pink'},
{ label = _U('blue'), value = 'blue'},
{ label = _U('yellow'), value = 'yellow'},
{ label = _U('green'), value = 'green'},
{ label = _U('orange'), value = 'orange'},
{ label = _U('brown'), value = 'brown'},
{ label = _U('purple'), value = 'purple'},
{ label = _U('chrome'), value = 'chrome'},
{ label = _U('gold'), value = 'gold'}
{label = _U('black'), value = 'black'},
{label = _U('white'), value = 'white'},
{label = _U('grey'), value = 'grey'},
{label = _U('red'), value = 'red'},
{label = _U('pink'), value = 'pink'},
{label = _U('blue'), value = 'blue'},
{label = _U('yellow'), value = 'yellow'},
{label = _U('green'), value = 'green'},
{label = _U('orange'), value = 'orange'},
{label = _U('brown'), value = 'brown'},
{label = _U('purple'), value = 'purple'},
{label = _U('chrome'), value = 'chrome'},
{label = _U('gold'), value = 'gold'}
}
function GetColors(color)
@@ -401,25 +401,25 @@ end
function GetNeons()
local neons = {
{ label = _U('white'), r = 255, g = 255, b = 255},
{ label = "Slate Gray", r = 112, g = 128, b = 144},
{ label = "Blue", r = 0, g = 0, b = 255},
{ label = "Light Blue", r = 0, g = 150, b = 255},
{ label = "Navy Blue", r = 0, g = 0, b = 128},
{ label = "Sky Blue", r = 135, g = 206, b = 235},
{ label = "Turquoise", r = 0, g = 245, b = 255},
{ label = "Mint Green", r = 50, g = 255, b = 155},
{ label = "Lime Green", r = 0, g = 255, b = 0},
{ label = "Olive", r = 128, g = 128, b = 0},
{ label = _U('yellow'), r = 255, g = 255, b = 0},
{ label = _U('gold'), r = 255, g = 215, b = 0},
{ label = _U('orange'), r = 255, g = 165, b = 0},
{ label = _U('wheat'), r = 245, g = 222, b = 179},
{ label = _U('red'), r = 255, g = 0, b = 0},
{ label = _U('pink'), r = 255, g = 161, b = 211},
{ label = _U('brightpink'), r = 255, g = 0, b = 255},
{ label = _U('purple'), r = 153, g = 0, b = 153},
{ label = "Ivory", r = 41, g = 36, b = 33}
{label = _U('white'), r = 255, g = 255, b = 255},
{label = "Slate Gray", r = 112, g = 128, b = 144},
{label = "Blue", r = 0, g = 0, b = 255},
{label = "Light Blue", r = 0, g = 150, b = 255},
{label = "Navy Blue", r = 0, g = 0, b = 128},
{label = "Sky Blue", r = 135, g = 206, b = 235},
{label = "Turquoise", r = 0, g = 245, b = 255},
{label = "Mint Green", r = 50, g = 255, b = 155},
{label = "Lime Green", r = 0, g = 255, b = 0},
{label = "Olive", r = 128, g = 128, b = 0},
{label = _U('yellow'), r = 255, g = 255, b = 0},
{label = _U('gold'), r = 255, g = 215, b = 0},
{label = _U('orange'), r = 255, g = 165, b = 0},
{label = _U('wheat'), r = 245, g = 222, b = 179},
{label = _U('red'), r = 255, g = 0, b = 0},
{label = _U('pink'), r = 255, g = 161, b = 211},
{label = _U('brightpink'), r = 255, g = 0, b = 255},
{label = _U('purple'), r = 153, g = 0, b = 153},
{label = "Ivory", r = 41, g = 36, b = 33}
}
return neons