keep gks info up to date

This commit is contained in:
Jim Shield
2022-08-22 21:58:38 +01:00
committed by GitHub
parent 55a25b59ac
commit 6b4c6a6779

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: