From 1012e12d1e3361615e83594873cf70cd56a040fa Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sat, 3 Sep 2022 20:06:37 +0100 Subject: [PATCH] Support for Ap-Goverment tax --- config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index c693fb5..4b70f97 100644 --- a/config.lua +++ b/config.lua @@ -1,4 +1,4 @@ -print("^2Jim^7-^2Payments v^42^7.^47 ^7- ^2Payments Script by ^1Jimathy^7") +print("^2Jim^7-^2Payments v^42^7.^48 ^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. @@ -88,6 +88,7 @@ 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 + ApGov = false, -- Add support for AP-Goverment Tax --------------------- -- Banking Systems -- ---------------------