Wert LB Phone Bank Application

You can access the setup information you need about this product

INSTALLATION

1 - Upload the script folder to the location of your resources

2 - Check config and editable file settings. Don’t forget to configure the core settings (like the framework) through the config file to match your setup.

3 - Make sure that the ox_lib resource is installed and running. (https://github.com/overextended/ox_lib)

4 - Please add the .sql file inside the folder to your database.

5 - You are ready. Restart ur server and use it. For more options, don’t forget to check the configuration files.

6 - Installation successful, have a good funs

INFORMATION

The script comes with default settings. There are many settings in the configuration file, and you can customize all of them to your personal preferences. Below are the configuration files, feel free to check them out.

OPEN FILES

config.lua

Config = {
    Framework = 'qb', -- 'qb' or 'qbx' or 'esx'
    Locale = 'en',
    Identifier = "new-bank-system-custom",
    DefaultApp = false,
    Name = "Bank",
    Description = "Life Style With Finance",
    Developer = "LS Finance Systems",
    Icon = "https://www.isbahrain.com.bh/StaticFiles/Bahreyn/public/dist/img/favicon/isbank-og-image.jpg",
    customizeProfilePhoto = true,
    TransferFee = 0,
    Notifications = {
        title = "Bank",
        invalid_receiver = "Invalid receiver! Please try again with correct informations.",
        invalid_amount = "Invalid amount! Please try again with correct amount.",
        receiver_notfound = "Receiver not founded! Please try again with a available receiver!",
        urselferror = "You can't transfer money ur self!!!",
        balanceerror = "Your account balance is insufficient! Please try again later!",
        transferred = "%s$ has been transferred to your account by %s %s 🤑.",
        accerror = "Such an account does not exist!",
        cantregister = "You can't register yourself!",
        cantrequestself = "You can't request from yourself!",
        sentrequest = "%s sent you a request: $%s",
        reqsucess = 'Request succesfully sent!',
        declined = "Your request was declined.",
        failed = "Payment failed!",
        requestpaid = "$%s has been paid to you (request).",
        paymentcompleted = "Payment completed.",
        
    }
}
locales/en.json

editable_client.lua

editable_server.lua

Last updated