diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 0e0dd50ad..74873c53d 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2293,6 +2293,16 @@ CodeStudio.Products = { itemPrice = 2000, itemInfo = "", }, + ['radio'] = { + itemName = "Funkgerät", + itemStock = 50, + itemPrice = 600, + itemInfo = "", + }, + + + + } -- Schließende Klammer für 'items'