mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
Update/Fix gks install support info
This commit is contained in:
@@ -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 })
|
||||
```
|
||||
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user