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` - Go to `gks-phone > server > serverapi.lua`
- Search for the event: `gksphone:faturapayBill` and search for this line: - Search for the event: `gksphone:faturapayBill` and search for this line:
```lua ```lua
Ply.Functions.RemoveMoney('bank', amount, "paid-invoice") Ply.Functions.RemoveMoney('bank', data[1].amount, "paid-invoice")
``` ```
- Directly under this line add this event: - Directly under this line add this event: