FiveM插件 QBCore高级虚拟货币模拟器

FiveM插件 QBCore高级虚拟货币模拟器

特征

  • 8 种显卡升级 – 如果您的玩家需要升级,他们可以选择 7 个不同级别的显卡,从 GTX 480 到 RTX 5090。
  • 以固定费用提取加密货币 – 当硬币被提取时,您可以设置费用(默认 10%)。
  • 房屋中的加密矿工 – 使用不同的房屋脚本,您可以放置服务器机架属性以使用矿工。
  • 轻量级和优化 – 我们尝试制作最轻量级和优化的脚本,这意味着它几乎可以在任何服务器上运行,而不会牺牲性能。
  • 完全开源且可定制 – 想要添加更多显卡吗?或者帮助我们扩展这个脚本?我们已经在社区合作的主要思想中制作了我们的脚本。不确定该怎么做?我们已经制作了包含尽可能多的选项的配置文件,以适合您的服务器。
  • 可配置的价格、props、fees 和电子邮件

qb-core/shared/items.lua

["shitgpu"] = {["name"] = "shitgpu", ["label"] = "A trash gpu", ["weight"] = 0, ["type"] = "item", ["image"] = "shitgpu.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just look at it, what do you expect!"},
["1050gpu"] = {["name"] = "1050gpu", ["label"] = "gtx 1050", ["weight"] = 0, ["type"] = "item", ["image"] = "1050.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It does the job for its price."},
["1060gpu"] = {["name"] = "1060gpu", ["label"] = "gtx 1060", ["weight"] = 0, ["type"] = "item", ["image"] = "1060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A good upgrade if you are broke."},
["1080gpu"] = {["name"] = "1080gpu", ["label"] = "gtx 1080", ["weight"] = 0, ["type"] = "item", ["image"] = "1080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It must be good since it got 3 fans right?"},
["2080gpu"] = {["name"] = "2080gpu", ["label"] = "RTX 2080", ["weight"] = 0, ["type"] = "item", ["image"] = "2080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "WOOW!! A new look! Then This is the one."},
["3060gpu"] = {["name"] = "3060gpu", ["label"] = "RTX 3060", ["weight"] = 0, ["type"] = "item", ["image"] = "3060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "IDK Man! It's so expensive."},
["4090gpu"] = {["name"] = "4090gpu", ["label"] = "RTX 4090", ["weight"] = 0, ["type"] = "item", ["image"] = "4090.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Is it just me or this looks kinda thicc?"},
["5090gpu"] = {["name"] = "5090gpu", ["label"] = "RTX 5090", ["weight"] = 0, ["type"] = "item", ["image"] = "5090.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Is this what I think it is?"},
["thermalpaste"] = {["name"] = "thermalpaste", ["label"] = "Thermal paste", ["weight"] = 0, ["type"] = "item", ["image"] = "thermalpast.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A thermalpaste To keep your cpu cold."},
["shitgpu"]             = {["name"] = "shitgpu",              ["label"] = "A trash gpu",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "shitgpu.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Just look at it, what do you expect!"},

  ["1050gpu"]             = {["name"] = "1050gpu",              ["label"] = "gtx 1050",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "1050.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "It does the job for its price."},

  ["1060gpu"]             = {["name"] = "1060gpu",              ["label"] = "gtx 1060",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "1060.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "A good upgrade if you are broke."},

  ["1080gpu"]             = {["name"] = "1080gpu",              ["label"] = "gtx 1080",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "1080.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "It must be good since it got 3 fans right?"},

  ["2080gpu"]             = {["name"] = "2080gpu",              ["label"] = "RTX 2080",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "2080.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "WOOW!! A new look! Then This is the one."},

  ["3060gpu"]             = {["name"] = "3060gpu",              ["label"] = "RTX 3060",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "3060.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "IDK Man! It's so expensive."},

  ["4090gpu"]             = {["name"] = "4090gpu",              ["label"] = "RTX 4090",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "4090.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Is it just me or this looks kinda thicc?"},

    ["5090gpu"]             = {["name"] = "5090gpu",              ["label"] = "RTX 5090",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "5090.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Is this what I think it is?"},

  ["thermalpaste"]             = {["name"] = "thermalpaste",              ["label"] = "Thermal paste",            ["weight"] = 0,     ["type"] = "item",     ["image"] = "thermalpast.png",         ["unique"] = true,     ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "A thermalpaste To keep your cpu cold."},
["shitgpu"] = {["name"] = "shitgpu", ["label"] = "A trash gpu", ["weight"] = 0, ["type"] = "item", ["image"] = "shitgpu.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just look at it, what do you expect!"}, ["1050gpu"] = {["name"] = "1050gpu", ["label"] = "gtx 1050", ["weight"] = 0, ["type"] = "item", ["image"] = "1050.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It does the job for its price."}, ["1060gpu"] = {["name"] = "1060gpu", ["label"] = "gtx 1060", ["weight"] = 0, ["type"] = "item", ["image"] = "1060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A good upgrade if you are broke."}, ["1080gpu"] = {["name"] = "1080gpu", ["label"] = "gtx 1080", ["weight"] = 0, ["type"] = "item", ["image"] = "1080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "It must be good since it got 3 fans right?"}, ["2080gpu"] = {["name"] = "2080gpu", ["label"] = "RTX 2080", ["weight"] = 0, ["type"] = "item", ["image"] = "2080.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "WOOW!! A new look! Then This is the one."}, ["3060gpu"] = {["name"] = "3060gpu", ["label"] = "RTX 3060", ["weight"] = 0, ["type"] = "item", ["image"] = "3060.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "IDK Man! It's so expensive."}, ["4090gpu"] = {["name"] = "4090gpu", ["label"] = "RTX 4090", ["weight"] = 0, ["type"] = "item", ["image"] = "4090.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Is it just me or this looks kinda thicc?"}, ["5090gpu"] = {["name"] = "5090gpu", ["label"] = "RTX 5090", ["weight"] = 0, ["type"] = "item", ["image"] = "5090.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Is this what I think it is?"}, ["thermalpaste"] = {["name"] = "thermalpaste", ["label"] = "Thermal paste", ["weight"] = 0, ["type"] = "item", ["image"] = "thermalpast.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A thermalpaste To keep your cpu cold."},

依赖

qb-core
interact-sound
ox_lib
oxmysql

qb-crypto
or
renewed-phone – 确保在 config.lua 中配置您的设置。

qb-target
or
ox_target

© 版权声明
THE END
喜欢就支持一下吧
点赞13 分享
评论 共3条
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容