forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
b8eb496833
commit
7505dd07c1
1 changed files with 45 additions and 9 deletions
|
@ -2590,8 +2590,6 @@ CodeStudio.Products = {
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
['electronics'] = {
|
||||
categoryName = "Items",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
|
@ -2650,13 +2648,26 @@ CodeStudio.Products = {
|
|||
itemPrice = 400,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
} ,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
-- Schließende Klammer für 'items'
|
||||
} -- Schließende Klammer für 'medic_items'
|
||||
['freizeit'] = {
|
||||
categoryName = "Items",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['parachute'] = {
|
||||
itemName = "Fallschirm",
|
||||
itemStock = 50,
|
||||
itemPrice = 400,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} -- Schließende Klammer für CodeStudio.Products
|
||||
|
||||
|
||||
|
@ -2995,7 +3006,32 @@ CodeStudio.Shops = {
|
|||
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,
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue