SetEntityRemoteSyncedScenesAllowed — FiveM Natives
0xD3FC9D88 · CFX · server
Enables or disables the owner check for the specified entity in network-synchronized scenes. When set to false, the entity cannot participate in synced scenes initiated by clients that do not own the entity. By default, this is false for all entities, meaning only the entity's owner can include it in networked synchronized scenes.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to set the flag for. |
| allow | bool | Whether to allow remote synced scenes for the entity. |
Returns
void