NetworkAllowRemoteAttachmentModification — FiveM Natives
0x267C78C60E806B9A · NETWORK · all
Allows scripts to use attachment commands on entities (eg. ATTACH_ENTITY_TO_ENTITY) that are not controlled by the client. Note: This is only local and does not affect entities on other machines. This is used by the ferris wheel script to sync players on carts.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | Entity handle to allow remote attachment for. |
| toggle | BOOL | true/false. |
Returns
void