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 +---