Security Shop Items
Config.SecurityShopItems = {
["advancedrepairkit"] = { --Spawncode
name = "Advanced Repair Kit",
description = "A high-quality kit for vehicle repairs.",
spawncode="advancedrepairkit", --Spawncode from items.lua
price = "4 Exp", --Price of item
stock_amount = 5, --Stock amount that resets before script restart
max_buy = 2, --Max amount that can be bought at once
requiredLevel = 1, -- Required level to buy this item
imageUrl = "advancedkit.png" --Image from qb-inventory/html/images
},
---You can add more shop items with the same format(Item images need to be added to main script folder security/html/build)
}Last updated