GFX 高级银行

GFX 高级银行

Config = {
    MaxTransactionHistoryCount = 20,
    MaxAccountCount = 3, -- recommended
    InteractKey = 46, --E
    NoImage = "assets/whois-icon.png",
    NewAcount = {
        NPC = {
            model = `ig_bankman`,
            coords = {
                vector4(247.17, 225.35, 106.29, 152.46)
            },    
        },
        textData = {
            display = true, -- activates all drawtext
            uiText = true, -- activates qb drawtext
            farDistance = 7.5,
            closeDistance = 6.0,
            farText = "Create New Bank Account ($5000)",
            closeText = "E - Create New Bank Account ($5000)",
        },
        price = 5000
    },
}

Config.ATMModels = {
    "prop_atm_01",
    "prop_atm_02",
    "prop_atm_03",
    "prop_fleeca_atm"
}

Locales = {
    ["max_account"] = "You have reached max account count!",
    ["created_account"] = "You have created a new bank account!",
    ["deposit"] = "You have deposited $%s",
    ["withdraw"] = "You have withdrawn $%s",
    ["enough_money"] = "You don't have enough money to create a new account!",
    ["from"] = "from", -- money come from
    ["to"] = "to", -- money send to
}

 

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

昵称

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