QBCore 的简单衣物袋脚本
预览:
安装方式:
为 qb-inventory/html/images 添加图像
将以下内容添加到您的 qb-core/shared/items.lua:
-- mt-clothingbag
["clothing_bag"] = {["name"] = "clothing_bag", ["label"] = "Clothing Bag", ["weight"] = 100, ["type"] = "item", ["image"] = "clothing_bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
依赖项
- qb 核心 – https://github.com/qbcore-framework/qb-core
- qb-clothing – https://github.com/qbcore-framework/qb-core (可替换为 fivem-外观)
- fivem-appearance – https://github.com/iLLeniumStudios/fivem-appearance (可替换为 qb-clothing)
© 版权声明
THE END
暂无评论内容