1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-11 11:44:49 +02:00
parent b8eb496833
commit 7505dd07c1

View file

@ -2590,8 +2590,6 @@ CodeStudio.Products = {
} }
}, },
['electronics'] = { ['electronics'] = {
categoryName = "Items", categoryName = "Items",
categoryLogo = "fa-shopping-basket", categoryLogo = "fa-shopping-basket",
@ -2650,13 +2648,26 @@ CodeStudio.Products = {
itemPrice = 400, itemPrice = 400,
itemInfo = "", itemInfo = "",
}, },
} }
} ,
['freizeit'] = {
categoryName = "Items",
categoryLogo = "fa-shopping-basket",
items = {
['parachute'] = {
itemName = "Fallschirm",
itemStock = 50,
itemPrice = 400,
itemInfo = "",
},
}
}
-- Schließende Klammer für 'items'
} -- Schließende Klammer für 'medic_items'
} -- Schließende Klammer für CodeStudio.Products } -- Schließende Klammer für CodeStudio.Products
@ -2995,7 +3006,32 @@ CodeStudio.Shops = {
radius = 2.5, radius = 2.5,
}, },
} },
[14] = {
ShopName = 'Respawn Ready',
Category = {
[1] = 'freizeit',
},
Locations = {
vector4(-1593.8365, 5196.9878, 4.3590, 24.2827),
},
Interaction = {
targetIcon = 'fas fa-shopping-basket',
targetLabel = 'Shop öffnen',
spawnPed = 'IG_Imani', -- Put false if you dont need ped
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
radius = 2.5,
},
},
} }