mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-19 07:16:03 +01:00
Quick rearrange of preview images
This commit is contained in:
19
README.md
19
README.md
@@ -13,10 +13,6 @@ https://ko-fi.com/jixelpatterns
|
|||||||
- gks-phone
|
- gks-phone
|
||||||
- qs-smartphone
|
- qs-smartphone
|
||||||
|
|
||||||
|
|
||||||
 
|
|
||||||
 
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# Installation
|
# Installation
|
||||||
---
|
---
|
||||||
@@ -101,6 +97,7 @@ CustomCashRegisters = { -- Located in the config.lua
|
|||||||
### This does not need to be done for MY job scripts, they already have built in support
|
### This does not need to be done for MY job scripts, they already have built in support
|
||||||
---
|
---
|
||||||
## PayTickets
|
## PayTickets
|
||||||
|

|
||||||
- This script has a built in ticket reward system
|
- This script has a built in ticket reward system
|
||||||
- On successful sale, the employees will be handed a ticket if they are clocked in
|
- On successful sale, the employees will be handed a ticket if they are clocked in
|
||||||
- This can then be handed in to the bank to receive payment
|
- This can then be handed in to the bank to receive payment
|
||||||
@@ -134,18 +131,19 @@ Jobs = {
|
|||||||
- `Commission` is the amount of commission given to players on successful payments (0.10 = 10%)
|
- `Commission` is the amount of commission given to players on successful payments (0.10 = 10%)
|
||||||
- `gang = true` add this if the added role is a gang role
|
- `gang = true` add this if the added role is a gang role
|
||||||
---
|
---
|
||||||
## /cashgive
|
## /cashgive
|
||||||
- Alternative to /givecash
|

|
||||||
- A simple command built in to send cash to a `nearby player`
|
- Alternative to /givecash
|
||||||
- Shows a list of names and id's of people nearby to select from rather
|
- A simple command built in to send cash to a `nearby player`
|
||||||
- Better experience than trying to figure out their ID and entering it manually
|
- Shows a list of names and id's of people nearby to select from rather
|
||||||
|
- Better experience than trying to figure out their ID and entering it manually
|
||||||
---
|
---
|
||||||
## /cashregister
|
## /cashregister
|
||||||
|

|
||||||
- This command is mean't as a portable cash register alternative
|
- This command is mean't as a portable cash register alternative
|
||||||
- For example:
|
- For example:
|
||||||
- When a person is devliering food they can do `/cashregister` and the payment will still be sent to the society account
|
- When a person is devliering food they can do `/cashregister` and the payment will still be sent to the society account
|
||||||
- Doesn't utilize the ticket reward system unfortunately
|
- Doesn't utilize the ticket reward system unfortunately
|
||||||
|
|
||||||
---
|
---
|
||||||
## /polcharge
|
## /polcharge
|
||||||
- This script supports a customisable "police billing"
|
- This script supports a customisable "police billing"
|
||||||
@@ -164,6 +162,7 @@ FineJobList = true, -- "true" to use nearby player list feature in the cash regi
|
|||||||
```
|
```
|
||||||
---
|
---
|
||||||
## Banking
|
## Banking
|
||||||
|

|
||||||
- This script has simple banking systems built in
|
- This script has simple banking systems built in
|
||||||
- Works as a basic replacement for qb-banking and qb-atms
|
- Works as a basic replacement for qb-banking and qb-atms
|
||||||
- Adjust the options in config.lua:
|
- Adjust the options in config.lua:
|
||||||
|
|||||||
Reference in New Issue
Block a user