2.8.2 - Fix renewed banking support + debug prints

This commit is contained in:
Jim Shield
2022-09-19 09:20:55 +01:00
committed by GitHub
parent f0f5f19af8
commit 70f2ed8005
3 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
print("^2Jim^7-^2Payments ^7v^42^7.^48^7.^41 ^7- ^2Payments Script by ^1Jimathy^7")
print("^2Jim^7-^2Payments ^7v^42^7.^48^7.^42 ^7- ^2Payments Script by ^1Jimathy^7")
-- If you need support I now have a discord available, it helps me keep track of issues and give better support.
@@ -15,6 +15,9 @@ Config = {
Manage = true, -- "true" if using qb-management
-- "false" if using qb-bossmenu
RenewedBanking = false, -- Enable if using Renewed-Banking (requires Manage to be true and leaving jim-payments banking part separate)
ApGov = false, -- Toggle support for AP-Goverment Tax
List = true, -- "true" to use nearby player list feature in the cash registers, "false" for manual id entry
PaymentRadius = 15, -- This is how far the playerlist will check for nearby players (based on the person charging)
@@ -89,8 +92,6 @@ Config = {
FineJobConfirmation = false, --"true" makes it so fines need confirmation, "false" skips this ands just removes the money
FineJobList = true, -- "true" to use nearby player list feature in the cash registers, "false" for manual id entry
RenewedBanking = false, -- Enable if using renewed banking
ApGov = false, -- Add support for AP-Goverment Tax
---------------------
-- Banking Systems --
---------------------