forked from Simnation/Main
ed
This commit is contained in:
parent
7fd278affb
commit
b80e387ce6
5 changed files with 65 additions and 18 deletions
|
@ -2963,11 +2963,25 @@ CodeStudio.Products = {
|
|||
itemInfo = "",
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
['greencard'] = {
|
||||
categoryName = "Greencard",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['greencard'] = {
|
||||
itemName = "Greencard",
|
||||
itemStock = 150,
|
||||
itemPrice = 200,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
} -- Schließende Klammer für CodeStudio.Products
|
||||
|
||||
|
@ -3388,8 +3402,24 @@ CodeStudio.Shops = {
|
|||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
},
|
||||
},
|
||||
},
|
||||
[18] = {
|
||||
ShopName = 'Greencard',
|
||||
Category = {
|
||||
[1] = 'greencard',
|
||||
|
||||
},
|
||||
Locations = {
|
||||
vector4(-1096.3369, -2741.1089, 21.3617, 237.5429)
|
||||
},
|
||||
Interaction = {
|
||||
targetIcon = 'fas fa-shopping-basket',
|
||||
targetLabel = 'Greencard abholen',
|
||||
spawnPed = 'IG_Bankman', -- Put false if you dont need ped
|
||||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/greencard.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/greencard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Add table
Add a link
Reference in a new issue