Changelog
Version 1.61
- Minor banking calls library improvements
Version 1.6
- Code cleanup and optimization improvements
- Enhanced module structure and documentation updates
- Improved banking system stability and performance
- Compatibility updates for recent game changes
Version 1.5
- Standardized all author and contact information
- MODULE.author = "Samael"
- MODULE.discord = "liliaplayer" → "@liliaplayer"
- Updated all ENT.Author fields to "Samael"
- Added ENT.Contact = "@liliaplayer" to ATM entity
- Code attribution consistency improvements
Version 1.4
- Removed comments from Lua files for cleaner code
- Additional comment cleanup in client and server libraries for cleaner code
- Added comprehensive config and libraries documentation
- Enhanced ATM functionality and UI improvements
- Improved banking interface responsiveness
- Fixed minor bugs in account management
Version 1.3
- Code optimizations and improvements
- Enhanced compatibility with recent game updates
Version 1.2
- Additional function name standardization to lowercase
IsFamilySharedAccount() → isFamilySharedAccount()
Version 1.1
- Standardized function names to camelCase
BankingATMDerma() → bankingATMDerma()
ShowDepositDialog() → showDepositDialog()
ShowWithdrawDialog() → showWithdrawDialog()
ShowRedeemCheckDialog() → showRedeemCheckDialog()
ShowPaycheckDepositDialog() → showPaycheckDepositDialog()
ShowTransferDialog() → showTransferDialog()
ShowRenameDialog() → showRenameDialog()
ShowDeleteAccountDialog() → showDeleteAccountDialog()
ShowAdminDeleteAccountDialog() → showAdminDeleteAccountDialog()
ViewBankAccountAsAdmin() → viewBankAccountAsAdmin()
OpenAdminPanel() → openAdminPanel()
ShowAdminAccountDetails() → showAdminAccountDetails()
OpenManageMembers() → openManageMembers()
OpenCheckViewer() → openCheckViewer()
GetMaxAccounts() → getMaxAccounts()
GetNextAccountType() → getNextAccountType()
CanCreateAccount() → canCreateAccount()
Version 1.0