Move bank enabling varibles to Config.lua

This commit is contained in:
jimathy
2022-03-10 23:42:35 +00:00
committed by GitHub
parent 2dc29de368
commit a4a67da493

View File

@@ -5,12 +5,6 @@ local QBCore = exports['qb-core']:GetCoreObject()
-- This requires QB-Target and has the location of every ATM, ATM prop and bank window
-- If Config.useATM = false, then none of this load
--Specific to ATM config options
Config.useATM = false
Config.useBanks = true
Config.BankBlips = true
Config.ATMBlips = false
Config.ATMModels = {"prop_atm_01", "prop_atm_02", "prop_atm_03", "prop_fleeca_atm" }
Config.ATMLocations = {
@@ -379,4 +373,4 @@ RegisterNetEvent('jim-payments:client:ATM:give', function()
TriggerServerEvent('jim-payments:server:ATM:give', dialog.citizen, dialog.price)
end
end)
end)
end)