SetPickUpByCargobobDisabled — FiveM Natives
0xD7B80E7C3BEFC396 · ENTITY · all
Configures an entity to either allow or prevent it from being picked up by Cargobobs. `` NativeDB Introduced: v1180 ``
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to be configured for pick up by Cargobob. |
| toggle | BOOL | A boolean value where `true` prevents the entity from being picked up by Cargobobs, and `false` allows it. |
Returns
void