| Property | Value |
|---|---|
| Native Name | _NETWORK_ACCEPT_CLAN_INVITE |
| Hash | 0x8E2143144B8E188D |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | crewInviteIndex (int) |
Parameters
crewInviteIndex(int)
Usage
Lua (Direct):
local result = NetworkAcceptClanInvite(crewInviteIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0x8E2143144B8E188D, crewInviteIndex)