From 7505dd07c176340d008ef80f3df2c1303772a58f Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Fri, 11 Jul 2025 11:44:49 +0200 Subject: [PATCH] Update config.lua --- .../[inventory]/cs_shops/config/config.lua | 54 +++++++++++++++---- 1 file changed, 45 insertions(+), 9 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 765121cb9..b92f29d9e 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -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, + }, + + }, + + + + + }