Skip to main content

Configuration

Everything is in config.lua. No other scripts need to be modified.

General settings

KeyDefaultDescription
Config.Locale'es'Language: 'en' or 'es'
Config.Accent'#C62828'UI accent colour
Config.Brand'FiveBank'Bank name in the UI header
Config.NotifytrueUse fr_notify when available
Config.Currency'$'Currency symbol
Config.OpenKey'E'Interaction key
Config.OpenCommand'bank'Console command (false to disable)

ATMs and branches

KeyDescription
Config.ATM.EnabledEnable ATMs by prop model
Config.ATM.DistanceInteraction distance
Config.ATM.ModelsArray of prop model names
Config.BanksArray of branches (coordinates, ped, blip)
Config.SpawnPedsSpawn teller NPC at each branch
Config.MarkerOptional floor marker at entrances

Savings

KeyDescription
Config.Savings.InterestPercentInterest percentage per cycle
Config.Savings.IntervalMinutesMinutes between interest payouts
Config.Savings.CapMaximum balance eligible for interest

Loans

KeyDescription
Config.Loans.EnabledEnable the loans module
Config.Loans.MaxMultiplierMultiplier over total wealth
Config.Loans.MinAmountGuaranteed minimum loan
Config.Loans.MaxTermDaysMaximum term in days
Config.Loans.ChargeIntervalHoursHours between payment charges
Config.Loans.TiersTerm → total interest % tiers

Bills

Config.Bills = {
MaxAmount = 50000,
AllowedJobs = { 'police', 'ambulance', 'mechanic', 'lawyer' },
}

Business accounts

Config.Society.Accounts = {
{ job = 'police', label = 'Los Santos Police Department' },
{ job = 'ambulance', label = 'EMS - Pillbox Medical' },
}
Config.Society.BossGradeNames = { 'boss', 'chief', 'owner', 'leader' }