FreezeEntityPosition — RedM Natives
0x65C16D57 · CFX · server
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. This is the server-side RPC native equivalent of the client native FREEZE_ENTITY_POSITION.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | The entity to freeze/unfreeze. |
| toggle | BOOL | Freeze or unfreeze entity. |
Returns
void