Unify cashregister and terminal commands

This makes `/cashregister` and `/terminal` the same, since they were already.

(I kept both as not to confuse people if one went missing)

`/terminal` originally was added to make use of the `bzzz_terminal` prop and anim, but now it works with both commands if enabled in the config
This commit is contained in:
Jim Shield
2025-05-19 15:04:28 +01:00
parent 9eb2e987d4
commit 6ab839e2a3
3 changed files with 21 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ Config = {
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 = false, -- enable if you're using the prop from bzzz
Usebzzz = true, -- enable if you're using the prop from bzzz
Enablecommand = true, -- Enables the /cashregister command