⚙️Configuration
⚙️ Configuration Guide
📁 Configuration Files
File
Purpose
🎯 Basic Configuration (zr-config/zr-config.lua)
zr-config/zr-config.lua)General Settings
Config.Debug = false -- Enable debug prints
Config.Language = 'en' -- Language: 'en', 'es', 'fr'PIN & Security
Config.PinLength = 4 -- PIN digit length
Config.MaxAttempts = 3 -- Max failed PIN attempts before lockout
Config.LockDuration = 30 -- Lockout duration in secondsBank Card Item - Follow the BANK_CARD_SETUP.md
External Banking (Optional)
🎮 Interaction System
Mode
Description
Requires
Setting the Interaction Type
ATM Prop Models
🎯 Target System Setup
Parameter
Type
Description
📱 TextUI Setup (ox_lib)
🖥️ Framework Auto-Detection
💻 Standalone / Custom Framework Overrides
💰 Get Player Bank Balance
💵 Get Player Cash
➕ Add Money to Player
➖ Remove Money from Player
🆔 Get Player Identifier
👤 Get Player Display Name
🌍 Localization (zr-locales/)
zr-locales/)File
Language
✅ Testing Your Configuration
🛠️ Common Issues
Issue
Cause
Solution
💾 Backup Reminder
Last updated