From a4413ea5c68c552bb13b07ad005712fb7b0b84d8 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Mon, 4 Jul 2022 00:04:35 +0100 Subject: [PATCH] Stop asking me about gks-phone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a936d9..ae2a9cf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Go to gks-phone > server > serverapi.lua - Add these lines: ```lua -TriggerEvent('jim-payments:Tickets:Give', { senderCitizenId = id.sendercitizenid, society = id.society, amount = amount }) +TriggerEvent('jim-payments:Tickets:Give', { sender = Ply.PlayerData.charinfo.firstname, senderCitizenId = data[1].sendercitizenid, society = data[1].society, amount = data[1].amount }) ``` --------------