CreateBankStatement
The CreateBankStatement
export logs a transaction into a player's bank account history. It includes the transaction amount, reason, type (deposit, withdrawal, etc.), and account type (personal, job, gang). This is useful for keeping an accurate record of player or faction financial activity.
How to Use
To add a new statement entry, provide the player's source ID, account name, amount, transaction reason, statement type, and account type:
This export is ideal for systems that need detailed transaction logs for audits, UIs, or admin monitoring tools.
Last updated