mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
v2.1 - Add confirmation popups for payments
This commit is contained in:
12
config.lua
12
config.lua
@@ -1,4 +1,4 @@
|
||||
print("Jim-Payments v2 - Payments Script by Jimathy")
|
||||
print("Jim-Payments v2.1 - Payments Script by Jimathy")
|
||||
|
||||
-- If you need support I now have a discord available, it helps me keep track of issues and give better support.
|
||||
|
||||
@@ -15,15 +15,19 @@ 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
|
||||
|
||||
Config.PhoneBank = true -- Set this to false to use the popup payment system FOR CARD/BANK PAYMENTS instead of using phone invoices
|
||||
-- This doesn't affect Cash payments as they by default use confirmation now
|
||||
-- This is helpful for phones that don't support invoices well
|
||||
|
||||
-- MinAmountforTicket should be your cheapest item
|
||||
-- PayPerTicket should never be higher than MinAmountforTicket
|
||||
Config.Jobs = {
|
||||
['popsdiner'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['henhouse'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['pizzathis'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['burgershot'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['catcafe'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['henhouse'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['pizzathis'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['popsdiner'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['tequilala'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['vanilla'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['mechanic'] = { MinAmountforTicket = 1000, PayPerTicket = 500 },
|
||||
|
||||
Reference in New Issue
Block a user