mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-19 15:26:03 +01:00
vector4
This commit is contained in:
@@ -54,7 +54,7 @@ Config.CommissionLimit = false -- If true, this limits the Commission to only be
|
|||||||
-- Commission is a percentage eg "0.10" becomes 10%
|
-- Commission is a percentage eg "0.10" becomes 10%
|
||||||
|
|
||||||
Config.CashInLocation = vector4(252.23, 223.11, 106.29, 159.2) -- Default Third Window along in Pacific Bank
|
Config.CashInLocation = vector4(252.23, 223.11, 106.29, 159.2) -- Default Third Window along in Pacific Bank
|
||||||
if Config.Gabz then Config.CashInLocation = vector3(269.28, 217.24, 106.28, 69.0) end -- Middle along in Pacific Bank (Gabz)
|
if Config.Gabz then Config.CashInLocation = vector4(269.28, 217.24, 106.28, 69.0) end -- Middle along in Pacific Bank (Gabz)
|
||||||
|
|
||||||
Config.Jobs = {
|
Config.Jobs = {
|
||||||
['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, },
|
['beanmachine'] = { MinAmountforTicket = 50, PayPerTicket = 50, Commission = 0.10, },
|
||||||
@@ -210,4 +210,4 @@ Config.GabzBankLocations = {
|
|||||||
vector4(259.02, 214.32, 106.28, 337.82), -- Pacficic Gabz 9+10
|
vector4(259.02, 214.32, 106.28, 337.82), -- Pacficic Gabz 9+10
|
||||||
vector4(254.27, 216.06, 106.28, 336.37), -- Pacficic Gabz 11+12
|
vector4(254.27, 216.06, 106.28, 336.37), -- Pacficic Gabz 11+12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user