mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
Add files via upload
This commit is contained in:
20
config.lua
Normal file
20
config.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
print("Jim-Payments v1.0 - 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.
|
||||
|
||||
-- https://discord.gg/xKgQZ6wZvS
|
||||
|
||||
Config = {}
|
||||
|
||||
Config.PaymentRadius = 30 -- This is how far the player list will check
|
||||
|
||||
Config.Jobs = {
|
||||
['popsdiner'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['henhouse'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['pizzathis'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['burgershot'] = { MinAmountforTicket = 50, PayPerTicket = 50 },
|
||||
['catcafe'] = { 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