From 3117ef68af7ed32b30c084a507b4f79a4256dd84 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Wed, 3 Aug 2022 10:01:38 +0100 Subject: [PATCH] Fix gks install info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96874fe..8564885 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: @@ -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 ---- \ No newline at end of file +---