This commit is contained in:
Nordi98 2025-07-19 05:06:20 +02:00
parent 5f22a1888a
commit 7e4165d190
102 changed files with 8182 additions and 6 deletions

View file

@ -2821,8 +2821,8 @@ CodeStudio.Products = {
}
},
['tools'] = {
categoryName = "Items",
['meachanic'] = {
categoryName = "Mechaniker",
categoryLogo = "fa-shopping-basket",
items = {
['kq_tow_rope'] = {
@ -2840,7 +2840,34 @@ CodeStudio.Products = {
}
},
['ammunation'] = {
categoryName = "Ammunation",
categoryLogo = "fa-shopping-basket",
items = {
['weapon_repair_kit'] = {
itemName = "Waffen Reparturkit",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
['airsoft_bullets'] = {
itemName = "Softair Kugeln",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
['weapon_airsoftglock20'] = {
itemName = "Softair Klog 20",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
}
},
} -- Schließende Klammer für CodeStudio.Products
@ -2980,8 +3007,8 @@ CodeStudio.Shops = {
[2] = 'kayas',
[3] = 'odinsbar',
[4] = 'cute',
[5] = 'tools',
[5] = 'mechanic',
[5] = 'ammunation',
},
requiredJob = {

View file

@ -30,7 +30,7 @@ local weaponsList = {
weapon_pistol_mk2 = { name = 'weapon_pistol_mk2', label = 'Klog 19', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol_mk2.png', description = 'An upgraded small firearm designed to be held in one hand' },
weapon_combatpistol = { name = 'weapon_combatpistol', label = 'Bretta Storm', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', description = 'A combat version small firearm designed to be held in one hand' },
weapon_appistol = { name = 'weapon_appistol', label = 'Klog 19A', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_appistol.png', description = 'A small firearm designed to be held in one hand that is automatic' },
weapon_stungun = { name = 'weapon_stungun', label = 'Taser X2', weight = 1000, ammotype = 'AMMO_STUNGUN', image = 'weapon_stungun.png', description = 'A weapon firing barbs attached by wires to batteries, causing temporary paralysis' },
weapon_stungun = { name = 'weapon_stungun', label = 'Taser X2', weight = 1000, ammotype = 'AMMO_STUNGUN', image = 'weapon_stungun.png', description = 'Unbegrenzte Maaaaacht!!!' },
weapon_pistol50 = { name = 'weapon_pistol50', label = 'Tropical Eagle', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol50.png', description = 'A .50 caliber firearm designed to be held with both hands' },
weapon_snspistol = { name = 'weapon_snspistol', label = 'SNS Pistol', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_snspistol.png', description = 'A very small firearm designed to be easily concealed' },
weapon_heavypistol = { name = 'weapon_heavypistol', label = 'FM 510', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_heavypistol.png', description = 'A hefty firearm designed to be held in one hand (or attempted)' },