mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-19 15:26:03 +01:00
keep gks info up to date
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user