FreezeEntityPosition — FiveM Natives
0x428CA6DBD1094446 · ENTITY · all
Freezes or unfreezes an entity preventing its coordinates to change by the player if set to true. You can still change the entity position using SET_ENTITY_COORDS.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to freeze/unfreeze. |
| toggle | BOOL | Freeze or unfreeze entity. |
Returns
void