Overview
This section explains how to configure every part of the SMZI Banking resource — from ATMs and banks to Discord logging and inventory integration.ATM Props
These are the prop models that the system will detect to allow players to open the NUI.Banks
Define the locations of the banks on your server. A marker will appear at each location. If you set isMain totrue, the blip will appear differently.
Blips
Configure the appearance of blips as you prefer (color, sprite, scale, etc.).Blacklisted Words
Define words that players cannot use when creating their IBAN.Target
By default, targeting is disabled. You can manage the target system directly from theclient/target folder.
If you want to use another target, edit the settings in config.lua and create a new file in client/target.
Inventory System
Just like the target system, you can choose your inventory and create a corresponding file in bothclient/inventory and server/inventory.
The inventories currently supported are ox_inventory and qb-inventory
Item
When a player orders a new card, it will be delivered to their inventory. The item name must match the one defined below.Pricing
Define the prices for each action and the account from which the money will be deducted. Don’t forget to update the price in the locales:"nui_iban_change_msg" and "nui_card_order".
Banking for Societies
Allow societies to create bank accounts. By default, this option is disabled (false).
For ESX, society accounts work out of the box.
For QBCore, additional configuration is required.
Discord Logs
You don’t believe a player ? You can review their banking actions directly on Discord. Just make sure to set your webhook inwebhooks/webhooks.lua.
