NetworkClanGetMembership — FiveM Natives
0xC8BC2011F67B3411 · NETWORK · all
Retrieves a membership for a player, from the cache (i.e. downloaded via NETWORK_CLAN_DOWNLOAD_MEMBERSHIP). Test C++ code: https://pastebin.com/CD8wni4C
Parameters
| Name | Type | Description |
|---|---|---|
| networkHandle | int* | A player network handle. |
| clanMembership | int* | Output buffer for the membership data. Also known as "desc". |
| membershipIndex | int | If the player has multiple crews/memberships, use \[0-9], or -1 to get the active crew/membership. |
Returns
BOOL