| Property | Value |
|---|---|
| Native Name | _NETWORK_START_GANG |
| Hash | 0xD1A226F2E05E58FC |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | openStatus (BOOL), campSize (int) |
Description: openStatus = true -> sets privacyType = 2 (PUBLIC_ADVERTISED) openStatus = false -> sets privacyType = 1 (INVITE_ONLY)
campSize: NET_CAMP_SIZE_SMALLEST = 4, NET_CAMP_SIZE_LARGEST = 7
Usage
Lua (Direct):
NetworkStartGang(openStatus, campSize)
Lua (Hash):
Citizen.InvokeNative(0xD1A226F2E05E58FC, openStatus, campSize)