Copy PH = PH or {};
PH.Vehicles = {
{
value = 'sultan', -- Vehicle's name
label = 'Sultan', -- Vehicle's Label
price = 1000 -- Vehicle's Price
},
{
value = 'bison',
label = 'Bison Pick UP',
price = 600
},
{
value = 'burrito3',
label = 'Burrito Van',
price = 800
},
{
value = 'neon',
label = 'Neon',
price = 1000
},
{
value = 'infernus',
label = 'Infernus',
price = 1000
},
{
value = 'xls2',
label = 'XLS 2 SUV',
price = 1500
},
{
value = 'sultanrs',
label = 'Sultan RS',
price = 1000
},
{
value = 'schafter2',
label = 'Schafter 2 Edition',
price = 600
},
{
value = 'schafter6',
label = 'Schafter 6 Edition',
price = 800
},
{
value = 'asea',
label = 'Asea',
price = 1000
},
{
value = 'cog55',
label = 'Cog 55',
price = 1000
},
{
value = 'emperor',
label = 'Emperor',
price = 1500
},
{
value = 'blazer',
label = 'Blazer',
price = 600
},
{
value = 'enduro',
label = 'Enduro',
price = 800
},
{
value = 'lectro',
label = 'Lectro',
price = 1000
},
{
value = 'manchez',
label = 'Manchez',
price = 1000
},
{
value = 'emperor',
label = 'Emperor',
price = 1500
}
};