Stop asking me about gks-phone

This commit is contained in:
Jim Shield
2022-07-04 00:04:35 +01:00
committed by GitHub
parent 8adf3c3829
commit a4413ea5c6

View File

@@ -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 })
```
--------------