Native referenceRedM

_NETWORK_REQUEST_GANG_JOIN

0xC0474C8BCF6787AD GANG
FUNCTION SIGNATURE
BOOL _NETWORK_REQUEST_GANG_JOIN(`gangId` (Any));

Description: Returns true if join succeeded, false if failed.

Property Value
Native Name _NETWORK_REQUEST_GANG_JOIN
Hash 0xC0474C8BCF6787AD
Return Type BOOL
Build 1207
Parameters gangId (Any)

Parameters

  • gangId (Any)

Usage

Lua (Direct):

local result = NetworkRequestGangJoin(gangId)

Lua (Hash):

local result = Citizen.InvokeNative(0xC0474C8BCF6787AD, gangId)

Back to GANG