Update/Fix gks install support info

This commit is contained in:
Jim Shield
2022-06-15 20:24:38 +01:00
committed by GitHub
parent 2fc3b56e22
commit 170f680ef8

View File

@@ -64,8 +64,7 @@ Go to gks-phone > server > serverapi.lua
- Add these lines:
```lua
local data = { society = id.society, amount = amount }
TriggerServerEvent('jim-payments:Tickets:Give', data)
TriggerEvent('jim-payments:Tickets:Give', { senderCitizenId = id.sendercitizenid, society = id.society, amount = amount })
```
--------------