SetEntityDistanceCullingRadius — FiveM Natives
0xD3A183A3 · CFX · server
It overrides the default distance culling radius of an entity. Set to 0.0 to reset. If you want to interact with an entity outside of your players' scopes set the radius to a huge number. WARNING: Culling natives are deprecated and have known, unfixable issues
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity handle to override the distance culling radius. |
| radius | float | The new distance culling radius. |
Returns
void