金牌威猛先生 发表于 2024-8-31 14:18:11

QBCore 特效拳头 物品

QBCore 特效拳头 物品





添加物品 qb-core\shared\items.lua
--特效拳头
    notz_dm1               = {name = "notz_dm1",                  label = "闪电拳",             weight = 500,      type = "item",      image = "notz_dm1.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm2               = {name = "notz_dm2",                  label = "星光拳",             weight = 500,      type = "item",      image = "notz_dm2.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm3               = {name = "notz_dm3",                  label = "闪电环拳",             weight = 500,      type = "item",      image = "notz_dm3.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm4               = {name = "notz_dm4",                  label = "西亚形拳头",             weight = 500,      type = "item",      image = "notz_dm4.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm5               = {name = "notz_dm5",                  label = "红雾拳",             weight = 500,      type = "item",      image = "notz_dm5.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm6               = {name = "notz_dm6",                  label = "绿光拳",             weight = 500,      type = "item",      image = "notz_dm6.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm7               = {name = "notz_dm7",                  label = "紫雾拳",             weight = 500,      type = "item",      image = "notz_dm7.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm8               = {name = "notz_dm8",                  label = "紫雾拳2",             weight = 500,      type = "item",      image = "notz_dm8.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
    notz_dm9               = {name = "notz_dm9",                  label = "钟形拳",             weight = 500,      type = "item",      image = "notz_dm9.png",         unique = false,   useable = true,   shouldClose = true,    combinable = nil,   description = "特效饰品"},
物品图片在sapixel_hand9effect.zip\image 把里面的图片放在背包的物品图片文件夹


***本内容需购买可见***


页: [1]
查看完整版本: QBCore 特效拳头 物品