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:
Jim Shield
2025-06-08 22:37:46 +01:00
parent 874eee530c
commit 597e8d9336
3 changed files with 233 additions and 1 deletions

View File

@@ -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
},
}