Skip to content

Commit

Permalink
docs: add GetGroupMembers example (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKITTLE6969 authored Sep 22, 2024
1 parent 0861055 commit 2e28f7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/resources/qbx_core/exports/server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,10 @@ Returns:

Returns a table of all citizenids and associated grade for a given group and type

```lua
exports.qbx_core:GetGroupMembers(group, type)
```

- group: `string`
- type: `job|gang`

Expand Down Expand Up @@ -798,4 +802,4 @@ Due to this, may not work if there is no client on to query.
exports.qbx_core:GetVehicleClass(hash)
```

- hash: `number`
- hash: `number`

0 comments on commit 2e28f7a

Please sign in to comment.