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
- 最新
- 最热
只看作者