Skip to main content

Pricing

To change an IBAN you need to pay the amount of money set in ibanChange, it’s the same to order a bank card with cardOrder. You can choose which account will be impacted by the fees with accountName
Config.prices = {
    accountName = "bank", --- Account to remove the money from
    ibanChange = 480, --- First IBAN Change is free, then charged the amount
    cardOrder = 200
}

Item

The item to give when a player orders a card
Config.item = 'mastercard' --- 'mastercard', 'visa'

ATMs

The ATM props that will be detected by our system.
Config.atmProps = {
    `prop_atm_01`,
    `prop_atm_02`,
    `prop_atm_03`,
    `prop_fleeca_atm`,
}