1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-04 10:54:36 +02:00
parent 7fd278affb
commit b80e387ce6
5 changed files with 65 additions and 18 deletions

View file

@ -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,
},
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Before After
Before After