fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Server / BucketLockdownMode

Enumeration: BucketLockdownMode

Enum representing the Lockdown Modes for a specific routing bucket.

One of the aforementioned modes. Sets the entity lockdown mode for a specific routing bucket.

Lockdown modes are:

Enumeration Members

Inactive

Inactive: "inactive"

Clients can create any entity they want.

Defined in

server/enums/BucketLockdownMode.ts:27


Relaxed

Relaxed: "relaxed"

Only script-owned entities created by clients are blocked.

Defined in

server/enums/BucketLockdownMode.ts:23


Strict

Strict: "strict"

No entities can be created by clients at all.

Defined in

server/enums/BucketLockdownMode.ts:19