forked from Simnation/Main
ed
This commit is contained in:
parent
8f44065e5f
commit
7c015c2472
9 changed files with 238 additions and 37 deletions
|
@ -1500,7 +1500,7 @@ CodeStudio.Products = {
|
|||
itemInfo = "",
|
||||
},
|
||||
['weapon_klog19fde'] = {
|
||||
itemName = "Klog 19 FDE",
|
||||
itemName = "Klog 19 FD",
|
||||
itemStock = 50,
|
||||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
|
@ -3036,17 +3036,15 @@ CodeStudio.Shops = {
|
|||
},
|
||||
},
|
||||
[4] = {
|
||||
ShopName = 'Admin Shop',
|
||||
ShopName = 'Crime Waffen',
|
||||
Category = {
|
||||
[1] = 'weapons',
|
||||
[2] = 'police_weapons',
|
||||
[3] = 'ammo',
|
||||
[4] = 'attachtments',
|
||||
[2] = 'ammo',
|
||||
|
||||
|
||||
},
|
||||
requiredJob = {
|
||||
['admin'] = {0}
|
||||
['sud'] = {0}
|
||||
},
|
||||
Locations = {
|
||||
vector4(4435.1216, -4470.0146, 4.3284, 3)
|
||||
|
@ -3330,6 +3328,30 @@ CodeStudio.Shops = {
|
|||
},
|
||||
|
||||
},
|
||||
[17] = {
|
||||
ShopName = 'Legale Waffen',
|
||||
Category = {
|
||||
[1] = 'police_weapons',
|
||||
[2] = 'ammo',
|
||||
|
||||
},
|
||||
requiredJob = {
|
||||
['sud'] = {0}
|
||||
},
|
||||
Locations = {
|
||||
vector4(150.3828, 288.1915, 109.9736, 3)
|
||||
},
|
||||
Interaction = {
|
||||
targetIcon = 'fas fa-gun',
|
||||
targetLabel = 'Admin Shop öffnen',
|
||||
spawnPed = false, -- 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