mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-16 22:06:02 +01:00
Add new feature "lookAtCharge"
New feature added, and set to default Allows for simply looking at a player to get their server id and start charging them instead of creating a list or asking their user id.
This commit is contained in:
@@ -25,7 +25,9 @@ Config = {
|
||||
General = {
|
||||
ApGov = false, -- Toggle support for AP-Goverment Tax
|
||||
|
||||
lookAtCharge = false, -- "true" to use the "look at charge" feature
|
||||
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)
|
||||
|
||||
Usebzzz = true, -- enable if you're using the prop from bzzz
|
||||
@@ -149,7 +151,8 @@ Config = {
|
||||
['ambulance'] = { Commission = 0.25, },
|
||||
},
|
||||
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
|
||||
FineJobList = false, -- "true" to use nearby player list feature in the cash registers, "false" for manual id entry
|
||||
lookAtCharge = true, -- "true" to use the "look at charge" feature
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user