forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
a6eb365ea7
commit
993501dc99
1 changed files with 6 additions and 4 deletions
|
@ -2629,7 +2629,7 @@ CodeStudio.Products = {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
['ifruit_items'] = {
|
['electronics'] = {
|
||||||
categoryName = "Items",
|
categoryName = "Items",
|
||||||
categoryLogo = "fa-shopping-basket",
|
categoryLogo = "fa-shopping-basket",
|
||||||
items = {
|
items = {
|
||||||
|
@ -2728,6 +2728,8 @@ CodeStudio.Shops = {
|
||||||
vector4(1697.87, 4922.96, 42.06, 324.71), -- Grapeseed Main St
|
vector4(1697.87, 4922.96, 42.06, 324.71), -- Grapeseed Main St
|
||||||
vector4(2005.3311, 3784.2839, 32.2014, 119.1002), -- Marina Dr
|
vector4(2005.3311, 3784.2839, 32.2014, 119.1002), -- Marina Dr
|
||||||
vector4(650.0884, 260.1908, 103.3210, 58.0985), -- Globe Oil Vinewood
|
vector4(650.0884, 260.1908, 103.3210, 58.0985), -- Globe Oil Vinewood
|
||||||
|
vector4(241.1867, -904.0213, 28.6234, 66.2385) -- Stadtpark
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2962,7 +2964,7 @@ CodeStudio.Shops = {
|
||||||
vector4(-691.5956, -862.3833, 23.7687, 3), -- Little Seoul 2
|
vector4(-691.5956, -862.3833, 23.7687, 3), -- Little Seoul 2
|
||||||
vector4(-583.2180, -1016.3259, 22.3382, 3), -- Little Seoul 3
|
vector4(-583.2180, -1016.3259, 22.3382, 3), -- Little Seoul 3
|
||||||
vector4(189.7391, -28.8968, 69.9315, 3), -- Spanish Ave
|
vector4(189.7391, -28.8968, 69.9315, 3), -- Spanish Ave
|
||||||
|
vector4(243.5098, -899.9354, 29.6234, 3), -- Stadtpark
|
||||||
vector4(647.2603, 259.4702, 103.3210, 3) -- Globe Oil Vinewood
|
vector4(647.2603, 259.4702, 103.3210, 3) -- Globe Oil Vinewood
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -2974,9 +2976,9 @@ CodeStudio.Shops = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[12] = {
|
[12] = {
|
||||||
ShopName = 'iFruit Store',
|
ShopName = 'DigitalDen',
|
||||||
Category = {
|
Category = {
|
||||||
[1] = 'ifruit_items',
|
[1] = 'electronics',
|
||||||
|
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue