Fix gks install info

This commit is contained in:
Jim Shield
2022-08-03 10:01:38 +01:00
committed by GitHub
parent 2c1f1e8573
commit 3117ef68af

View File

@@ -72,7 +72,7 @@ TriggerServerEvent('jim-payments:Tickets:Give', data)
- Go to `gks-phone > server > serverapi.lua`
- Search for the event: `gksphone:faturapayBill` and search for this line:
```lua
Ply.Functions.RemoveMoney('bank', amount, "paid-invoice")
Ply.Functions.RemoveMoney('bank', data[1].amount, "paid-invoice")
```
- Directly under this line add this event:
@@ -174,4 +174,4 @@ FineJobList = true, -- "true" to use nearby player list feature in the cash regi
- `BankBlips` Enable this if you disabled qb-banking and need bank locations
- `ATMBlips` Enable this if you are a pyscho and need every ATM to be on the map too
- `Gabz` Enable to change to Gabz Bank locations, this corrects the ATM/Bank Cashier + Ticket Cash in
---
---