From 2dc29de3680732f8dbe50587771f669805125b81 Mon Sep 17 00:00:00 2001 From: jimathy Date: Thu, 10 Mar 2022 23:41:49 +0000 Subject: [PATCH] Move bank enabling varibles to Config.lua --- config.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index b8f2cd9..8e18264 100644 --- a/config.lua +++ b/config.lua @@ -8,7 +8,12 @@ Config = {} Config.TicketSystem = true -- Enable this if you want to use the ticket system -Config.PaymentRadius = 30 -- This is how far the player list will check +Config.PaymentRadius = 30 -- This is how far the playerlist will check for nearby players (based on the person charging) + +Config.useATM = true -- Enable this to use my ATM's +Config.useBanks = true -- Enable this to use my banking stuff +Config.BankBlips = true -- Enable this if you disabled qb-banking and need bank locations +Config.ATMBlips = false -- Enable this if you are a pyscho and need every ATM to be on the map too -- MinAmountforTicket should be your cheapest item -- PayPerTicket should never be higher than MinAmountforTicket