From 6b4c6a6779568c7c2c08308fe8f315ba170f6283 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Mon, 22 Aug 2022 21:58:38 +0100 Subject: [PATCH] keep gks info up to date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96874fe..b5daabc 100644 --- a/README.md +++ b/README.md @@ -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: