SetRoutingBucketEntityLockdownMode — RedM Natives
0xA0F2201F · CFX · server
Sets the entity lockdown mode for a specific routing bucket. Lockdown modes are: | Mode | Meaning | | ---------- | ---------------------------------------------------------- | | strict | No entities can be created by clients at all. | | relaxed | Only script-owned entities created by clients are blocked. | | inactive | Clients can create any entity they want. |
Parameters
| Name | Type | Description |
|---|---|---|
| bucketId | int | The routing bucket ID to adjust. |
| mode | char* | One of aforementioned modes. |
Returns
void